By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/apih/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-01-22T05:18:35.250Z||main|||||INFO|500||The following profiles are active: basic 2023-01-22T05:18:54.742Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-22T05:18:54.744Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-22T05:18:55.066Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-22T05:19:06.082Z||main|||||WARN|500||The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.so.apihandlerinfra.Onap3gppServiceInstances.getSliceSubnetCapabilities(org.onap.so.apihandlerinfra.onap3gppserviceinstancebeans.QuerySubnetCapability,java.lang.String) throws org.onap.so.apihandlerinfra.exceptions.ApiException, should not consume any entity. 2023-01-22T05:19:06.403Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-22T05:19:06.707Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-22T05:19:07.224Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-22T05:19:07.235Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-22T05:19:07.369Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-22T05:19:07.761Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-22T05:19:08.515Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-22T05:19:11.317Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-22T05:19:13.987Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-22T05:19:14.053Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-22T05:19:14.843Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-22T05:19:15.223Z||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-01-22T05:19:16.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-22T05:19:18.547Z||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-01-22T05:19:25.030Z||main|||||WARN|500||--- 2023-01-22T05:19:25.031Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-22T05:19:25.032Z||main|||||WARN|500||--- 2023-01-22T05:19:25.651Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-22T05:19:31.460Z||main|||||INFO|500||Started ApiHandlerApplication in 60.796 seconds (JVM running for 63.766) 2023-01-22T05:19:31.469Z|0abe3c94-2f72-497c-9ff7-c06e72638d05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:19:31.502Z|0abe3c94-2f72-497c-9ff7-c06e72638d05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:19:31.517Z|5b5cadba-e2ba-4fff-ba37-1a87df3e25cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:19:31.525Z|5b5cadba-e2ba-4fff-ba37-1a87df3e25cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:19:38.729Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-22T05:19:38.933Z|cfd7ca5c-d8f3-4410-bdc0-323c43421822|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:39.234Z|89e5aea7-448f-4846-9862-cb3adca9f49d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2023-01-22T05:19:39.418Z|89e5aea7-448f-4846-9862-cb3adca9f49d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:39.418Z|cfd7ca5c-d8f3-4410-bdc0-323c43421822|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:40.874Z|952b9332-2748-412c-8385-54e45f706f94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:40.876Z|952b9332-2748-412c-8385-54e45f706f94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:46.449Z|5b913e42-8253-4f1f-8ebc-36af900e80bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:19:46.452Z|5b913e42-8253-4f1f-8ebc-36af900e80bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:19:49.632Z|510ea59d-7f4f-45f4-9734-e5da2245dfb1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:49.634Z|510ea59d-7f4f-45f4-9734-e5da2245dfb1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:49.652Z|87987374-95c3-4bc5-af19-c351dd6b67b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:49.654Z|87987374-95c3-4bc5-af19-c351dd6b67b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:50.914Z|095a483f-a27f-440e-9f2e-8778d848c3ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:50.915Z|095a483f-a27f-440e-9f2e-8778d848c3ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:59.666Z|2608450b-9be5-40f3-b7ec-f7967dd40ba8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:59.667Z|2608450b-9be5-40f3-b7ec-f7967dd40ba8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:19:59.690Z|57f5a1f0-0a41-497c-8b31-be66da5d02aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:19:59.691Z|57f5a1f0-0a41-497c-8b31-be66da5d02aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:00.970Z|263301c0-cfe3-47b1-9856-9e2aa1caee69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:00.971Z|263301c0-cfe3-47b1-9856-9e2aa1caee69|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:01.449Z|f793650b-7b2a-4d25-bd62-19d64f082e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:01.450Z|f793650b-7b2a-4d25-bd62-19d64f082e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:01.526Z|67cbf236-130f-4850-b18d-85b766c97962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:01.528Z|67cbf236-130f-4850-b18d-85b766c97962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:09.700Z|e1706825-87e0-439e-b3ef-1965bc73c95e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:09.701Z|e1706825-87e0-439e-b3ef-1965bc73c95e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:09.725Z|4651bdad-510b-49b2-bd9e-a10f8eed32fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:09.726Z|4651bdad-510b-49b2-bd9e-a10f8eed32fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:11.012Z|5667483e-995b-43c0-baec-b0a0c985a2df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:11.013Z|5667483e-995b-43c0-baec-b0a0c985a2df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:16.450Z|5e786373-3a69-4b37-b5d5-a82d923cbcca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:16.451Z|5e786373-3a69-4b37-b5d5-a82d923cbcca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:19.727Z|08e58627-0c57-41df-88da-400053468a33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:19.728Z|08e58627-0c57-41df-88da-400053468a33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:19.752Z|2531b329-19bc-4261-b468-eb697b708682|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:19.754Z|2531b329-19bc-4261-b468-eb697b708682|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:21.050Z|65660a2b-cad8-4daf-819e-55fc661922cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:21.053Z|65660a2b-cad8-4daf-819e-55fc661922cd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:29.761Z|cdaf5603-0663-4d06-b5c5-d938069bc345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:29.762Z|cdaf5603-0663-4d06-b5c5-d938069bc345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:29.782Z|29310e6e-56a4-4517-9919-5629d5542f37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:29.783Z|29310e6e-56a4-4517-9919-5629d5542f37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:31.092Z|7d5718e2-93e2-45b5-9604-01fb862c81b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:31.093Z|7d5718e2-93e2-45b5-9604-01fb862c81b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:31.449Z|90e8060a-f244-4f19-940c-bcaa8b4ec55e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:31.452Z|90e8060a-f244-4f19-940c-bcaa8b4ec55e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:31.529Z|49d804b5-83eb-48c6-be44-97e07f125898|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:31.536Z|49d804b5-83eb-48c6-be44-97e07f125898|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:39.791Z|0d8b0523-0f56-4d96-b823-b7e4a4eaa169|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:39.792Z|0d8b0523-0f56-4d96-b823-b7e4a4eaa169|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:39.813Z|2f98c1ed-419a-4b16-a6f6-f984e1063605|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:39.815Z|2f98c1ed-419a-4b16-a6f6-f984e1063605|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:41.123Z|ff98b4ef-4a20-4059-8f48-6558fca2933f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:41.124Z|ff98b4ef-4a20-4059-8f48-6558fca2933f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:46.449Z|266c3ce2-4b8b-4c55-9a5e-9ab9efe7faca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:20:46.450Z|266c3ce2-4b8b-4c55-9a5e-9ab9efe7faca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:20:49.819Z|2bd81fc2-b82b-43eb-834b-27e4753cf323|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:49.820Z|2bd81fc2-b82b-43eb-834b-27e4753cf323|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:49.841Z|8cef8c1b-f97b-4559-9d13-dff123963853|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:49.843Z|8cef8c1b-f97b-4559-9d13-dff123963853|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:51.156Z|8a73f195-b396-488f-9e5c-124fa5116989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:51.157Z|8a73f195-b396-488f-9e5c-124fa5116989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:59.848Z|206c7a89-2bcc-4ad2-b29e-18606e67025a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:59.850Z|206c7a89-2bcc-4ad2-b29e-18606e67025a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:20:59.878Z|611360ab-eb94-41e3-b181-326627579182|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:20:59.879Z|611360ab-eb94-41e3-b181-326627579182|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:01.186Z|a1653c43-ce4c-4f6e-8945-d7416327a9e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:01.188Z|a1653c43-ce4c-4f6e-8945-d7416327a9e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:01.449Z|ce995c0c-e37c-4ca9-ac6b-ff31f71fb843|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:01.450Z|ce995c0c-e37c-4ca9-ac6b-ff31f71fb843|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:01.537Z|c20ebf9d-4db4-466a-9e53-47a3cdb75ba7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:01.538Z|c20ebf9d-4db4-466a-9e53-47a3cdb75ba7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:09.878Z|3d82ee14-7fd0-43dd-8e6d-7f5ed2d36198|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:09.879Z|3d82ee14-7fd0-43dd-8e6d-7f5ed2d36198|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:09.905Z|b9139050-194a-4578-b8d1-e34f835868d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:09.907Z|b9139050-194a-4578-b8d1-e34f835868d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:11.216Z|0f3fb5cb-62cb-4a57-b8f3-3986d132c9a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:11.217Z|0f3fb5cb-62cb-4a57-b8f3-3986d132c9a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:16.451Z|80a4f83a-dd90-4a51-9ee0-ca1456a2936c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:16.452Z|80a4f83a-dd90-4a51-9ee0-ca1456a2936c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:19.910Z|25a83e21-857d-43cb-82a1-1771ab63c7e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:19.911Z|25a83e21-857d-43cb-82a1-1771ab63c7e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:19.935Z|40a25f28-30ba-48dd-a501-55f1ae56cce6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:19.936Z|40a25f28-30ba-48dd-a501-55f1ae56cce6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:21.245Z|de90fdda-5c44-420e-a36b-f31290080ed6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:21.246Z|de90fdda-5c44-420e-a36b-f31290080ed6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:29.941Z|563d708f-e3e6-4c54-ace4-84b9a7070aaf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:29.942Z|563d708f-e3e6-4c54-ace4-84b9a7070aaf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:29.968Z|4f1b23f8-809e-42c4-8e9f-ff7c109b19f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:29.969Z|4f1b23f8-809e-42c4-8e9f-ff7c109b19f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:31.274Z|5b9cc9ab-4ddb-4bca-8bf4-7cbc191f6658|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:31.275Z|5b9cc9ab-4ddb-4bca-8bf4-7cbc191f6658|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:31.449Z|97d8a4f7-8331-4098-af03-79bd8aef32af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:31.450Z|97d8a4f7-8331-4098-af03-79bd8aef32af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:31.540Z|614a7934-7a24-41dd-8c1c-7e088547a6fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:31.541Z|614a7934-7a24-41dd-8c1c-7e088547a6fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:39.968Z|05a24aee-d8d4-4290-860f-1ccb06f5a5d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:39.969Z|05a24aee-d8d4-4290-860f-1ccb06f5a5d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:39.996Z|fea0c15d-d4b0-4f47-8583-723b7633efd6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:39.998Z|fea0c15d-d4b0-4f47-8583-723b7633efd6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:41.305Z|c9dc1950-cf64-4698-ad13-45514143f37d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:41.306Z|c9dc1950-cf64-4698-ad13-45514143f37d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:46.449Z|541bf46d-ab49-4f4e-8ea2-f397601717a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:21:46.450Z|541bf46d-ab49-4f4e-8ea2-f397601717a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:21:49.994Z|0e0227fc-b444-41a2-bf91-09d3f95454a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:49.995Z|0e0227fc-b444-41a2-bf91-09d3f95454a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:50.023Z|24cba33e-3fca-4d1d-8f19-985383369e14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:50.024Z|24cba33e-3fca-4d1d-8f19-985383369e14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:21:51.334Z|055b6117-d140-475c-9a04-f5fe669afaa5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:21:51.336Z|055b6117-d140-475c-9a04-f5fe669afaa5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:00.021Z|419e3438-07b7-4491-946d-a6b3a412fcc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:00.022Z|419e3438-07b7-4491-946d-a6b3a412fcc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:00.048Z|5a27da01-a14e-4116-b9b6-bd9e9624cab2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:00.050Z|5a27da01-a14e-4116-b9b6-bd9e9624cab2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:01.362Z|79e0765f-090d-4eff-8cd7-85d445cd8b81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:01.363Z|79e0765f-090d-4eff-8cd7-85d445cd8b81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:01.452Z|d388e03c-ae59-433b-99bd-1ffc9e4f6b9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:01.454Z|d388e03c-ae59-433b-99bd-1ffc9e4f6b9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:01.542Z|0d4277d9-2571-415a-9d06-65c5a87ea69f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:01.543Z|0d4277d9-2571-415a-9d06-65c5a87ea69f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:10.052Z|c0effab7-2aec-4a05-ae9c-74c59a507449|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:10.054Z|c0effab7-2aec-4a05-ae9c-74c59a507449|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:10.080Z|df87a7c5-8545-401a-a7f8-a481e30bbf14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:10.081Z|df87a7c5-8545-401a-a7f8-a481e30bbf14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:11.391Z|b2597353-2acd-4707-8df2-10433927b166|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:11.392Z|b2597353-2acd-4707-8df2-10433927b166|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:16.449Z|ddafa696-6e63-460d-ba01-0cb6d8ad2fad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:16.450Z|ddafa696-6e63-460d-ba01-0cb6d8ad2fad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:20.082Z|10183357-8383-4f9e-b0f8-c67b8d7611f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:20.084Z|10183357-8383-4f9e-b0f8-c67b8d7611f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:20.109Z|f06403c7-c229-4a37-8d00-8ac7222658db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:20.110Z|f06403c7-c229-4a37-8d00-8ac7222658db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:21.420Z|793456f3-79b3-4f4b-ab49-c5f6b58d37d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:21.422Z|793456f3-79b3-4f4b-ab49-c5f6b58d37d7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:30.109Z|4e6729fe-2e12-4f89-8608-01f5acebd2af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:30.110Z|4e6729fe-2e12-4f89-8608-01f5acebd2af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:30.138Z|778ab936-5000-47de-a710-08a75dbbda90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:30.139Z|778ab936-5000-47de-a710-08a75dbbda90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:31.451Z|c0de252a-ad85-40fa-b1c3-40be46fb47f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:31.451Z|f9e03369-fa6d-4ccb-b2e2-3135a55e23de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:31.452Z|f9e03369-fa6d-4ccb-b2e2-3135a55e23de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:31.452Z|c0de252a-ad85-40fa-b1c3-40be46fb47f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:31.544Z|e7195d9d-3742-4879-8fbc-627452f5412f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:31.546Z|e7195d9d-3742-4879-8fbc-627452f5412f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:40.136Z|1b5e72d9-2a46-4146-affb-611c2075e81c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:40.137Z|1b5e72d9-2a46-4146-affb-611c2075e81c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:40.162Z|7936e634-b325-4bf5-9e2e-9c55356cdae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:40.163Z|7936e634-b325-4bf5-9e2e-9c55356cdae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:41.492Z|672082e7-09a4-4edd-8d57-0ce864013738|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:41.493Z|672082e7-09a4-4edd-8d57-0ce864013738|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:46.450Z|1a77462f-6a51-40c5-8e6a-0534e4683a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:22:46.453Z|1a77462f-6a51-40c5-8e6a-0534e4683a6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:22:50.164Z|523c1835-fc19-4be7-b782-8f4a6919f6c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:50.165Z|523c1835-fc19-4be7-b782-8f4a6919f6c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:50.189Z|c27bdf9c-5a00-491b-a07e-b75dc9355506|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:50.191Z|c27bdf9c-5a00-491b-a07e-b75dc9355506|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:22:51.550Z|3c01a75e-c86b-43f1-901f-3c5ebb8fb258|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:22:51.552Z|3c01a75e-c86b-43f1-901f-3c5ebb8fb258|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:00.197Z|210d0bfe-a2a2-41d7-afc7-34bba2ee2394|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:00.199Z|210d0bfe-a2a2-41d7-afc7-34bba2ee2394|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:00.216Z|102946f4-74b6-4b9c-b736-ad2531b6bd7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:00.217Z|102946f4-74b6-4b9c-b736-ad2531b6bd7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:01.450Z|cdb1a36f-103d-4437-b65b-df0d978ae461|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:01.451Z|cdb1a36f-103d-4437-b65b-df0d978ae461|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:01.548Z|107442d2-c558-49a0-875c-5a94c1d8d8da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:01.550Z|107442d2-c558-49a0-875c-5a94c1d8d8da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:01.588Z|99cfad44-233b-45ad-a054-4bd5fe08feb4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:01.590Z|99cfad44-233b-45ad-a054-4bd5fe08feb4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:10.232Z|71e6945d-f281-40e9-834f-d2a1c4af928d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:10.234Z|71e6945d-f281-40e9-834f-d2a1c4af928d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:10.245Z|f575dbbb-c1ee-4ca7-89e4-ea9761807d38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:10.246Z|f575dbbb-c1ee-4ca7-89e4-ea9761807d38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:11.622Z|ee72d849-6df6-4229-8587-9e00441b9d02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:11.624Z|ee72d849-6df6-4229-8587-9e00441b9d02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:16.452Z|3537d9cb-b983-476c-a70b-c54fe60befbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:16.455Z|3537d9cb-b983-476c-a70b-c54fe60befbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:20.266Z|4ea4e230-da48-470e-a7d3-7909103ba6cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:20.268Z|4ea4e230-da48-470e-a7d3-7909103ba6cf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:20.276Z|0da69f4e-e939-4e1a-9a87-86ec7c76c735|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:20.277Z|0da69f4e-e939-4e1a-9a87-86ec7c76c735|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:21.654Z|7f424459-fdf1-4af8-b794-224492539c28|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:21.655Z|7f424459-fdf1-4af8-b794-224492539c28|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:30.298Z|44e2712d-40e5-4c14-bf5a-ecac63000db8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:30.299Z|44e2712d-40e5-4c14-bf5a-ecac63000db8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:30.300Z|b51651e3-1f48-4958-911a-2aa5f5f8ecd1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:30.301Z|b51651e3-1f48-4958-911a-2aa5f5f8ecd1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:31.450Z|b508845b-f7ed-47b0-a7a4-b317757f9a9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:31.451Z|b508845b-f7ed-47b0-a7a4-b317757f9a9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:31.552Z|9b5e9fab-0cc9-4993-8506-955cad95e48a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:31.554Z|9b5e9fab-0cc9-4993-8506-955cad95e48a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:31.680Z|3c17546e-74df-4fff-ab01-d40ea9f92a36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:31.681Z|3c17546e-74df-4fff-ab01-d40ea9f92a36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:40.329Z|952170c4-7fb7-4d50-887a-b11a73b12380|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:40.331Z|952170c4-7fb7-4d50-887a-b11a73b12380|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:40.333Z|28c89253-730c-4cbf-bbda-d5bca7e79b3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:40.335Z|28c89253-730c-4cbf-bbda-d5bca7e79b3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:41.711Z|bc6608b5-e1f8-4862-84c6-5ef7f25529b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:41.713Z|bc6608b5-e1f8-4862-84c6-5ef7f25529b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:46.450Z|506ece84-e193-428c-bba5-baa713b2500d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:23:46.451Z|506ece84-e193-428c-bba5-baa713b2500d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:23:50.360Z|3045c2f9-70c0-4276-a284-e2021d784f53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:50.361Z|3045c2f9-70c0-4276-a284-e2021d784f53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:50.361Z|d5fff052-e78f-4dfe-9ecf-d04ee6b233f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:50.363Z|d5fff052-e78f-4dfe-9ecf-d04ee6b233f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:23:51.742Z|7d4f8add-e4b7-4dc9-891f-d3444aa1211b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:23:51.743Z|7d4f8add-e4b7-4dc9-891f-d3444aa1211b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:00.391Z|8a44a297-9e53-4d38-b4b0-aa954cbdd98d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:00.393Z|8a44a297-9e53-4d38-b4b0-aa954cbdd98d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:00.394Z|cfd798c3-14a2-46cd-a2ab-8dc1a531d835|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:00.396Z|cfd798c3-14a2-46cd-a2ab-8dc1a531d835|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:01.451Z|ae151d92-d1a5-4a67-a35c-2001ec63fe71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:01.454Z|ae151d92-d1a5-4a67-a35c-2001ec63fe71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:01.555Z|7462671e-c2f9-4fc3-a478-ba69d640629c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:01.556Z|7462671e-c2f9-4fc3-a478-ba69d640629c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:01.773Z|0e68d202-b6f3-4ccb-9f3f-7ca27eda9614|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:01.775Z|0e68d202-b6f3-4ccb-9f3f-7ca27eda9614|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:10.423Z|09148e08-a91f-46aa-9556-ed9d808edcf6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:10.423Z|11ec5cc6-2c0c-4daa-8641-8378a91c2d31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:10.424Z|09148e08-a91f-46aa-9556-ed9d808edcf6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:10.424Z|11ec5cc6-2c0c-4daa-8641-8378a91c2d31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:11.804Z|24911135-e46a-4dc0-a241-4d6de99d25b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:11.805Z|24911135-e46a-4dc0-a241-4d6de99d25b1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:16.449Z|61ae5392-9505-413d-b495-c45702276fef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:16.450Z|61ae5392-9505-413d-b495-c45702276fef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:20.460Z|cfe6992c-f438-41d1-beea-1f7c908c8ea7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:20.460Z|958e98f2-f26e-4f49-8a8f-b84f15b08fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:20.461Z|958e98f2-f26e-4f49-8a8f-b84f15b08fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:20.461Z|cfe6992c-f438-41d1-beea-1f7c908c8ea7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:21.833Z|47de4123-6949-40b3-979a-61fbe1d14520|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:21.835Z|47de4123-6949-40b3-979a-61fbe1d14520|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:30.486Z|dc50e749-ee77-424b-abf4-4c9cca246de8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:30.487Z|b3e22011-6386-4a96-9844-684ba38a1bea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:30.487Z|dc50e749-ee77-424b-abf4-4c9cca246de8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:30.487Z|b3e22011-6386-4a96-9844-684ba38a1bea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:31.449Z|2965215e-aa95-43d1-aee5-6a9eed02ddb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:31.450Z|2965215e-aa95-43d1-aee5-6a9eed02ddb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:31.561Z|6a5ea49c-8231-45fe-acbf-d5d95dc3763d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:31.562Z|6a5ea49c-8231-45fe-acbf-d5d95dc3763d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:31.866Z|16cadf56-1c92-40a2-a305-c6e787bf1d06|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:31.868Z|16cadf56-1c92-40a2-a305-c6e787bf1d06|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:40.512Z|5fb3afbf-e1d4-423c-af42-10d9568d4688|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:40.512Z|2f359373-e84b-4a2e-a56d-78b2e3b414cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:40.513Z|2f359373-e84b-4a2e-a56d-78b2e3b414cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:40.513Z|5fb3afbf-e1d4-423c-af42-10d9568d4688|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:41.899Z|949856cf-4980-45f2-b14b-16e341108d05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:41.900Z|949856cf-4980-45f2-b14b-16e341108d05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:46.450Z|31f534c5-d20e-4f92-8104-0decfeb3ae6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:24:46.453Z|31f534c5-d20e-4f92-8104-0decfeb3ae6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:24:50.542Z|98b180a5-8107-4029-b55b-fd21fb33c9a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:50.543Z|98b180a5-8107-4029-b55b-fd21fb33c9a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:50.544Z|47d2f703-a09c-40ce-a888-2705f005b9ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:50.545Z|47d2f703-a09c-40ce-a888-2705f005b9ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:24:51.932Z|5c6bce4b-8753-4b11-82d4-aaa35f31fc18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:24:51.933Z|5c6bce4b-8753-4b11-82d4-aaa35f31fc18|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:00.567Z|4c47e6e2-8c8d-412f-880b-4869b45caf9a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:00.568Z|53becf75-e833-400c-ae28-5b2e99b986bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:00.568Z|4c47e6e2-8c8d-412f-880b-4869b45caf9a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:00.569Z|53becf75-e833-400c-ae28-5b2e99b986bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:01.449Z|1ac10b33-5bab-4e89-b64c-f5e942d2cfb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:01.451Z|1ac10b33-5bab-4e89-b64c-f5e942d2cfb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:01.564Z|edf0589b-cf5b-4acb-8f23-751050fdaade|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:01.565Z|edf0589b-cf5b-4acb-8f23-751050fdaade|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:01.961Z|4eae84e7-6eb5-480b-a5bf-74cb5629ce12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:01.962Z|4eae84e7-6eb5-480b-a5bf-74cb5629ce12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:10.593Z|cac78c21-8df6-4594-b9c1-984d81daa3b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:10.593Z|21ad1d7e-806a-4f32-a7df-95b12273d055|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:10.594Z|cac78c21-8df6-4594-b9c1-984d81daa3b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:10.594Z|21ad1d7e-806a-4f32-a7df-95b12273d055|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:11.996Z|96521535-00c6-459c-9dd1-a9613a2c3ea8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:11.997Z|96521535-00c6-459c-9dd1-a9613a2c3ea8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:16.449Z|04881314-5b37-4153-819a-c475013c1615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:16.450Z|04881314-5b37-4153-819a-c475013c1615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:20.621Z|2c11283e-b5cf-476d-9561-66e5291f5628|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:20.622Z|2c11283e-b5cf-476d-9561-66e5291f5628|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:20.624Z|8f352561-c10b-4065-b865-d2f859af77b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:20.625Z|8f352561-c10b-4065-b865-d2f859af77b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:22.024Z|a718488d-6537-490a-ab1f-470ff84eb48a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:22.026Z|a718488d-6537-490a-ab1f-470ff84eb48a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:30.649Z|b8ead5de-3027-422c-ba00-8f94fcb28a30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:30.649Z|7a06aa32-f833-44dd-8283-9ab2abde0ecb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:30.650Z|7a06aa32-f833-44dd-8283-9ab2abde0ecb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:30.650Z|b8ead5de-3027-422c-ba00-8f94fcb28a30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:31.449Z|8e318d5a-74fb-4969-a63a-b536db13c8a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:31.452Z|8e318d5a-74fb-4969-a63a-b536db13c8a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:31.567Z|cacc23c3-0009-46fa-8c8d-9ab69c35ffe6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:31.568Z|cacc23c3-0009-46fa-8c8d-9ab69c35ffe6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:32.058Z|2936864b-689a-4aa9-801b-150d4fe9815e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:32.059Z|2936864b-689a-4aa9-801b-150d4fe9815e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:40.674Z|ea93eadf-b638-432b-9e87-383391b13512|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:40.674Z|fbeb131e-b7f5-46dc-8238-0608642dc848|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:40.676Z|ea93eadf-b638-432b-9e87-383391b13512|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:40.677Z|fbeb131e-b7f5-46dc-8238-0608642dc848|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:42.087Z|63a07486-738d-403f-8f84-e8b418eaf0f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:42.088Z|63a07486-738d-403f-8f84-e8b418eaf0f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:46.450Z|84da5f3c-99a9-4b90-a909-69b40e0408b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:25:46.451Z|84da5f3c-99a9-4b90-a909-69b40e0408b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:25:50.702Z|39705d68-5a8d-4db2-a1d4-2f665519677f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:50.702Z|d2af6ac4-6248-445a-8a32-1133e4f6f432|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:50.704Z|39705d68-5a8d-4db2-a1d4-2f665519677f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:50.704Z|d2af6ac4-6248-445a-8a32-1133e4f6f432|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:25:52.113Z|e82968c6-4ff0-4e0f-9846-88bbf54d0130|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:25:52.114Z|e82968c6-4ff0-4e0f-9846-88bbf54d0130|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:00.732Z|0a2e186b-35e1-4341-af6a-a93934fbba00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:00.732Z|c12a0973-0b5a-4fe9-acec-6193fed98171|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:00.733Z|0a2e186b-35e1-4341-af6a-a93934fbba00|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:00.733Z|c12a0973-0b5a-4fe9-acec-6193fed98171|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:01.449Z|deb6b758-ae49-49d6-959a-17979159761e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:01.450Z|deb6b758-ae49-49d6-959a-17979159761e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:01.570Z|4d817ef2-127e-40ee-867c-0247a5cd9d03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:01.570Z|4d817ef2-127e-40ee-867c-0247a5cd9d03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:02.143Z|d7c24262-0a5e-49a7-bde5-c5b87a4eb69a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:02.144Z|d7c24262-0a5e-49a7-bde5-c5b87a4eb69a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:10.760Z|1fe58570-0f5a-4d71-917a-f720aabcb4b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:10.761Z|1fe58570-0f5a-4d71-917a-f720aabcb4b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:10.765Z|1ce5ad36-c275-4c18-b925-144e3f6b865e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:10.766Z|1ce5ad36-c275-4c18-b925-144e3f6b865e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:12.171Z|9b5c6eff-7101-406f-917f-2d15e710052a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:12.173Z|9b5c6eff-7101-406f-917f-2d15e710052a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:16.452Z|9be111d3-492a-4198-b268-d6d97dbdc9aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:16.455Z|9be111d3-492a-4198-b268-d6d97dbdc9aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:20.786Z|283000c0-80e9-44cc-8c40-e39a7f4de3fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:20.787Z|283000c0-80e9-44cc-8c40-e39a7f4de3fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:20.788Z|daa77b85-2863-487b-b38a-5e286c7274ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:20.789Z|daa77b85-2863-487b-b38a-5e286c7274ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:22.197Z|79cb1170-d298-4cb2-885c-5698060ac32b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:22.198Z|79cb1170-d298-4cb2-885c-5698060ac32b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:30.817Z|ad294108-36e8-4673-ae2e-191bb9c88224|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:30.818Z|ad294108-36e8-4673-ae2e-191bb9c88224|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:30.817Z|7b82323c-df95-4877-a635-2e47211f12d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:30.819Z|7b82323c-df95-4877-a635-2e47211f12d0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:31.449Z|d95f2315-fb3f-4bd3-92e9-6ccee777b913|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:31.450Z|d95f2315-fb3f-4bd3-92e9-6ccee777b913|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:31.572Z|766c0d47-e894-4532-8790-bf33093e9604|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:31.572Z|766c0d47-e894-4532-8790-bf33093e9604|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:32.222Z|c1ad0cec-ea07-4670-a351-b9b07f8f495c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:32.224Z|c1ad0cec-ea07-4670-a351-b9b07f8f495c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:40.847Z|3df260ac-fcfe-41e3-8514-c3daff15be6d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:40.847Z|3df260ac-fcfe-41e3-8514-c3daff15be6d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:40.874Z|cf2b7b5c-2c35-4677-83ea-9a81e97a788e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:40.875Z|cf2b7b5c-2c35-4677-83ea-9a81e97a788e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:42.249Z|2a47b9e1-a230-47ce-b5c5-e7ad69c2cf9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:42.250Z|2a47b9e1-a230-47ce-b5c5-e7ad69c2cf9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:46.449Z|aad52bb9-d92c-4457-88b1-96ac19114fe1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:26:46.450Z|aad52bb9-d92c-4457-88b1-96ac19114fe1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:26:50.895Z|32cda352-ed82-4f33-8fe5-d8c3e3b61640|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:50.896Z|32cda352-ed82-4f33-8fe5-d8c3e3b61640|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:50.913Z|69361199-e941-44c5-9d2a-64930687db44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:50.914Z|69361199-e941-44c5-9d2a-64930687db44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:26:52.278Z|939b9756-377e-4b73-b8e9-f5680df7be91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:26:52.279Z|939b9756-377e-4b73-b8e9-f5680df7be91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:00.926Z|023c3616-5943-4a35-b4a4-df2ff41353b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:00.927Z|023c3616-5943-4a35-b4a4-df2ff41353b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:00.944Z|809ff113-4c4a-4233-b027-e92e40fcf2ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:00.944Z|809ff113-4c4a-4233-b027-e92e40fcf2ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:01.449Z|e31a156e-044d-4e43-9f3b-e0400a3d871b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:01.452Z|e31a156e-044d-4e43-9f3b-e0400a3d871b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:01.574Z|89c876b5-0155-4696-8cd7-240f09a682ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:01.576Z|89c876b5-0155-4696-8cd7-240f09a682ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:02.305Z|3ea185fa-b022-4c03-af16-fd9dc176f033|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:02.306Z|3ea185fa-b022-4c03-af16-fd9dc176f033|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:10.969Z|ab590022-17ee-44dc-850e-2a77c4c1613a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:10.970Z|ab590022-17ee-44dc-850e-2a77c4c1613a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:10.979Z|d297468c-f18a-49dc-b1fd-e8cf034c07a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:10.980Z|d297468c-f18a-49dc-b1fd-e8cf034c07a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:12.330Z|6c5e4d51-7174-4887-82b1-52121969ad05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:12.331Z|6c5e4d51-7174-4887-82b1-52121969ad05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:16.449Z|716ef418-8471-43c7-8000-8dff5e6d48f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:16.450Z|716ef418-8471-43c7-8000-8dff5e6d48f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:20.996Z|d3414db1-49fa-472e-bfda-66ece871a451|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:20.997Z|d3414db1-49fa-472e-bfda-66ece871a451|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:21.008Z|950d4feb-bc8f-4552-8f2c-ac99d7eb0014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:21.009Z|950d4feb-bc8f-4552-8f2c-ac99d7eb0014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:22.355Z|36231c14-3725-41f4-8d71-af5e034fc941|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:22.357Z|36231c14-3725-41f4-8d71-af5e034fc941|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:31.023Z|a5c8e239-88b5-42c9-b0dd-e4c13e755e69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:31.024Z|a5c8e239-88b5-42c9-b0dd-e4c13e755e69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:31.032Z|ed764492-d60e-429b-b7d4-afdcaece2225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:31.032Z|ed764492-d60e-429b-b7d4-afdcaece2225|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:31.449Z|ec8ff0eb-01a8-46ef-bf52-8f60947ab3e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:31.450Z|ec8ff0eb-01a8-46ef-bf52-8f60947ab3e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:31.577Z|af5e89fd-f3a6-4aa0-8a97-16ed7db75e37|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:31.578Z|af5e89fd-f3a6-4aa0-8a97-16ed7db75e37|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:32.385Z|d3a41cd7-455a-4a43-8df5-37d440957a45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:32.386Z|d3a41cd7-455a-4a43-8df5-37d440957a45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:41.049Z|a645d373-47a8-4f13-a11f-f3242c0264d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:41.050Z|a645d373-47a8-4f13-a11f-f3242c0264d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:41.056Z|89a51953-9b2f-4c58-8367-0a50e1619986|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:41.057Z|89a51953-9b2f-4c58-8367-0a50e1619986|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:42.414Z|d64088d7-2d58-45f9-a60b-260da0f13e15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:42.414Z|d64088d7-2d58-45f9-a60b-260da0f13e15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:46.449Z|35a6ff38-fa69-4066-bfc0-a2f743de36f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:27:46.452Z|35a6ff38-fa69-4066-bfc0-a2f743de36f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:27:51.074Z|b64b8d5a-7487-4049-9eb4-3c64dd3fe75f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:51.075Z|b64b8d5a-7487-4049-9eb4-3c64dd3fe75f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:51.080Z|e17d3a6a-253d-496c-bf03-35e396ffcf1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:51.081Z|e17d3a6a-253d-496c-bf03-35e396ffcf1a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:27:52.463Z|14811db8-3d0a-4a9d-8ab4-946e11a2d080|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:27:52.464Z|14811db8-3d0a-4a9d-8ab4-946e11a2d080|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:01.103Z|3553af8a-a719-4e19-b1d5-3a5ee2d48321|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:01.103Z|e229d58a-9edd-40ff-a54a-a47ecd03b4c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:01.104Z|3553af8a-a719-4e19-b1d5-3a5ee2d48321|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:01.104Z|e229d58a-9edd-40ff-a54a-a47ecd03b4c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:01.449Z|da8ef367-f260-4b42-b85c-69fbdd8cffb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:01.450Z|da8ef367-f260-4b42-b85c-69fbdd8cffb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:01.579Z|d8931898-7903-4a53-90e2-f02fe3ab9962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:01.580Z|d8931898-7903-4a53-90e2-f02fe3ab9962|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:02.487Z|c5777d21-5d49-4537-88d0-b2a8be7cf9e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:02.488Z|c5777d21-5d49-4537-88d0-b2a8be7cf9e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:11.131Z|63946dd2-fb97-4fb2-9b4b-faad51c3d83b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:11.132Z|2a594f40-e280-4b9c-a904-dcd7d426a2ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:11.132Z|63946dd2-fb97-4fb2-9b4b-faad51c3d83b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:11.133Z|2a594f40-e280-4b9c-a904-dcd7d426a2ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:12.512Z|be782a15-953b-4cd3-84c4-7c8c8b636b72|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:12.513Z|be782a15-953b-4cd3-84c4-7c8c8b636b72|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:16.449Z|51d6ca4a-ff94-4679-b2f9-3843f210b12c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:16.450Z|51d6ca4a-ff94-4679-b2f9-3843f210b12c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:21.159Z|65c8110d-a5e9-4575-84e9-0c4a2bf5b09d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:21.160Z|65c8110d-a5e9-4575-84e9-0c4a2bf5b09d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:21.159Z|21a3f62f-c11d-4a65-900c-b0f8f4f375b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:21.160Z|21a3f62f-c11d-4a65-900c-b0f8f4f375b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:22.547Z|e702aa77-c2af-4842-8d4e-9c2f90cb2e8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:22.549Z|e702aa77-c2af-4842-8d4e-9c2f90cb2e8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:31.189Z|8c141c24-1ed5-4784-b59e-c545a2fecf00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:31.189Z|2e2c9a86-2fd1-46e2-b604-3928ceefa8c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:31.190Z|8c141c24-1ed5-4784-b59e-c545a2fecf00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:31.190Z|2e2c9a86-2fd1-46e2-b604-3928ceefa8c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:31.449Z|f99b5eb7-6350-4020-9b6d-9783539a2f49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:31.452Z|f99b5eb7-6350-4020-9b6d-9783539a2f49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:31.581Z|7773f0d5-3b11-45cb-b9dc-9ca7819c66ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:31.587Z|7773f0d5-3b11-45cb-b9dc-9ca7819c66ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:32.581Z|69b79f62-5b39-4dae-aa2b-42653d9e81e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:32.583Z|69b79f62-5b39-4dae-aa2b-42653d9e81e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:41.216Z|e2a5b92e-31d2-4c40-89ca-b81275b2c28c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:41.216Z|cf4d31d5-1763-420e-8016-e813cbde842c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:41.217Z|e2a5b92e-31d2-4c40-89ca-b81275b2c28c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:41.217Z|cf4d31d5-1763-420e-8016-e813cbde842c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:42.619Z|eaf28c69-8462-4f6e-99b5-e173a53e0738|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:42.620Z|eaf28c69-8462-4f6e-99b5-e173a53e0738|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:46.449Z|9b36d542-9105-422c-a493-41f581dc6e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:28:46.450Z|9b36d542-9105-422c-a493-41f581dc6e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:28:51.240Z|17d3c1fc-d1bf-40cd-9e1f-2e18ef0ec6df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:51.240Z|ae3d2618-9aaa-4655-baaa-04cf22fac66f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:51.241Z|17d3c1fc-d1bf-40cd-9e1f-2e18ef0ec6df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:51.241Z|ae3d2618-9aaa-4655-baaa-04cf22fac66f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:52.645Z|a97b69c3-0df8-4c0f-969d-135926b00040|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:28:52.646Z|a97b69c3-0df8-4c0f-969d-135926b00040|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:28:59.863Z|6f653325-4a44-4e93-941a-129399d907bc|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:28:59.865Z|6f653325-4a44-4e93-941a-129399d907bc|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:01.270Z|6d7d4992-0468-441a-841f-7deaddfea370|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:01.270Z|6c608a16-4cdc-4b2d-b262-2ad632d925a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:01.271Z|6d7d4992-0468-441a-841f-7deaddfea370|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:01.271Z|6c608a16-4cdc-4b2d-b262-2ad632d925a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:01.449Z|47e5245f-315f-4973-afd4-3ee8b640c9b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:01.450Z|47e5245f-315f-4973-afd4-3ee8b640c9b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:01.589Z|f2b2ad7d-213e-4392-b629-3991d3732b5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:01.590Z|f2b2ad7d-213e-4392-b629-3991d3732b5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:02.672Z|c61c7790-07a3-4fb8-885a-addf05d87cf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:02.673Z|c61c7790-07a3-4fb8-885a-addf05d87cf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:11.300Z|faf64155-a68d-4928-ace0-3765b1e49856|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:11.300Z|9f3b276a-135a-41eb-ab0b-eaeffad24e74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:11.301Z|faf64155-a68d-4928-ace0-3765b1e49856|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:11.301Z|9f3b276a-135a-41eb-ab0b-eaeffad24e74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:12.701Z|22ff9c3f-6156-4c3c-a836-e535d6ee4973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:12.702Z|22ff9c3f-6156-4c3c-a836-e535d6ee4973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:16.449Z|cc60e2f7-d62d-42b4-81ea-e294e389b512|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:16.452Z|cc60e2f7-d62d-42b4-81ea-e294e389b512|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:21.329Z|aeb688fe-9523-4d3a-8956-928c5885390e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:21.329Z|c28d9d88-971c-4162-839e-9432a61357f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:21.329Z|aeb688fe-9523-4d3a-8956-928c5885390e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:21.329Z|c28d9d88-971c-4162-839e-9432a61357f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:22.726Z|335fd313-9dc0-4dc1-9648-2ba823e920cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:22.727Z|335fd313-9dc0-4dc1-9648-2ba823e920cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:31.354Z|a95ac574-f2c6-4d40-9bc7-997855922e1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:31.354Z|57cdfc51-eab3-4342-8b2f-4f140b39ae9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:31.355Z|a95ac574-f2c6-4d40-9bc7-997855922e1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:31.355Z|57cdfc51-eab3-4342-8b2f-4f140b39ae9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:31.449Z|83c20fc1-d3a0-4dc7-aa34-ec25cf8558d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:31.450Z|83c20fc1-d3a0-4dc7-aa34-ec25cf8558d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:31.591Z|16998541-c166-4c7d-82cd-c37b17fc2935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:31.592Z|16998541-c166-4c7d-82cd-c37b17fc2935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:32.754Z|758558fd-717f-4a07-95c3-e72d8a10f153|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:32.755Z|758558fd-717f-4a07-95c3-e72d8a10f153|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:41.381Z|dbc95f29-1cca-4a84-a8ca-1e1d06c5d2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:41.382Z|dbc95f29-1cca-4a84-a8ca-1e1d06c5d2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:41.383Z|8ab68661-a691-43ed-a79d-0a7526ffd055|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:41.384Z|8ab68661-a691-43ed-a79d-0a7526ffd055|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:42.791Z|4ba97afc-7363-4a84-8972-617912cbaf40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:42.793Z|4ba97afc-7363-4a84-8972-617912cbaf40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:46.449Z|2fbb0b23-5f71-4c09-a6a1-105e83d68896|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:29:46.450Z|2fbb0b23-5f71-4c09-a6a1-105e83d68896|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:29:51.410Z|e751ebc3-a8ad-4cbc-a701-6d9fb4db0b7c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:51.410Z|4005f6c3-5eb1-43d3-b67d-0b983d687eb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:51.411Z|4005f6c3-5eb1-43d3-b67d-0b983d687eb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:51.412Z|e751ebc3-a8ad-4cbc-a701-6d9fb4db0b7c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:52.826Z|3de3db85-a4cf-4a01-bfcf-fbbd306d165e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:29:52.828Z|3de3db85-a4cf-4a01-bfcf-fbbd306d165e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:29:59.844Z|0cacca03-bd64-4afb-89bc-1bc41f7dd972|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:29:59.844Z|0cacca03-bd64-4afb-89bc-1bc41f7dd972|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:01.439Z|ebc417af-ae4d-4efb-8865-d9094d1c561e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:01.440Z|254576cb-90cc-418a-8a63-ae3d875b8d2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:01.441Z|254576cb-90cc-418a-8a63-ae3d875b8d2b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:01.441Z|ebc417af-ae4d-4efb-8865-d9094d1c561e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:01.449Z|f6415f8a-6487-4d57-886f-24a191ecbdc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:01.451Z|f6415f8a-6487-4d57-886f-24a191ecbdc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:01.593Z|27c61783-36e1-4009-9184-b70bd77266ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:01.594Z|27c61783-36e1-4009-9184-b70bd77266ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:02.888Z|2ea3954a-731b-431f-ab64-29c8d0ed8875|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:02.889Z|2ea3954a-731b-431f-ab64-29c8d0ed8875|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:11.472Z|340bd01d-3cfb-4bc2-ba9a-247c557751f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:11.473Z|58c788f8-b653-4cfe-8f42-b05541ca2311|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:11.476Z|340bd01d-3cfb-4bc2-ba9a-247c557751f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:11.487Z|58c788f8-b653-4cfe-8f42-b05541ca2311|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:12.918Z|e11ef8c2-5684-4830-a91d-e6455e577797|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:12.919Z|e11ef8c2-5684-4830-a91d-e6455e577797|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:16.449Z|613c4fe5-4a5a-4ab0-8644-2dd655c6fec0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:16.450Z|613c4fe5-4a5a-4ab0-8644-2dd655c6fec0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:21.514Z|b07480d1-bcd7-4d3d-8071-affcc57f0b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:21.515Z|b07480d1-bcd7-4d3d-8071-affcc57f0b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:21.519Z|c6e6396a-a937-41ec-a7b4-7d3ec220fb51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:21.520Z|c6e6396a-a937-41ec-a7b4-7d3ec220fb51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:22.946Z|1e54cfe3-3a93-4a78-aa62-bc1041e17e25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:22.947Z|1e54cfe3-3a93-4a78-aa62-bc1041e17e25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:31.449Z|1ddf6fbb-2722-4075-b26e-9c7244899b30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:31.450Z|1ddf6fbb-2722-4075-b26e-9c7244899b30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:31.558Z|a6159329-beb5-4186-a230-a6396f7cf70e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:31.559Z|a6159329-beb5-4186-a230-a6396f7cf70e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:31.562Z|3fd13300-d22d-43dd-b3bf-fb76364801c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:31.564Z|3fd13300-d22d-43dd-b3bf-fb76364801c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:31.595Z|791b1a12-c6f6-4800-aa26-43323b1648c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:31.596Z|791b1a12-c6f6-4800-aa26-43323b1648c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:32.973Z|185db28a-0d6f-42f6-bc79-4db6591cecd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:32.974Z|185db28a-0d6f-42f6-bc79-4db6591cecd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:41.598Z|bf8456bf-6adf-463f-b29d-794da10667ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:41.599Z|bf8456bf-6adf-463f-b29d-794da10667ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:41.610Z|5744abeb-04e4-4d54-b896-65c80987128c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:41.611Z|5744abeb-04e4-4d54-b896-65c80987128c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:43.002Z|18587777-2efe-4052-bbcc-c7fc904b1b4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:43.003Z|18587777-2efe-4052-bbcc-c7fc904b1b4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:46.449Z|ff805625-87a0-4494-87ea-e8ea00e9b290|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:30:46.456Z|ff805625-87a0-4494-87ea-e8ea00e9b290|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:30:51.629Z|af0f46dc-7754-4a0c-8f1a-6e3790fe8a39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:51.630Z|af0f46dc-7754-4a0c-8f1a-6e3790fe8a39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:51.640Z|022b8441-81dd-4d7f-a7a2-8f64e6e97aff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:51.641Z|022b8441-81dd-4d7f-a7a2-8f64e6e97aff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:53.033Z|bd1a7454-e78c-49a3-920f-f263ef505234|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:30:53.035Z|bd1a7454-e78c-49a3-920f-f263ef505234|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:30:59.843Z|da910910-6a08-4b8c-a6d6-704b04eb18d9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:30:59.844Z|da910910-6a08-4b8c-a6d6-704b04eb18d9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:01.451Z|bd9a9ca4-685f-4087-93de-1b5b82823109|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:01.452Z|bd9a9ca4-685f-4087-93de-1b5b82823109|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:01.598Z|e41c4892-b69e-4f7f-96e7-35f402a9f0c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:01.598Z|e41c4892-b69e-4f7f-96e7-35f402a9f0c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:01.656Z|8add1aad-ab86-4776-884e-d4ae142b66a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:01.657Z|8add1aad-ab86-4776-884e-d4ae142b66a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:01.667Z|5695697b-03a2-4eac-9a70-d8ff03525ccc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:01.668Z|5695697b-03a2-4eac-9a70-d8ff03525ccc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:03.059Z|774617aa-8646-48b4-b711-071ee8c20281|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:03.060Z|774617aa-8646-48b4-b711-071ee8c20281|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:11.683Z|40bc2ac4-2db6-433b-851f-06bec0477aa8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:11.685Z|40bc2ac4-2db6-433b-851f-06bec0477aa8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:11.694Z|7d7258b1-1de4-441a-829f-8307c1cffb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:11.695Z|7d7258b1-1de4-441a-829f-8307c1cffb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:13.086Z|6fb4d07a-a40e-4bce-9ed0-a2d5c8357134|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:13.087Z|6fb4d07a-a40e-4bce-9ed0-a2d5c8357134|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:16.449Z|215b6f16-a6fa-41c0-8246-f5fa81b0dc2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:16.449Z|215b6f16-a6fa-41c0-8246-f5fa81b0dc2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:21.711Z|ee2edfc1-061e-42cf-a3a8-126f645b4510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:21.712Z|ee2edfc1-061e-42cf-a3a8-126f645b4510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:21.721Z|9b00aa18-e71a-4cf3-b618-792d449ce507|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:21.722Z|9b00aa18-e71a-4cf3-b618-792d449ce507|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:23.113Z|c5ea824f-d1b1-487e-a8b7-827b95e547bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:23.114Z|c5ea824f-d1b1-487e-a8b7-827b95e547bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:31.449Z|4e87ed62-9364-49de-b773-8279a5e4713c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:31.452Z|4e87ed62-9364-49de-b773-8279a5e4713c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:31.599Z|2d84e6dc-0da5-473a-aece-4ff986679856|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:31.600Z|2d84e6dc-0da5-473a-aece-4ff986679856|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:31.743Z|5fca3395-8e55-4aae-849d-62fb3fc67963|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:31.744Z|5fca3395-8e55-4aae-849d-62fb3fc67963|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:31.752Z|dcd22e79-7eb2-405f-a24c-86b5043e2726|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:31.753Z|dcd22e79-7eb2-405f-a24c-86b5043e2726|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:33.140Z|19091af5-4631-4b02-83e8-d41ef608efb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:33.140Z|19091af5-4631-4b02-83e8-d41ef608efb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:41.780Z|b943ffbe-6ef3-4910-92fd-32e594d55c21|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:41.781Z|d887d2fe-8316-4b4d-a701-118bc384a15a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:41.781Z|b943ffbe-6ef3-4910-92fd-32e594d55c21|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:41.782Z|d887d2fe-8316-4b4d-a701-118bc384a15a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:43.168Z|9026cc2d-c4a7-4443-9068-fce0293f9ba5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:43.169Z|9026cc2d-c4a7-4443-9068-fce0293f9ba5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:46.449Z|4bd84bb5-7305-4de9-bc64-9602279f8b1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:31:46.450Z|4bd84bb5-7305-4de9-bc64-9602279f8b1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:31:51.810Z|28ead409-d39f-486d-b7b7-481bb26dcba3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:51.812Z|28ead409-d39f-486d-b7b7-481bb26dcba3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:51.812Z|8c2ac2ee-29b3-415d-87a9-aa529b271e50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:51.813Z|8c2ac2ee-29b3-415d-87a9-aa529b271e50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:53.198Z|dc4a73a8-5fb7-4dbf-98a2-2fe9396987d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:31:53.199Z|dc4a73a8-5fb7-4dbf-98a2-2fe9396987d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:31:59.844Z|ac76c04e-ba67-4860-8b4c-175fa7b6e620|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:31:59.845Z|ac76c04e-ba67-4860-8b4c-175fa7b6e620|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:01.449Z|e3ca7b52-7229-48aa-a2b0-586b92e50654|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:01.449Z|e3ca7b52-7229-48aa-a2b0-586b92e50654|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:01.601Z|2ab0e9d0-0ed0-493f-b96b-06c720c77848|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:01.601Z|2ab0e9d0-0ed0-493f-b96b-06c720c77848|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:01.838Z|9d651c9d-59a6-4e30-8298-fc7630653f98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:01.838Z|068b5640-fe2a-4d9c-826c-258688db3307|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:01.839Z|068b5640-fe2a-4d9c-826c-258688db3307|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:01.840Z|9d651c9d-59a6-4e30-8298-fc7630653f98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:03.227Z|48136357-d02b-4376-8ca7-0a576f258377|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:03.228Z|48136357-d02b-4376-8ca7-0a576f258377|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:11.865Z|b4bdb686-7ec0-4552-a1b0-75e3aa4fd137|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:11.866Z|b4bdb686-7ec0-4552-a1b0-75e3aa4fd137|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:11.871Z|aa25bdba-9482-44e2-8af7-d54463f7ec06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:11.872Z|aa25bdba-9482-44e2-8af7-d54463f7ec06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:13.255Z|c377342a-a4ed-44e9-936d-fbaa20023c3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:13.256Z|c377342a-a4ed-44e9-936d-fbaa20023c3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:16.449Z|b4948de1-a894-45b6-91b3-d2c8b02b1e8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:16.452Z|b4948de1-a894-45b6-91b3-d2c8b02b1e8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:21.895Z|84fc5e3b-443f-427d-8d70-ed71e33ea27e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:21.896Z|84fc5e3b-443f-427d-8d70-ed71e33ea27e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:21.902Z|d52d71ef-737a-4841-a898-cc23989e5ed8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:21.902Z|d52d71ef-737a-4841-a898-cc23989e5ed8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:23.281Z|4f08f452-75ea-4697-99f8-8f5b595f6fd6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:23.281Z|4f08f452-75ea-4697-99f8-8f5b595f6fd6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:31.450Z|412c4fbc-4549-4fec-abff-9fd0d6f12c1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:31.451Z|412c4fbc-4549-4fec-abff-9fd0d6f12c1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:31.602Z|ebde74de-9848-493d-8d79-c5a067152e4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:31.603Z|ebde74de-9848-493d-8d79-c5a067152e4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:31.927Z|a37770ad-fa95-449c-9e0e-8d37cb0e44d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:31.927Z|380d6aa0-22d3-4d49-8b8e-1b8185701297|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:31.928Z|a37770ad-fa95-449c-9e0e-8d37cb0e44d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:31.929Z|380d6aa0-22d3-4d49-8b8e-1b8185701297|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:33.311Z|b20f5315-0b63-4127-95aa-e9670afe3d16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:33.312Z|b20f5315-0b63-4127-95aa-e9670afe3d16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:41.957Z|76cc7e48-8d07-40cf-a18e-ea004f2b0429|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:41.957Z|16b88865-4c1e-4197-b7dd-cc63f3ee86b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:41.958Z|76cc7e48-8d07-40cf-a18e-ea004f2b0429|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:41.958Z|16b88865-4c1e-4197-b7dd-cc63f3ee86b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:43.344Z|4509e51c-8a3d-43b9-8c4f-c42a92b9e54b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:43.346Z|4509e51c-8a3d-43b9-8c4f-c42a92b9e54b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:46.449Z|9e4dff00-12a7-45f9-a243-1e6c8f55b3a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:32:46.450Z|9e4dff00-12a7-45f9-a243-1e6c8f55b3a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:32:52.002Z|ac8b5946-0217-471d-b84c-f4bc77d8c76f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:52.002Z|12085b31-ccde-4849-a061-64a9a8400433|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:52.005Z|12085b31-ccde-4849-a061-64a9a8400433|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:52.005Z|ac8b5946-0217-471d-b84c-f4bc77d8c76f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:53.373Z|301822ff-d9d0-4056-af1a-a23283de7854|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:32:53.374Z|301822ff-d9d0-4056-af1a-a23283de7854|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:32:59.847Z|7df2bf2a-3f6a-4770-b555-38ba77caac23|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:32:59.849Z|7df2bf2a-3f6a-4770-b555-38ba77caac23|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:01.449Z|b9aea5f2-cd7b-4f05-ac67-53f1b578c9f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:01.452Z|b9aea5f2-cd7b-4f05-ac67-53f1b578c9f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:01.604Z|afa1aaac-efab-456b-aec7-26335bd9a574|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:01.605Z|afa1aaac-efab-456b-aec7-26335bd9a574|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:02.033Z|4b31aee8-d257-4a8e-b283-408812a4da3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:02.033Z|1b316d9c-4e8f-4da7-b206-ec616c69f1ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:02.034Z|4b31aee8-d257-4a8e-b283-408812a4da3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:02.034Z|1b316d9c-4e8f-4da7-b206-ec616c69f1ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:03.399Z|723583da-f755-428b-b52d-87b35ecb2589|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:03.399Z|723583da-f755-428b-b52d-87b35ecb2589|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:12.061Z|9b6484e5-82e0-411a-bd99-fc5f651811ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:12.061Z|b1599de0-1cfb-4017-83ad-d2df063b18fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:12.062Z|9b6484e5-82e0-411a-bd99-fc5f651811ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:12.062Z|b1599de0-1cfb-4017-83ad-d2df063b18fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:13.425Z|cd6e3ca0-2268-4f92-8699-98a7ecaca869|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:13.426Z|cd6e3ca0-2268-4f92-8699-98a7ecaca869|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:16.449Z|75d80baf-f1d6-4f24-9446-02b8ada80803|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:16.450Z|75d80baf-f1d6-4f24-9446-02b8ada80803|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:22.092Z|8f1fe6b0-a96f-4807-8756-d4393233df6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:22.092Z|07cb7e8b-5cca-444e-b411-410b4511ab00|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:22.093Z|07cb7e8b-5cca-444e-b411-410b4511ab00|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:22.093Z|8f1fe6b0-a96f-4807-8756-d4393233df6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:23.453Z|ed9eea42-3313-4e64-b33f-5e3159ea224d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:23.454Z|ed9eea42-3313-4e64-b33f-5e3159ea224d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:31.449Z|c89d00de-39cd-457c-ad73-a6fc63a48fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:31.450Z|c89d00de-39cd-457c-ad73-a6fc63a48fdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:31.606Z|daf81feb-fed1-4288-97b0-97fbfc02722c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:31.606Z|daf81feb-fed1-4288-97b0-97fbfc02722c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:32.120Z|d409e76d-9043-474e-a875-df66321dddd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:32.121Z|d409e76d-9043-474e-a875-df66321dddd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:32.131Z|ac045d3b-a8d8-44fb-a763-225db8ced1fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:32.133Z|ac045d3b-a8d8-44fb-a763-225db8ced1fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:33.480Z|7fe7a2d7-b1bc-4bdd-a946-d7bcebbbf24a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:33.481Z|7fe7a2d7-b1bc-4bdd-a946-d7bcebbbf24a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:42.171Z|1c3a957a-28b4-4f0d-b4de-f10d3570091e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:42.172Z|0a6e5d06-6ed8-4afb-86ec-3cd91a6258d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:42.173Z|0a6e5d06-6ed8-4afb-86ec-3cd91a6258d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:42.172Z|1c3a957a-28b4-4f0d-b4de-f10d3570091e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:43.529Z|0a20ae22-48b7-428b-8bce-8bf9167dcf1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:43.530Z|0a20ae22-48b7-428b-8bce-8bf9167dcf1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:46.449Z|7b1a9a7c-cbfc-414c-9e89-b5766b408597|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:33:46.453Z|7b1a9a7c-cbfc-414c-9e89-b5766b408597|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:33:52.210Z|153fbffa-d3b7-4ad9-b83d-99ff7001a2df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:52.212Z|153fbffa-d3b7-4ad9-b83d-99ff7001a2df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:52.226Z|f86240f0-85f4-4682-ba82-b910c1991e25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:52.227Z|f86240f0-85f4-4682-ba82-b910c1991e25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:53.560Z|13db2600-1bbf-48a0-a1f7-672e4be00c27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:33:53.561Z|13db2600-1bbf-48a0-a1f7-672e4be00c27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:33:59.844Z|31fb8a9c-0fe6-4305-8f67-61ccf6807050|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:33:59.845Z|31fb8a9c-0fe6-4305-8f67-61ccf6807050|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:01.449Z|37cebaf5-bae9-4683-9610-c8b33946dd1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:01.450Z|37cebaf5-bae9-4683-9610-c8b33946dd1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:01.607Z|e36a00ed-ee71-4eea-adf4-57c3a0198ddf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:01.608Z|e36a00ed-ee71-4eea-adf4-57c3a0198ddf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:02.255Z|135bae00-01a1-4298-8887-75726a737c7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:02.255Z|135bae00-01a1-4298-8887-75726a737c7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:02.257Z|006f3b7b-def4-48ff-9008-c85cf45fa27f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:02.258Z|006f3b7b-def4-48ff-9008-c85cf45fa27f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:03.591Z|52d68bef-b454-47c4-ac80-fe3ac7437bd8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:03.592Z|52d68bef-b454-47c4-ac80-fe3ac7437bd8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:12.284Z|faf18aa6-c660-4da9-9442-337831973b8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:12.284Z|faf18aa6-c660-4da9-9442-337831973b8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:12.288Z|854888ec-1cb7-416f-b070-2c9ff6760f34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:12.290Z|854888ec-1cb7-416f-b070-2c9ff6760f34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:13.622Z|6a895ddb-205b-4333-95dd-4e6a562fc7fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:13.623Z|6a895ddb-205b-4333-95dd-4e6a562fc7fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:16.449Z|5a7ec112-deb1-4848-8252-62c50a64c993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:16.450Z|5a7ec112-deb1-4848-8252-62c50a64c993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:22.314Z|25a6ec95-1d4a-4cee-b8c7-18c1f719f7d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:22.315Z|25a6ec95-1d4a-4cee-b8c7-18c1f719f7d0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:22.320Z|30741513-dfd7-4f87-ad3e-b77afde7ed3f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:22.322Z|30741513-dfd7-4f87-ad3e-b77afde7ed3f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:23.650Z|a59ce7f7-e74e-4f5c-a6f5-09069f61eda4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:23.651Z|a59ce7f7-e74e-4f5c-a6f5-09069f61eda4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:31.449Z|5732daac-3af2-4c5a-b5ca-5d1a023e1b8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:31.453Z|5732daac-3af2-4c5a-b5ca-5d1a023e1b8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:31.609Z|bb017839-4b3d-4728-8726-46cbf728a99e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:31.610Z|bb017839-4b3d-4728-8726-46cbf728a99e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:32.349Z|16aded6c-9014-4ccd-9189-6536046922dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:32.349Z|e5e66c2f-72a6-4dc1-850a-1e0636f51fb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:32.350Z|16aded6c-9014-4ccd-9189-6536046922dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:32.350Z|e5e66c2f-72a6-4dc1-850a-1e0636f51fb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:33.675Z|077aa41d-23fd-4cbc-9d29-209338f3c651|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:33.676Z|077aa41d-23fd-4cbc-9d29-209338f3c651|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:42.381Z|3cb18534-8339-43e1-bf04-6875495362eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:42.381Z|c7f31373-86a7-4ed8-9d2d-e9f76cb2d564|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:42.382Z|3cb18534-8339-43e1-bf04-6875495362eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:42.383Z|c7f31373-86a7-4ed8-9d2d-e9f76cb2d564|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:43.705Z|8e08fed0-0845-4ad8-bc26-b5a98ed7e742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:43.706Z|8e08fed0-0845-4ad8-bc26-b5a98ed7e742|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:46.452Z|c79f44d7-6904-4d8b-bc67-3f10cfa2e666|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:34:46.453Z|c79f44d7-6904-4d8b-bc67-3f10cfa2e666|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:34:52.414Z|5bab961c-4549-4b63-8b14-0eba266e6dc7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:52.415Z|5bab961c-4549-4b63-8b14-0eba266e6dc7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:52.423Z|5ba86b21-b838-47e2-b7b0-99585ecaa4b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:52.424Z|5ba86b21-b838-47e2-b7b0-99585ecaa4b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:53.731Z|a44fdef0-85fa-44a6-ae6c-d692f57d0e13|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:34:53.732Z|a44fdef0-85fa-44a6-ae6c-d692f57d0e13|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:34:59.844Z|321c11ad-be4e-4d99-b73f-877de61b3315|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:34:59.845Z|321c11ad-be4e-4d99-b73f-877de61b3315|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:01.452Z|36d8be91-648b-4c2d-a88c-b406d480065c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:01.458Z|36d8be91-648b-4c2d-a88c-b406d480065c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:01.611Z|4ff00cfd-27db-488f-99a2-66fe97535647|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:01.611Z|4ff00cfd-27db-488f-99a2-66fe97535647|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:02.441Z|465f3158-1049-4778-a302-8e61d6c3f4eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:02.442Z|465f3158-1049-4778-a302-8e61d6c3f4eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:02.447Z|2acbf7b0-3a13-453f-91fe-bcf92417bfe1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:02.448Z|2acbf7b0-3a13-453f-91fe-bcf92417bfe1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:03.756Z|92592834-fd2a-4d7c-af8b-4d2830bea8d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:03.757Z|92592834-fd2a-4d7c-af8b-4d2830bea8d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:12.471Z|4e3f4d00-2d2b-48e2-a854-648a3f8dba9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:12.471Z|2d34c202-cf7d-49ae-a011-41747c8de189|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:12.472Z|4e3f4d00-2d2b-48e2-a854-648a3f8dba9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:12.472Z|2d34c202-cf7d-49ae-a011-41747c8de189|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:13.780Z|788efbec-970b-4f3c-a9ec-750aade66e9d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:13.781Z|788efbec-970b-4f3c-a9ec-750aade66e9d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:16.449Z|d6e03b0d-bb7b-4e87-af05-aa64bd7b6093|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:16.449Z|d6e03b0d-bb7b-4e87-af05-aa64bd7b6093|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:22.497Z|13302a2a-76f0-4809-bd57-03720d9a7309|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:22.498Z|13302a2a-76f0-4809-bd57-03720d9a7309|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:22.505Z|f1571252-e988-414b-bc03-ab88120246dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:22.507Z|f1571252-e988-414b-bc03-ab88120246dc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:23.807Z|34e28b89-ed92-44c0-a706-4f8ede202915|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:23.809Z|34e28b89-ed92-44c0-a706-4f8ede202915|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:31.449Z|e875120e-3c7c-46ce-9e41-66af32029066|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:31.450Z|e875120e-3c7c-46ce-9e41-66af32029066|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:31.613Z|eefa3c64-c548-40f1-beaa-97baf38e648f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:31.614Z|eefa3c64-c548-40f1-beaa-97baf38e648f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:32.524Z|30fe9619-16e4-4a22-bec5-11986191e086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:32.525Z|30fe9619-16e4-4a22-bec5-11986191e086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:32.533Z|77187c29-81c7-49b4-819e-027985661840|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:32.534Z|77187c29-81c7-49b4-819e-027985661840|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:33.839Z|dad5f82d-f457-4d7d-aff9-6e6c8928b860|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:33.840Z|dad5f82d-f457-4d7d-aff9-6e6c8928b860|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:42.551Z|55dff5df-54b5-4005-8170-126457585c6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:42.552Z|55dff5df-54b5-4005-8170-126457585c6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:42.563Z|ad68ef31-13c3-4f2f-bd3c-cbde4b029f99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:42.564Z|ad68ef31-13c3-4f2f-bd3c-cbde4b029f99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:43.865Z|22404fa7-dd78-4430-90db-dc2a8295e94d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:43.868Z|22404fa7-dd78-4430-90db-dc2a8295e94d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:46.449Z|4d07fbc7-37a0-4c23-a32a-dd92c67028ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:35:46.451Z|4d07fbc7-37a0-4c23-a32a-dd92c67028ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:35:52.578Z|e736b872-abe6-4122-846f-e3285ddad923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:52.579Z|e736b872-abe6-4122-846f-e3285ddad923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:52.596Z|f5e8bfc9-646f-41cb-a3ab-8f80b532c631|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:52.598Z|f5e8bfc9-646f-41cb-a3ab-8f80b532c631|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:53.891Z|7b031327-b598-41ef-ba05-0d790c9ef3d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:35:53.892Z|7b031327-b598-41ef-ba05-0d790c9ef3d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:35:59.845Z|1a94847f-e095-4c03-9233-48fc029357e3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:35:59.847Z|1a94847f-e095-4c03-9233-48fc029357e3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:01.449Z|27d98bf2-de83-4f21-b63a-08e24e6feb70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:01.450Z|27d98bf2-de83-4f21-b63a-08e24e6feb70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:01.616Z|025583f8-86d8-404a-9f31-22f6729a631e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:01.617Z|025583f8-86d8-404a-9f31-22f6729a631e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:02.604Z|0791de77-3f21-41a2-8c6e-4d7d2d10f643|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:02.605Z|0791de77-3f21-41a2-8c6e-4d7d2d10f643|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:02.626Z|a320afe4-188d-4a25-9915-eda5e8685c59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:02.627Z|a320afe4-188d-4a25-9915-eda5e8685c59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:03.914Z|907aee47-4eb5-4e45-89ab-edf1614b50b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:03.915Z|907aee47-4eb5-4e45-89ab-edf1614b50b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:12.629Z|314b1f06-8fa4-49f4-bd5b-521b2f2bcbf9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:12.629Z|314b1f06-8fa4-49f4-bd5b-521b2f2bcbf9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:12.651Z|0c378189-b2be-4750-b86a-6b9eb0c81de7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:12.652Z|0c378189-b2be-4750-b86a-6b9eb0c81de7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:13.939Z|2a42f11d-66b3-4f8c-a8dc-56b396132805|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:13.940Z|2a42f11d-66b3-4f8c-a8dc-56b396132805|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:16.449Z|d31e21f5-09b3-4c34-b03f-17b105de8f93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:16.450Z|d31e21f5-09b3-4c34-b03f-17b105de8f93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:22.657Z|b97dd33c-3d6c-4cb6-9992-597e98880dc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:22.658Z|b97dd33c-3d6c-4cb6-9992-597e98880dc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:22.677Z|dec649ec-5b03-4d59-bccd-e53a5988b1aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:22.678Z|dec649ec-5b03-4d59-bccd-e53a5988b1aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:23.964Z|ea50af13-02e4-4c54-a13d-9cc2d6754620|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:23.965Z|ea50af13-02e4-4c54-a13d-9cc2d6754620|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:31.449Z|65b3e5ba-ac3b-4b86-b6a4-6d94881b86aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:31.451Z|65b3e5ba-ac3b-4b86-b6a4-6d94881b86aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:31.618Z|4e7d266d-48d3-49e7-8468-553d01ee4a6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:31.619Z|4e7d266d-48d3-49e7-8468-553d01ee4a6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:32.684Z|33dd77be-0189-474f-a6fa-1afc856e9f6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:32.685Z|33dd77be-0189-474f-a6fa-1afc856e9f6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:32.708Z|acdbeb82-574f-4d1d-a249-bde26ad28dfb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:32.709Z|acdbeb82-574f-4d1d-a249-bde26ad28dfb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:33.996Z|6088cdd7-60f2-4ab0-b849-0deb7323c3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:33.997Z|6088cdd7-60f2-4ab0-b849-0deb7323c3f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:42.712Z|b88b617e-fbae-4980-a284-902bdd74b77b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:42.713Z|b88b617e-fbae-4980-a284-902bdd74b77b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:42.738Z|eabc8645-ce99-4c9f-884b-b642a1c16f4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:42.739Z|eabc8645-ce99-4c9f-884b-b642a1c16f4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:44.021Z|6405bd1e-8560-4447-b991-4f6626119bea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:44.022Z|6405bd1e-8560-4447-b991-4f6626119bea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:46.449Z|1f193d11-d1fd-4a18-909b-c6fa8ffd6c76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:36:46.450Z|1f193d11-d1fd-4a18-909b-c6fa8ffd6c76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:36:52.739Z|23707980-40ee-428a-bb32-121948f0c84c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:52.740Z|23707980-40ee-428a-bb32-121948f0c84c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:52.763Z|d9bd7575-5664-4859-bdc3-5d62639cd1a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:52.765Z|d9bd7575-5664-4859-bdc3-5d62639cd1a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:54.047Z|ca48a6c6-226e-4178-803d-3ce4f4a57a38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:36:54.048Z|ca48a6c6-226e-4178-803d-3ce4f4a57a38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:36:59.843Z|b5385a97-d72f-44f4-ba3c-c2deff844eee|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:36:59.845Z|b5385a97-d72f-44f4-ba3c-c2deff844eee|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:01.449Z|ac6beda8-2c68-4bd6-87ef-9f3640220103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:01.450Z|ac6beda8-2c68-4bd6-87ef-9f3640220103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:01.620Z|d36865e8-ae5a-4b22-968f-d87c1a4b395f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:01.620Z|d36865e8-ae5a-4b22-968f-d87c1a4b395f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:02.775Z|75fa16be-21f0-4bdd-a470-2f49925d891b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:02.776Z|75fa16be-21f0-4bdd-a470-2f49925d891b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:02.790Z|cdd998b0-36d2-47c7-a377-64c1d73ce312|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:02.791Z|cdd998b0-36d2-47c7-a377-64c1d73ce312|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:04.075Z|aeef2a54-af1a-4a48-a6c1-ed87570671e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:04.077Z|aeef2a54-af1a-4a48-a6c1-ed87570671e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:12.806Z|8181a2c3-763c-40d5-9494-75fb7d2cf071|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:12.807Z|8181a2c3-763c-40d5-9494-75fb7d2cf071|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:12.820Z|f5e78d5c-0934-4698-9cb4-57e615206f3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:12.821Z|f5e78d5c-0934-4698-9cb4-57e615206f3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:14.108Z|21b738ba-906c-483d-9134-89a5f6edbe44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:14.109Z|21b738ba-906c-483d-9134-89a5f6edbe44|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:16.449Z|a17bd562-432e-48fc-9a63-4f756cdbe1cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:16.452Z|a17bd562-432e-48fc-9a63-4f756cdbe1cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:22.856Z|5c93735d-2d38-4be3-8223-e58a9fc2d2bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:22.858Z|5c93735d-2d38-4be3-8223-e58a9fc2d2bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:22.880Z|99f44dff-ffb8-4e21-91b1-2d67b29b1f62|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:22.881Z|99f44dff-ffb8-4e21-91b1-2d67b29b1f62|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:24.132Z|9ebfebd7-af0a-44e0-9094-40c96c863d96|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:24.133Z|9ebfebd7-af0a-44e0-9094-40c96c863d96|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:31.449Z|b44319e4-d0ab-4761-a7aa-ded49491279c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:31.450Z|b44319e4-d0ab-4761-a7aa-ded49491279c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:31.621Z|a5ef9011-1870-46a8-9e59-3b302a140452|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:31.622Z|a5ef9011-1870-46a8-9e59-3b302a140452|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:32.895Z|ac7099c2-5c3c-4ce6-ac74-62971f9eb6d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:32.896Z|ac7099c2-5c3c-4ce6-ac74-62971f9eb6d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:32.910Z|a3621241-808f-4afd-aa97-c38eb4c9840a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:32.911Z|a3621241-808f-4afd-aa97-c38eb4c9840a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:34.162Z|bede281d-8f93-4b49-b154-a900cba0e305|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:34.163Z|bede281d-8f93-4b49-b154-a900cba0e305|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:42.932Z|dfd4d3cc-2550-4b57-83d4-9a8390c414c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:42.933Z|dfd4d3cc-2550-4b57-83d4-9a8390c414c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:42.939Z|26c9bdc4-2d27-43c3-bcaa-74424c02df42|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:42.940Z|26c9bdc4-2d27-43c3-bcaa-74424c02df42|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:44.189Z|b22f6d9a-b679-469a-83b9-1ce817c85daf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:44.190Z|b22f6d9a-b679-469a-83b9-1ce817c85daf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:46.449Z|3c37c503-49f2-4328-852c-e65e315356a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:37:46.449Z|3c37c503-49f2-4328-852c-e65e315356a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:37:52.959Z|a4934e15-d405-4915-8924-6ecadd72c732|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:52.960Z|a4934e15-d405-4915-8924-6ecadd72c732|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:52.978Z|30e2bbc8-3592-416a-8e80-3e9307d636ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:52.979Z|30e2bbc8-3592-416a-8e80-3e9307d636ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:54.213Z|13003761-3a48-40e3-b162-9041395574b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:37:54.213Z|13003761-3a48-40e3-b162-9041395574b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:37:59.843Z|7943670e-dfdb-4092-ab1f-630e08e657d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:37:59.844Z|7943670e-dfdb-4092-ab1f-630e08e657d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:01.450Z|bda55bda-fbf1-4d99-84f1-5d4f99b435a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:01.454Z|bda55bda-fbf1-4d99-84f1-5d4f99b435a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:01.623Z|d9f29e99-9cbd-4a41-a7ae-8d1327feefbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:01.624Z|d9f29e99-9cbd-4a41-a7ae-8d1327feefbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:02.985Z|701b6a37-e37b-4f20-85db-0dee73677e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:02.986Z|701b6a37-e37b-4f20-85db-0dee73677e44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:03.007Z|f22c221b-4731-4690-b4a5-8636d2e13f7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:03.008Z|f22c221b-4731-4690-b4a5-8636d2e13f7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:04.237Z|ebe9face-427a-4861-b411-5d24bd4e74af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:04.238Z|ebe9face-427a-4861-b411-5d24bd4e74af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:13.009Z|42a860be-fbff-419b-84d4-19fb7687bf97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:13.010Z|42a860be-fbff-419b-84d4-19fb7687bf97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:13.031Z|0198c204-37f9-4dfd-aa0e-f2b3510fbfab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:13.032Z|0198c204-37f9-4dfd-aa0e-f2b3510fbfab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:14.266Z|e1a69085-16a3-41a5-82a7-2c5840add664|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:14.268Z|e1a69085-16a3-41a5-82a7-2c5840add664|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:16.449Z|eafb8649-db76-4429-9f99-3e05efd328fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:16.450Z|eafb8649-db76-4429-9f99-3e05efd328fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:23.033Z|4cd4c9be-0cf9-4638-b277-94d870f97ec0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:23.034Z|4cd4c9be-0cf9-4638-b277-94d870f97ec0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:23.055Z|552822c8-13b2-4a85-8225-12a968827cbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:23.056Z|552822c8-13b2-4a85-8225-12a968827cbd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:24.297Z|7d193ad7-3de1-4e76-a5fc-b12353329fe2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:24.298Z|7d193ad7-3de1-4e76-a5fc-b12353329fe2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:31.449Z|9c35f04f-88ec-40c4-93ea-5e9efe565e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:31.450Z|9c35f04f-88ec-40c4-93ea-5e9efe565e88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:31.625Z|a7228e10-bf89-4c7c-86e2-52f6f19cda35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:31.626Z|a7228e10-bf89-4c7c-86e2-52f6f19cda35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:33.061Z|b265c2d8-4808-493b-ad29-05fc87820622|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:33.062Z|b265c2d8-4808-493b-ad29-05fc87820622|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:33.080Z|d067e4a2-96e0-4761-aca3-95d2da1dce15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:33.081Z|d067e4a2-96e0-4761-aca3-95d2da1dce15|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:34.322Z|77f4680b-614a-4362-8a12-6834f104b9c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:34.323Z|77f4680b-614a-4362-8a12-6834f104b9c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:43.089Z|395ed88c-c752-48b9-8979-e902f5048a81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:43.090Z|395ed88c-c752-48b9-8979-e902f5048a81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:43.107Z|1aedad29-f0d9-437d-80b1-b33bfe8954cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:43.116Z|1aedad29-f0d9-437d-80b1-b33bfe8954cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:44.353Z|3e1413e3-920b-4765-90c1-4ea19d11497c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:44.354Z|3e1413e3-920b-4765-90c1-4ea19d11497c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:46.449Z|44c1bcd8-7017-418e-b1e0-60e382d2b1ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:38:46.452Z|44c1bcd8-7017-418e-b1e0-60e382d2b1ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:38:53.124Z|55dd7fab-56db-4700-809d-f5a2834983cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:53.125Z|55dd7fab-56db-4700-809d-f5a2834983cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:53.146Z|f39517d9-8c3b-4236-a309-cadd24ca55a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:53.148Z|f39517d9-8c3b-4236-a309-cadd24ca55a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:54.381Z|33ca4774-aa79-4d99-9f3c-8197ef54cecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:38:54.382Z|33ca4774-aa79-4d99-9f3c-8197ef54cecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:38:59.842Z|fbc4eb27-12c6-48dc-ab50-8e8087c4efec|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:38:59.847Z|fbc4eb27-12c6-48dc-ab50-8e8087c4efec|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:01.450Z|d8146f16-9c64-4d4a-ac2b-41b2f325b5ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:01.450Z|d8146f16-9c64-4d4a-ac2b-41b2f325b5ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:01.628Z|d57c7084-ef19-4e78-9df8-8cdafa137054|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:01.629Z|d57c7084-ef19-4e78-9df8-8cdafa137054|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:03.157Z|41c4a9f7-3974-43eb-b7e3-98cfac197e80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:03.158Z|41c4a9f7-3974-43eb-b7e3-98cfac197e80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:03.173Z|bd7a51e5-d6db-4b08-91f9-866827606d60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:03.174Z|bd7a51e5-d6db-4b08-91f9-866827606d60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:04.410Z|0b1e9baf-0493-4cb2-b17c-c7c72ed3f8db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:04.411Z|0b1e9baf-0493-4cb2-b17c-c7c72ed3f8db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:13.180Z|a535ff9b-4895-4e55-8d63-41b8da693770|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:13.181Z|a535ff9b-4895-4e55-8d63-41b8da693770|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:13.206Z|a5750294-7abd-4652-b700-d6fc85604c50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:13.207Z|a5750294-7abd-4652-b700-d6fc85604c50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:14.435Z|d3771dfc-f704-429d-8c1b-23f052a14b32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:14.436Z|d3771dfc-f704-429d-8c1b-23f052a14b32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:16.449Z|db595b33-956a-4075-b58f-ea0863cec277|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:16.450Z|db595b33-956a-4075-b58f-ea0863cec277|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:23.206Z|3bc0b8d5-f3eb-47d3-a298-b4db6ca1155a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:23.207Z|3bc0b8d5-f3eb-47d3-a298-b4db6ca1155a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:23.232Z|9b5aed9e-4d91-425f-ad9d-9233a1c9a766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:23.233Z|9b5aed9e-4d91-425f-ad9d-9233a1c9a766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:24.465Z|beee7426-74c9-4fb0-9b14-49ab0bef0032|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:24.466Z|beee7426-74c9-4fb0-9b14-49ab0bef0032|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:31.449Z|5e60a7ed-f55f-44b4-b16f-1d0b150910d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:31.452Z|5e60a7ed-f55f-44b4-b16f-1d0b150910d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:31.630Z|acf240d7-a95f-4c0c-a180-c23b14cd5198|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:31.631Z|acf240d7-a95f-4c0c-a180-c23b14cd5198|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:33.235Z|08ca9dc6-d853-4bda-8349-33f02b0cbebe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:33.237Z|08ca9dc6-d853-4bda-8349-33f02b0cbebe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:33.262Z|f6471dbd-18eb-4909-b7c2-1f226bb26f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:33.263Z|f6471dbd-18eb-4909-b7c2-1f226bb26f09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:34.494Z|28792c58-195c-4f38-bf86-93968ba83b94|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:34.495Z|28792c58-195c-4f38-bf86-93968ba83b94|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:43.268Z|ba1a6123-849a-42c7-9caf-8e0eabf1ce2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:43.270Z|ba1a6123-849a-42c7-9caf-8e0eabf1ce2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:43.290Z|ac8e4bef-e4a6-49e0-a3d3-31bf2ebec923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:43.291Z|ac8e4bef-e4a6-49e0-a3d3-31bf2ebec923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:44.520Z|b6579a33-4fda-4a91-aa0d-f7ec733bd61c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:44.521Z|b6579a33-4fda-4a91-aa0d-f7ec733bd61c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:46.450Z|da830320-2af9-4bf3-b1c3-a915c6a182b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:39:46.450Z|da830320-2af9-4bf3-b1c3-a915c6a182b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:39:53.294Z|29a2a7a6-b832-4383-b2a1-4328a94f21f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:53.296Z|29a2a7a6-b832-4383-b2a1-4328a94f21f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:53.320Z|a09695da-1ab6-4f52-8a27-7e4166e5392e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:53.320Z|a09695da-1ab6-4f52-8a27-7e4166e5392e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:54.544Z|3e65aba6-dd50-435a-ab98-d025a990a4ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:39:54.545Z|3e65aba6-dd50-435a-ab98-d025a990a4ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:39:59.844Z|97f7bd10-11e5-4b90-9cb9-11400661911d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:39:59.845Z|97f7bd10-11e5-4b90-9cb9-11400661911d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:01.449Z|e496893e-30fc-417a-b4db-246b317973ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:01.450Z|e496893e-30fc-417a-b4db-246b317973ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:01.632Z|e3716b8e-1d8e-4578-889d-10c734399e91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:01.633Z|e3716b8e-1d8e-4578-889d-10c734399e91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:03.323Z|915ca741-4b82-46d9-8cf4-a948bad3c74f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:03.325Z|915ca741-4b82-46d9-8cf4-a948bad3c74f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:03.347Z|9ce947b4-170a-48c6-b844-c84a2ab11ce7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:03.348Z|9ce947b4-170a-48c6-b844-c84a2ab11ce7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:04.568Z|7f4f283f-1558-412d-ac8d-e7ff6ecade8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:04.569Z|7f4f283f-1558-412d-ac8d-e7ff6ecade8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:13.354Z|561c4cee-e547-4a5e-8e0a-0e5854b5de47|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:13.356Z|561c4cee-e547-4a5e-8e0a-0e5854b5de47|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:13.377Z|7b173821-2208-4f70-8b06-43cef3b0baed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:13.378Z|7b173821-2208-4f70-8b06-43cef3b0baed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:14.596Z|346b1dfc-0391-4133-928d-1d858c79a130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:14.597Z|346b1dfc-0391-4133-928d-1d858c79a130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:16.449Z|35797e99-c7e4-4189-977f-20388d4cea10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:16.453Z|35797e99-c7e4-4189-977f-20388d4cea10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:23.384Z|0afc4fe8-1af0-42e5-b3b4-8f9452e0c998|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:23.385Z|0afc4fe8-1af0-42e5-b3b4-8f9452e0c998|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:23.403Z|ca900309-9021-488c-86d6-dd573e606fbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:23.404Z|ca900309-9021-488c-86d6-dd573e606fbb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:24.623Z|1005a346-5a7b-47ba-a5f7-fcac596852c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:24.623Z|1005a346-5a7b-47ba-a5f7-fcac596852c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:31.449Z|8749116b-fff1-47a6-a9b3-1662f9a90996|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:31.449Z|8749116b-fff1-47a6-a9b3-1662f9a90996|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:31.634Z|05b2722a-0e10-4561-afdd-68b2cb58ccaf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:31.635Z|05b2722a-0e10-4561-afdd-68b2cb58ccaf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:33.425Z|bd2a4591-d282-46f1-924e-53063ab7315b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:33.427Z|bd2a4591-d282-46f1-924e-53063ab7315b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:33.431Z|c34ddcd1-28c8-43da-9a99-0a0f5047f98a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:33.432Z|c34ddcd1-28c8-43da-9a99-0a0f5047f98a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:34.650Z|c6221a0d-fe8f-4834-82b6-d345ed970bf3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:34.651Z|c6221a0d-fe8f-4834-82b6-d345ed970bf3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:43.457Z|6111d04c-7259-479b-904a-4dbc6849d379|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:43.458Z|6111d04c-7259-479b-904a-4dbc6849d379|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:43.463Z|6833c064-3d80-4ab4-b40c-9cfd6bee8aab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:43.464Z|6833c064-3d80-4ab4-b40c-9cfd6bee8aab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:44.675Z|47860d2e-9409-444b-8f53-6d5e948fa0ff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:44.676Z|47860d2e-9409-444b-8f53-6d5e948fa0ff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:46.449Z|35f8e82f-d452-465e-9657-d382002dcbbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:40:46.450Z|35f8e82f-d452-465e-9657-d382002dcbbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:40:53.512Z|33359a08-909e-4849-8780-ed437d12beef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:53.512Z|a10db111-e0f4-4063-be0b-ea2f6029e716|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:53.512Z|33359a08-909e-4849-8780-ed437d12beef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:53.513Z|a10db111-e0f4-4063-be0b-ea2f6029e716|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:54.702Z|e65ecf89-95de-48b1-8a3e-098fc43bd078|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:40:54.703Z|e65ecf89-95de-48b1-8a3e-098fc43bd078|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:40:59.846Z|3cf645db-9531-443c-9b02-2635d4248a86|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:40:59.847Z|3cf645db-9531-443c-9b02-2635d4248a86|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:01.449Z|97d91559-6f9f-44af-9f13-43a4a4b96dde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:01.453Z|97d91559-6f9f-44af-9f13-43a4a4b96dde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:01.636Z|ebdac528-acc6-4b5e-a9f7-639c0c1f7a5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:01.637Z|ebdac528-acc6-4b5e-a9f7-639c0c1f7a5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:03.536Z|344fb641-883a-4037-af6e-4dd84bd17e51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:03.536Z|2bbb1214-1398-442f-87d7-f6338bb7025c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:03.537Z|344fb641-883a-4037-af6e-4dd84bd17e51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:03.537Z|2bbb1214-1398-442f-87d7-f6338bb7025c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:04.729Z|278da7ac-635c-4455-bb14-b5ce80ad8b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:04.730Z|278da7ac-635c-4455-bb14-b5ce80ad8b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:13.576Z|56d8dd16-9bfe-4af1-b4ff-70ec110c9032|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:13.576Z|b9239b13-7552-4740-9447-343c307501f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:13.577Z|56d8dd16-9bfe-4af1-b4ff-70ec110c9032|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:13.577Z|b9239b13-7552-4740-9447-343c307501f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:14.756Z|01ad342e-ef4e-4b7e-bf02-2afa2374f678|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:14.757Z|01ad342e-ef4e-4b7e-bf02-2afa2374f678|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:16.449Z|4010b003-ab5e-4094-bc57-1a173ca48ac7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:16.450Z|4010b003-ab5e-4094-bc57-1a173ca48ac7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:23.607Z|2e55d0ac-e970-4601-8a74-28f2b1e78f35|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:23.608Z|2e55d0ac-e970-4601-8a74-28f2b1e78f35|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:23.608Z|176b50b6-0b41-4d70-aaeb-5a0f5b361704|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:23.608Z|176b50b6-0b41-4d70-aaeb-5a0f5b361704|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:24.784Z|650b70e1-d053-45bc-ba35-6d5878a610f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:24.785Z|650b70e1-d053-45bc-ba35-6d5878a610f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:31.449Z|3d73ffba-fa8b-4638-9b26-fcfbdd6e0f55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:31.451Z|3d73ffba-fa8b-4638-9b26-fcfbdd6e0f55|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:31.638Z|8c6d2921-cac3-4059-abad-ddc06b0667c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:31.638Z|8c6d2921-cac3-4059-abad-ddc06b0667c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:33.635Z|48b270bb-e327-4958-b0e6-0973d9cf7ea1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:33.635Z|6e804093-74f3-4d13-af14-4082b178be88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:33.636Z|6e804093-74f3-4d13-af14-4082b178be88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:33.636Z|48b270bb-e327-4958-b0e6-0973d9cf7ea1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:34.812Z|da88501b-4175-4bf8-9cb8-4361ed771f72|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:34.813Z|da88501b-4175-4bf8-9cb8-4361ed771f72|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:43.667Z|37978b8c-3186-4152-a1fa-1e851d8f44a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:43.668Z|37978b8c-3186-4152-a1fa-1e851d8f44a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:43.668Z|bcfb4777-4f2a-4e9d-ad4a-88b274f0f56b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:43.669Z|bcfb4777-4f2a-4e9d-ad4a-88b274f0f56b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:44.843Z|9ba369cb-5e86-4f31-9e1b-95edc7dc051d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:44.845Z|9ba369cb-5e86-4f31-9e1b-95edc7dc051d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:46.449Z|b995b8b5-bcf1-4a8f-bae8-765fd0d609d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:41:46.453Z|b995b8b5-bcf1-4a8f-bae8-765fd0d609d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:41:53.701Z|27328181-0f33-4450-b46d-6e9fddc6b8ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:53.701Z|acfd8ce0-dcb9-4b9b-b02e-88ccd3352440|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:53.702Z|27328181-0f33-4450-b46d-6e9fddc6b8ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:53.702Z|acfd8ce0-dcb9-4b9b-b02e-88ccd3352440|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:54.872Z|87d34cdf-37a7-49a3-977a-034a2e2e84f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:41:54.873Z|87d34cdf-37a7-49a3-977a-034a2e2e84f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:41:59.844Z|2ba8ea43-e884-4a06-a457-a0491da7b05f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:41:59.845Z|2ba8ea43-e884-4a06-a457-a0491da7b05f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:01.449Z|e8b092e2-31d6-4c55-8db1-5b61cc9082b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:01.450Z|e8b092e2-31d6-4c55-8db1-5b61cc9082b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:01.640Z|61f80f45-eb7f-4969-8109-a4b4ec1bf7ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:01.640Z|61f80f45-eb7f-4969-8109-a4b4ec1bf7ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:03.726Z|04145d75-8818-4ca9-9f3b-82e7abcd2eeb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:03.726Z|7dc80ea6-7c52-42c0-93c2-bf6516a26421|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:03.727Z|7dc80ea6-7c52-42c0-93c2-bf6516a26421|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:03.727Z|04145d75-8818-4ca9-9f3b-82e7abcd2eeb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:04.897Z|e0ef793a-70b5-4bc4-b2b5-11b525c2392b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:04.898Z|e0ef793a-70b5-4bc4-b2b5-11b525c2392b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:13.756Z|9d219fb0-2524-4e04-b8bb-191d074ddccf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:13.757Z|9d219fb0-2524-4e04-b8bb-191d074ddccf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:13.759Z|b1a70195-26ae-4b8f-b888-bf052d2200cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:13.760Z|b1a70195-26ae-4b8f-b888-bf052d2200cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:14.923Z|b5f86234-099e-4aac-9561-149aa4fd20ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:14.924Z|b5f86234-099e-4aac-9561-149aa4fd20ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:16.449Z|4f897162-6b98-41bb-aa0c-146763059395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:16.449Z|4f897162-6b98-41bb-aa0c-146763059395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:23.783Z|3806c2a2-6d80-4d72-8671-6b898373576a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:23.784Z|3806c2a2-6d80-4d72-8671-6b898373576a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:23.795Z|b331dd6a-9e51-4fab-bfbe-c0e425ea351d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:23.796Z|b331dd6a-9e51-4fab-bfbe-c0e425ea351d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:24.538Z||http-nio-8080-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x930x170xcd0x1fJw\0x03*0xf10x92J0x990xe70xefi0x830x949"0x120xfe$0x010x0d0xbc0xa00x950xd10x990xef0x03]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T05:42:24.949Z|97d58cf7-98dd-4ac1-a66e-319692e873b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:24.950Z|97d58cf7-98dd-4ac1-a66e-319692e873b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:31.449Z|618263b8-4b85-498b-9c3d-81919ebe41f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:31.452Z|618263b8-4b85-498b-9c3d-81919ebe41f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:31.642Z|99096f60-453e-4723-95c2-0760343f672d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:31.643Z|99096f60-453e-4723-95c2-0760343f672d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:33.808Z|86293378-1ec4-4a87-944c-cf7a59eba716|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:33.809Z|86293378-1ec4-4a87-944c-cf7a59eba716|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:33.818Z|30bafcf4-5064-43e8-97d6-eac896fa549a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:33.820Z|30bafcf4-5064-43e8-97d6-eac896fa549a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:34.974Z|e3a06374-83f2-4838-9dad-74b27a465c50|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:34.975Z|e3a06374-83f2-4838-9dad-74b27a465c50|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:43.837Z|10bbf649-5e11-4a38-b4d2-f54c6ba7050b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:43.839Z|10bbf649-5e11-4a38-b4d2-f54c6ba7050b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:43.851Z|611735e8-5e64-4588-9bfb-907a5c666821|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:43.852Z|611735e8-5e64-4588-9bfb-907a5c666821|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:45.000Z|611144a8-75d1-407e-87a3-27ff9f7c822b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:45.001Z|611144a8-75d1-407e-87a3-27ff9f7c822b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:46.449Z|75c276dc-431e-4213-9372-a5ee5e0c7d05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:42:46.449Z|75c276dc-431e-4213-9372-a5ee5e0c7d05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:42:53.865Z|b1fa3bba-63e5-452f-9289-18a6ef98ff83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:53.867Z|b1fa3bba-63e5-452f-9289-18a6ef98ff83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:53.881Z|56afe2eb-967c-4a96-acf3-baf3fc35fbc4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:53.882Z|56afe2eb-967c-4a96-acf3-baf3fc35fbc4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:55.032Z|ce5c628c-4799-412d-995c-a5a0fa441688|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:42:55.033Z|ce5c628c-4799-412d-995c-a5a0fa441688|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:42:59.847Z|66cac4a5-4648-4b8e-9070-46e79911a5a8|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:42:59.852Z|66cac4a5-4648-4b8e-9070-46e79911a5a8|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:01.449Z|4f10f69d-441e-4d6f-846a-d4697953271b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:01.450Z|4f10f69d-441e-4d6f-846a-d4697953271b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:01.644Z|c651a99d-051b-4b34-8114-86aa6f9da960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:01.645Z|c651a99d-051b-4b34-8114-86aa6f9da960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:03.893Z|53439ed9-d57c-4e9e-9c9a-abd28fcc9003|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:03.894Z|53439ed9-d57c-4e9e-9c9a-abd28fcc9003|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:03.905Z|13fa4be5-0f9d-416d-9dec-3d2ee9f37338|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:03.906Z|13fa4be5-0f9d-416d-9dec-3d2ee9f37338|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:05.058Z|6c1f84bb-07d1-4b3b-84c7-a308a7a49df6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:05.059Z|6c1f84bb-07d1-4b3b-84c7-a308a7a49df6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:13.916Z|2b40be96-4339-4bab-9a69-a49872e90d76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:13.917Z|2b40be96-4339-4bab-9a69-a49872e90d76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:13.928Z|06e9706b-ad5c-44e1-85c5-c137e844615d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:13.929Z|06e9706b-ad5c-44e1-85c5-c137e844615d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:15.085Z|52e6b257-5289-4a61-a501-14d4167549f9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:15.086Z|52e6b257-5289-4a61-a501-14d4167549f9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:16.449Z|474a9551-88cd-4f52-a601-866736f6c301|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:16.452Z|474a9551-88cd-4f52-a601-866736f6c301|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:23.942Z|92cdd79f-a8d9-4336-abb7-c4a6538f9748|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:23.943Z|92cdd79f-a8d9-4336-abb7-c4a6538f9748|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:23.953Z|4ee52fc7-85dd-4b30-977d-f55b27b2e11c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:23.953Z|4ee52fc7-85dd-4b30-977d-f55b27b2e11c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:25.109Z|bf3cdb9d-c09a-4784-a508-5a98c6c430b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:25.109Z|bf3cdb9d-c09a-4784-a508-5a98c6c430b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:31.452Z|081c1107-2c63-400a-8b5f-0c24d07507ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:31.455Z|081c1107-2c63-400a-8b5f-0c24d07507ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:31.646Z|6ab0ab4c-7773-4778-9e36-e6d72ec7b5d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:31.647Z|6ab0ab4c-7773-4778-9e36-e6d72ec7b5d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:33.967Z|6f2966bf-1a62-4f2c-bee4-65583ef8872c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:33.968Z|6f2966bf-1a62-4f2c-bee4-65583ef8872c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:33.976Z|892a4c44-cdfb-484e-9aec-201fcb741ed9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:33.977Z|892a4c44-cdfb-484e-9aec-201fcb741ed9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:35.137Z|940682f0-267f-4110-84c2-9d90d8549ded|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:35.139Z|940682f0-267f-4110-84c2-9d90d8549ded|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:43.992Z|b9ef1a74-a1a7-4cad-9682-3e6b82960b1f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:43.993Z|b9ef1a74-a1a7-4cad-9682-3e6b82960b1f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:44.002Z|cf56d4bc-ec11-4bab-bf66-ef33a97bbf18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:44.003Z|cf56d4bc-ec11-4bab-bf66-ef33a97bbf18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:45.165Z|4df8f6dc-9386-420d-a2d3-c2934a691c04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:45.166Z|4df8f6dc-9386-420d-a2d3-c2934a691c04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:46.449Z|7a84fd5b-f215-42a9-9538-012fe4660b0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:43:46.450Z|7a84fd5b-f215-42a9-9538-012fe4660b0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:43:54.022Z|b7908dbd-4bef-47d4-a311-9750bc69a34f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:54.024Z|b7908dbd-4bef-47d4-a311-9750bc69a34f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:54.024Z|4733ec38-721c-49ce-9052-7b0bc690f56e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:54.025Z|4733ec38-721c-49ce-9052-7b0bc690f56e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:55.190Z|2bac86a9-785e-44e2-b1b2-78d25c547458|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:43:55.191Z|2bac86a9-785e-44e2-b1b2-78d25c547458|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:43:59.843Z|25a54453-f535-4c98-81f3-2214490108f8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:43:59.844Z|25a54453-f535-4c98-81f3-2214490108f8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:01.451Z|716d813b-52e7-4f13-9cbb-da05e23bbd52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:01.454Z|716d813b-52e7-4f13-9cbb-da05e23bbd52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:01.648Z|7463f932-d755-46ad-8c59-d9e913c995f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:01.649Z|7463f932-d755-46ad-8c59-d9e913c995f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:04.048Z|80b9ac2d-7947-4bf6-88f9-a64aaac91cbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:04.048Z|6f6932f0-5730-4f2f-979f-7c3b76dc3a90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:04.049Z|6f6932f0-5730-4f2f-979f-7c3b76dc3a90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:04.049Z|80b9ac2d-7947-4bf6-88f9-a64aaac91cbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:05.215Z|83453565-5160-4f6a-8d90-afbf8dc704c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:05.216Z|83453565-5160-4f6a-8d90-afbf8dc704c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:14.072Z|de1c7882-fc96-4679-a484-350d6cf062ed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:14.073Z|de1c7882-fc96-4679-a484-350d6cf062ed|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:14.073Z|f9122b1a-e0c6-4973-99ab-d8f2fc1648a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:14.074Z|f9122b1a-e0c6-4973-99ab-d8f2fc1648a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:15.241Z|6d84e9f3-846c-4e5f-88b0-8b7205380341|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:15.242Z|6d84e9f3-846c-4e5f-88b0-8b7205380341|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:16.449Z|8e75b192-0211-4073-b70f-68e1ba49e27e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:16.449Z|8e75b192-0211-4073-b70f-68e1ba49e27e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:24.095Z|ddfcd733-e4a6-4150-a959-42a88d63ea75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:24.096Z|ddfcd733-e4a6-4150-a959-42a88d63ea75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:24.097Z|b3b838f5-dd3f-4ddb-ba09-776047a8cdfd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:24.097Z|b3b838f5-dd3f-4ddb-ba09-776047a8cdfd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:25.267Z|1702bb89-6268-4c5a-9880-4c153f373119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:25.269Z|1702bb89-6268-4c5a-9880-4c153f373119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:31.449Z|3ef67c93-c6ae-4234-a9d1-550c7ab3af95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:31.449Z|3ef67c93-c6ae-4234-a9d1-550c7ab3af95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:31.650Z|9e1b19c3-87cc-4d9c-832f-420e3457fb86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:31.651Z|9e1b19c3-87cc-4d9c-832f-420e3457fb86|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:34.121Z|eac88879-7614-45e8-b5a9-7796e4938f98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:34.122Z|eac88879-7614-45e8-b5a9-7796e4938f98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:34.123Z|9a26e05b-d57c-4803-8928-c2c0200b97f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:34.123Z|9a26e05b-d57c-4803-8928-c2c0200b97f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:35.294Z|93c6fd5f-add7-4387-a506-f3730d087916|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:35.294Z|93c6fd5f-add7-4387-a506-f3730d087916|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:44.144Z|98b57d69-5330-4ca7-a5a3-77d5b1db87d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:44.145Z|98b57d69-5330-4ca7-a5a3-77d5b1db87d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:44.151Z|96426df9-ce93-46fa-bdd4-a3880012855f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:44.152Z|96426df9-ce93-46fa-bdd4-a3880012855f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:45.321Z|626a171c-4cfb-4237-9172-1e256c1cc97a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:45.322Z|626a171c-4cfb-4237-9172-1e256c1cc97a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:46.452Z|5c705c64-c3cb-49e4-84db-d839ee673117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:44:46.463Z|5c705c64-c3cb-49e4-84db-d839ee673117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:44:54.169Z|4e91d4a8-e52f-45b4-bfb1-47a5ee9dacfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:54.170Z|4e91d4a8-e52f-45b4-bfb1-47a5ee9dacfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:54.179Z|d663b1eb-2149-43e5-a9fc-2af3731530cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:54.180Z|d663b1eb-2149-43e5-a9fc-2af3731530cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:55.348Z|e4a6277e-d6c1-4967-b852-87e679b91459|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:44:55.349Z|e4a6277e-d6c1-4967-b852-87e679b91459|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:44:59.842Z|d55b9371-16f7-432c-8ea6-fe492bdd8f9e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:44:59.843Z|d55b9371-16f7-432c-8ea6-fe492bdd8f9e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:01.449Z|daaacd1d-32b6-42ed-8329-41c5fb32c864|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:01.450Z|daaacd1d-32b6-42ed-8329-41c5fb32c864|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:01.652Z|9f1fabc1-e2dd-4973-81c7-a1bc130945ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:01.653Z|9f1fabc1-e2dd-4973-81c7-a1bc130945ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:04.196Z|99c0c0d8-9bf7-4d1f-b9f7-1ff729b2bec1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:04.197Z|99c0c0d8-9bf7-4d1f-b9f7-1ff729b2bec1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:04.210Z|83b4cad2-e4f3-4e6d-83ac-080a07293d1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:04.210Z|83b4cad2-e4f3-4e6d-83ac-080a07293d1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:05.374Z|07956c75-6556-485e-8a80-c36a70b842d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:05.375Z|07956c75-6556-485e-8a80-c36a70b842d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:14.232Z|946797ec-3b89-47fc-9986-ca0fc6bdb9f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:14.233Z|946797ec-3b89-47fc-9986-ca0fc6bdb9f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:14.242Z|8b69ed32-8ebe-428a-bd42-9dba71518e34|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:14.243Z|8b69ed32-8ebe-428a-bd42-9dba71518e34|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:15.400Z|fd247f3a-77b2-461e-9c36-41ccebe8b992|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:15.401Z|fd247f3a-77b2-461e-9c36-41ccebe8b992|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:16.449Z|d0a6045a-190e-43d9-8dd3-d74f8bfeb264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:16.450Z|d0a6045a-190e-43d9-8dd3-d74f8bfeb264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:24.260Z|47866583-2885-4772-a152-037c216ac965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:24.261Z|47866583-2885-4772-a152-037c216ac965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:24.272Z|ac36ffc7-b78f-4857-b27b-ef88b9832caf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:24.273Z|ac36ffc7-b78f-4857-b27b-ef88b9832caf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:25.430Z|7ec7ef5f-da19-443b-bec3-e4b9afdf71e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:25.431Z|7ec7ef5f-da19-443b-bec3-e4b9afdf71e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:31.449Z|ec8478d2-4d9c-4b6c-b272-af7ba081cb9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:31.452Z|ec8478d2-4d9c-4b6c-b272-af7ba081cb9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:31.654Z|83835860-e7f5-443d-a05f-64b4d11df244|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:31.654Z|83835860-e7f5-443d-a05f-64b4d11df244|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:34.287Z|f4ef06cf-8a74-4ac4-8ded-46eac2898f27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:34.288Z|f4ef06cf-8a74-4ac4-8ded-46eac2898f27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:34.296Z|2bc1cc88-2f44-4eb7-8c75-fb48f5022f7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:34.297Z|2bc1cc88-2f44-4eb7-8c75-fb48f5022f7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:35.453Z|ddf951ef-c5fd-48b3-9db4-b3182165b04b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:35.454Z|ddf951ef-c5fd-48b3-9db4-b3182165b04b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:44.315Z|d69c3618-c3b9-4e9c-b2cd-f3d7d944a970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:44.315Z|d69c3618-c3b9-4e9c-b2cd-f3d7d944a970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:44.325Z|cf3c13e6-b498-4297-8bf9-7c0e2364db59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:44.325Z|cf3c13e6-b498-4297-8bf9-7c0e2364db59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:45.480Z|368c0bca-57a5-4f91-9c59-dd0f0eb2be02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:45.481Z|368c0bca-57a5-4f91-9c59-dd0f0eb2be02|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:46.449Z|eb97b64a-2bde-4964-85ea-cf3688e458dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:45:46.450Z|eb97b64a-2bde-4964-85ea-cf3688e458dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:45:54.344Z|25e7b57b-abba-43b1-959c-fe16d3c2cce4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:54.345Z|25e7b57b-abba-43b1-959c-fe16d3c2cce4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:54.350Z|0b3e4042-1c64-48db-8851-f4a7ce337082|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:54.350Z|0b3e4042-1c64-48db-8851-f4a7ce337082|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:55.518Z|61c243fc-9dd8-40c1-8526-6919704a3876|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:45:55.519Z|61c243fc-9dd8-40c1-8526-6919704a3876|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:45:59.843Z|0526b357-a71e-4380-b8ac-c6a978f50fc9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:45:59.844Z|0526b357-a71e-4380-b8ac-c6a978f50fc9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:01.449Z|2e6b6059-fdac-4872-9426-8bd332f3b2ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:01.449Z|2e6b6059-fdac-4872-9426-8bd332f3b2ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:01.656Z|243d489d-8870-48db-a657-3d3baddeccde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:01.656Z|243d489d-8870-48db-a657-3d3baddeccde|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:04.372Z|2b715a09-e25f-4278-b75f-ebbb6dace1fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:04.372Z|5a28068c-c87b-45fd-9883-17d6be5d2760|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:04.373Z|2b715a09-e25f-4278-b75f-ebbb6dace1fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:04.373Z|5a28068c-c87b-45fd-9883-17d6be5d2760|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:05.554Z|9ffec713-d987-4e4b-a7a3-6051a0e1bde6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:05.555Z|9ffec713-d987-4e4b-a7a3-6051a0e1bde6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:14.398Z|2d2296b1-d815-4612-a316-17367638ed84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:14.398Z|b9fb2309-2517-49a4-b404-923835840d41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:14.399Z|b9fb2309-2517-49a4-b404-923835840d41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:14.399Z|2d2296b1-d815-4612-a316-17367638ed84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:15.579Z|3a1b77f0-1e53-4de7-b97c-059195c14e8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:15.579Z|3a1b77f0-1e53-4de7-b97c-059195c14e8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:16.449Z|5211f0e4-05cd-4886-89c6-ef958636a915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:16.451Z|5211f0e4-05cd-4886-89c6-ef958636a915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:24.425Z|38e0f1f3-f3aa-4d80-b3b0-a9c14164835a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:24.426Z|38e0f1f3-f3aa-4d80-b3b0-a9c14164835a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:24.427Z|873a7ccc-db5b-4d3f-92ed-f033c13b0aa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:24.428Z|873a7ccc-db5b-4d3f-92ed-f033c13b0aa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:25.611Z|d657d8c8-19be-4625-bd8f-67279bdf248c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:25.612Z|d657d8c8-19be-4625-bd8f-67279bdf248c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:31.449Z|1d80b907-f04d-4dce-8456-6e3d71d5b510|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:31.450Z|1d80b907-f04d-4dce-8456-6e3d71d5b510|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:31.657Z|936bc175-d0d0-484c-9871-469513b4fd60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:31.658Z|936bc175-d0d0-484c-9871-469513b4fd60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:34.451Z|24c1fd55-73cb-41d2-a4c9-94e59bdaf93e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:34.451Z|5117b954-b114-402c-8f5e-3d55c75a578d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:34.452Z|24c1fd55-73cb-41d2-a4c9-94e59bdaf93e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:34.452Z|5117b954-b114-402c-8f5e-3d55c75a578d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:35.635Z|a44b44c9-d41f-44ff-9070-b04e8894e21c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:35.636Z|a44b44c9-d41f-44ff-9070-b04e8894e21c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:44.495Z|f57f84b5-5a07-4460-a61e-2993bf4f5e0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:44.495Z|b7cd3774-5e72-4086-9b46-119c3b15eb28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:44.496Z|f57f84b5-5a07-4460-a61e-2993bf4f5e0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:44.496Z|b7cd3774-5e72-4086-9b46-119c3b15eb28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:45.660Z|638a18d2-b6bc-46cc-be18-01c1f5566a21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:45.661Z|638a18d2-b6bc-46cc-be18-01c1f5566a21|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:46.449Z|840839ca-58c5-4e9d-83a8-14a910e8b610|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:46:46.450Z|840839ca-58c5-4e9d-83a8-14a910e8b610|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:46:54.528Z|321ea442-7a0f-445a-a602-f1300307fe6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:54.529Z|321ea442-7a0f-445a-a602-f1300307fe6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:54.530Z|3016fa9c-3f9a-4fb8-a87b-da7bbab9dace|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:54.531Z|3016fa9c-3f9a-4fb8-a87b-da7bbab9dace|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:55.685Z|4f220d92-cd46-434f-805a-48f2e23209c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:46:55.686Z|4f220d92-cd46-434f-805a-48f2e23209c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:46:59.844Z|0b9559da-3fb6-4bc7-b40a-b359d03f9528|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:46:59.845Z|0b9559da-3fb6-4bc7-b40a-b359d03f9528|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:01.449Z|1904d610-25ec-47cf-9c9c-b9dd41ad3759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:01.451Z|1904d610-25ec-47cf-9c9c-b9dd41ad3759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:01.659Z|c35d2d27-cb15-4b9b-b0fe-002efc7f3900|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:01.659Z|c35d2d27-cb15-4b9b-b0fe-002efc7f3900|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:04.555Z|cba0bdc9-5b32-4e89-b7db-61eee75056de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:04.556Z|e26feef9-a51c-4d54-ae41-9b6870681588|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:04.556Z|cba0bdc9-5b32-4e89-b7db-61eee75056de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:04.557Z|e26feef9-a51c-4d54-ae41-9b6870681588|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:05.711Z|781a1977-6c20-401a-85da-c63f590d8830|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:05.712Z|781a1977-6c20-401a-85da-c63f590d8830|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:14.583Z|9ccedb16-4325-490c-b3b0-ea29a724ee6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:14.585Z|9ccedb16-4325-490c-b3b0-ea29a724ee6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:14.598Z|f8bfdc2d-97fb-4ded-a881-6a771daaa832|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:14.600Z|f8bfdc2d-97fb-4ded-a881-6a771daaa832|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:15.740Z|62cc197f-5760-46db-981e-62bfdfb977cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:15.741Z|62cc197f-5760-46db-981e-62bfdfb977cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:16.449Z|bd8aa50e-fce9-4bcf-b4ff-da0cf37633ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:16.450Z|bd8aa50e-fce9-4bcf-b4ff-da0cf37633ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:24.629Z|af4e78a6-80ce-4f62-9dba-3e37e141ee05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:24.630Z|af4e78a6-80ce-4f62-9dba-3e37e141ee05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:24.632Z|ec60898e-d007-4411-a9e6-969c582d2d78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:24.633Z|ec60898e-d007-4411-a9e6-969c582d2d78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:25.766Z|63a656b2-ec39-486b-8ac6-c10703a5e4a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:25.767Z|63a656b2-ec39-486b-8ac6-c10703a5e4a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:31.449Z|c8985b7b-3607-4d68-86fd-69e2e419f404|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:31.450Z|c8985b7b-3607-4d68-86fd-69e2e419f404|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:31.660Z|fec76de2-34d7-4966-bb5e-368cfaad999d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:31.661Z|fec76de2-34d7-4966-bb5e-368cfaad999d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:34.657Z|e7c7083f-82e6-4bac-a794-b6416f8465c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:34.658Z|0816b56e-5635-47cb-b871-d3befe597a26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:34.658Z|e7c7083f-82e6-4bac-a794-b6416f8465c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:34.659Z|0816b56e-5635-47cb-b871-d3befe597a26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:35.792Z|314c42aa-fbb0-4564-b7f1-20d49a7fc7f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:35.793Z|314c42aa-fbb0-4564-b7f1-20d49a7fc7f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:44.690Z|19c3caa5-839f-4d83-be73-00c94fb5c71f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:44.689Z|3acc24a4-67bf-417a-b4fa-f1e0f5a280ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:44.691Z|19c3caa5-839f-4d83-be73-00c94fb5c71f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:44.691Z|3acc24a4-67bf-417a-b4fa-f1e0f5a280ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:45.824Z|97fb1e69-b406-47c1-b473-f789f55c4a52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:45.825Z|97fb1e69-b406-47c1-b473-f789f55c4a52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:46.449Z|362f919a-d26d-410b-bc74-6a0375b1b19d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:47:46.451Z|362f919a-d26d-410b-bc74-6a0375b1b19d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:47:54.715Z|76486616-0c44-4e5b-82a7-c29da282a4e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:54.715Z|8bd899b7-e1a8-4c91-a80a-7ce8a8452e29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:54.716Z|8bd899b7-e1a8-4c91-a80a-7ce8a8452e29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:54.716Z|76486616-0c44-4e5b-82a7-c29da282a4e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:55.849Z|def8f234-b8e5-4cad-93be-1aee3985fd95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:47:55.850Z|def8f234-b8e5-4cad-93be-1aee3985fd95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:47:59.851Z|adb3365f-a8be-4f7e-a16a-10c5b8b24b5d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:47:59.852Z|adb3365f-a8be-4f7e-a16a-10c5b8b24b5d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:01.449Z|edcb9649-f7c0-4096-a3e3-a8a3792b0e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:01.449Z|edcb9649-f7c0-4096-a3e3-a8a3792b0e60|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:01.662Z|b2737540-45ca-4453-ab3f-898198038143|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:01.662Z|b2737540-45ca-4453-ab3f-898198038143|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:04.747Z|26f408e7-245f-408c-9ca8-c1c645abfcc8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:04.747Z|58255c92-2af4-4a5b-8a02-7a59986708c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:04.748Z|26f408e7-245f-408c-9ca8-c1c645abfcc8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:04.748Z|58255c92-2af4-4a5b-8a02-7a59986708c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:05.875Z|44fc6fb2-9c5c-4dc6-b001-e2fd8a347d0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:05.876Z|44fc6fb2-9c5c-4dc6-b001-e2fd8a347d0f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:14.773Z|de8d31a6-44b5-4fb5-907d-5135c2b5a6e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:14.774Z|a16a7fc2-08e8-4142-9f02-147b88a1aca1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:14.774Z|de8d31a6-44b5-4fb5-907d-5135c2b5a6e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:14.774Z|a16a7fc2-08e8-4142-9f02-147b88a1aca1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:15.903Z|ab45d516-a8a5-4dc1-a9b5-8eb9ae2f95d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:15.904Z|ab45d516-a8a5-4dc1-a9b5-8eb9ae2f95d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:16.449Z|b209bc52-c388-44a3-bad5-722782ae0ed0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:16.450Z|b209bc52-c388-44a3-bad5-722782ae0ed0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:24.801Z|f510e53e-927d-44f3-a38d-df2f303554ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:24.801Z|48ddcb2e-5a18-4436-ac34-a7aebbfbaa17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:24.802Z|48ddcb2e-5a18-4436-ac34-a7aebbfbaa17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:24.802Z|f510e53e-927d-44f3-a38d-df2f303554ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:25.929Z|50ad733e-ae47-4c10-996c-c2bf6789f8b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:25.930Z|50ad733e-ae47-4c10-996c-c2bf6789f8b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:31.449Z|a214b59f-8498-453d-ae88-8ea9b81c46a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:31.450Z|a214b59f-8498-453d-ae88-8ea9b81c46a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:31.664Z|13f2c26e-5e2a-4d2c-8a4e-fc6a888a8c24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:31.664Z|13f2c26e-5e2a-4d2c-8a4e-fc6a888a8c24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:34.826Z|013772c8-bee4-47a8-978e-b10bec618cca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:34.827Z|97a39427-c5ca-4ff9-84c0-05d583c497f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:34.827Z|013772c8-bee4-47a8-978e-b10bec618cca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:34.827Z|97a39427-c5ca-4ff9-84c0-05d583c497f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:35.955Z|f5bdadc2-d550-4204-97ed-1bfcfa6c19b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:35.956Z|f5bdadc2-d550-4204-97ed-1bfcfa6c19b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:44.851Z|7e7572ae-5484-47c2-a3b5-f06524453815|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:44.852Z|7e7572ae-5484-47c2-a3b5-f06524453815|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:44.852Z|bf83ee1d-bbe0-4228-9abf-2ca32d8cacab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:44.853Z|bf83ee1d-bbe0-4228-9abf-2ca32d8cacab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:45.981Z|426113c5-b5c3-4e3d-8b73-0e9d0c0554b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:45.982Z|426113c5-b5c3-4e3d-8b73-0e9d0c0554b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:46.449Z|491d0b8c-9a05-4f11-91d9-31b59c879735|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:48:46.450Z|491d0b8c-9a05-4f11-91d9-31b59c879735|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:48:54.883Z|bffcbac4-e440-4bc8-b142-c1206693150f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:54.884Z|bffcbac4-e440-4bc8-b142-c1206693150f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:54.886Z|1ec2c853-3249-4911-824a-022505c25d76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:54.887Z|1ec2c853-3249-4911-824a-022505c25d76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:56.006Z|ca6916f4-ca26-434e-bacc-1290b7eb588f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:48:56.007Z|ca6916f4-ca26-434e-bacc-1290b7eb588f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:48:59.843Z|b85ddd8b-1ccf-41c3-8918-544f591f0b43|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:48:59.844Z|b85ddd8b-1ccf-41c3-8918-544f591f0b43|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:01.449Z|5ba9b0b2-cffe-4250-bcb9-fb8903ccfdde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:01.449Z|5ba9b0b2-cffe-4250-bcb9-fb8903ccfdde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:01.665Z|24d53f76-5378-496f-9a52-e8d227ac7153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:01.666Z|24d53f76-5378-496f-9a52-e8d227ac7153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:04.909Z|e870eb92-f8ba-496b-b9df-a9b6056dd27e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:04.910Z|e870eb92-f8ba-496b-b9df-a9b6056dd27e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:04.912Z|37f14e7a-39e2-49c0-9e75-ce2f765c7c48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:04.913Z|37f14e7a-39e2-49c0-9e75-ce2f765c7c48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:06.030Z|f559dff3-618c-45c0-a7c3-37b485ce9332|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:06.031Z|f559dff3-618c-45c0-a7c3-37b485ce9332|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:14.934Z|76468631-fb53-4b69-b379-ea014d65ea6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:14.934Z|fc860e52-4518-44cc-b211-2db53c1f8f70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:14.935Z|fc860e52-4518-44cc-b211-2db53c1f8f70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:14.935Z|76468631-fb53-4b69-b379-ea014d65ea6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:16.060Z|ae51437e-018c-451b-b719-1f2322dc41fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:16.061Z|ae51437e-018c-451b-b719-1f2322dc41fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:16.449Z|96c52e74-f0e9-409c-9ef1-39f8dc369dcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:16.450Z|96c52e74-f0e9-409c-9ef1-39f8dc369dcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:24.957Z|412acfca-31d1-4616-954e-8438d67c6602|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:24.957Z|2c610c4b-7745-48e7-a4a7-d47fcb51b35c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:24.957Z|412acfca-31d1-4616-954e-8438d67c6602|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:24.958Z|2c610c4b-7745-48e7-a4a7-d47fcb51b35c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:26.086Z|fe8e8417-d474-4d38-85fd-290f71a0751a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:26.087Z|fe8e8417-d474-4d38-85fd-290f71a0751a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:31.449Z|1d5e3541-1dd2-4270-a00b-b72a802f06f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:31.451Z|1d5e3541-1dd2-4270-a00b-b72a802f06f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:31.667Z|05f6703a-3a32-4a2a-9c8f-57b0e9603df1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:31.668Z|05f6703a-3a32-4a2a-9c8f-57b0e9603df1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:34.981Z|0b9b0c8c-06cc-4ec1-8fdd-734135eb9e4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:34.982Z|0b9b0c8c-06cc-4ec1-8fdd-734135eb9e4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:34.991Z|f05f77c9-f78d-489e-b1b4-dc0e717815ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:34.992Z|f05f77c9-f78d-489e-b1b4-dc0e717815ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:36.114Z|be685cdc-5bf0-4971-94fd-8280e17ab17e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:36.115Z|be685cdc-5bf0-4971-94fd-8280e17ab17e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:45.005Z|4848f16c-971e-4f2b-a04a-dcfcc7f44959|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:45.006Z|4848f16c-971e-4f2b-a04a-dcfcc7f44959|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:45.019Z|d2d3a2bf-1872-44fa-a710-37b93329ec43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:45.020Z|d2d3a2bf-1872-44fa-a710-37b93329ec43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:46.143Z|a17ccd12-de23-4043-90d7-d5fc85c0379e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:46.144Z|a17ccd12-de23-4043-90d7-d5fc85c0379e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:46.449Z|f76ed87c-122c-429a-89a8-449d9e71d5b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:49:46.449Z|f76ed87c-122c-429a-89a8-449d9e71d5b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:49:55.031Z|1d46c237-1cd0-49e9-83d7-a7534b6fddd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:55.032Z|1d46c237-1cd0-49e9-83d7-a7534b6fddd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:55.044Z|cafd898f-636d-455b-a2a6-7f8417d2ebb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:55.045Z|cafd898f-636d-455b-a2a6-7f8417d2ebb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:56.168Z|78a5c2ad-2273-4ec7-bb15-7bafd1bf4a00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:49:56.169Z|78a5c2ad-2273-4ec7-bb15-7bafd1bf4a00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:49:59.842Z|49d95305-e425-475b-8e53-717db668e8fc|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:49:59.843Z|49d95305-e425-475b-8e53-717db668e8fc|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:01.449Z|a8b0f8cb-594f-47a2-9274-fc23f45c0cab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:01.450Z|a8b0f8cb-594f-47a2-9274-fc23f45c0cab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:01.669Z|103f84dc-0937-45bf-8a8c-4df9223f9d81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:01.669Z|103f84dc-0937-45bf-8a8c-4df9223f9d81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:05.059Z|3de97051-d411-46dd-8f27-4905031af80a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:05.060Z|3de97051-d411-46dd-8f27-4905031af80a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:05.068Z|e102e78b-b390-4616-845f-5a6bd984c9e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:05.069Z|e102e78b-b390-4616-845f-5a6bd984c9e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:06.192Z|5708aee4-b927-4e76-9e34-27036a9dc4be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:06.193Z|5708aee4-b927-4e76-9e34-27036a9dc4be|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:15.084Z|65f9acd4-de4a-45da-be74-abc68d9b366e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:15.084Z|65f9acd4-de4a-45da-be74-abc68d9b366e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:15.094Z|42e4d049-15d2-47dd-b0af-45304f40362e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:15.095Z|42e4d049-15d2-47dd-b0af-45304f40362e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:16.215Z|6dd9a68a-2af3-4f69-8bff-71b3cb52eb6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:16.215Z|6dd9a68a-2af3-4f69-8bff-71b3cb52eb6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:16.449Z|a7fa2a9f-b31e-4bcf-96c4-41a4653915c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:16.451Z|a7fa2a9f-b31e-4bcf-96c4-41a4653915c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:23.984Z||http-nio-8080-exec-2|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03h!0xed0x0cV,50xe6ad0xfc0x960xf610xdfVm0x1f0x0a0xaf0x070xc00xb60xe50x9f0xeb0x120xfd0xf90xbaI0xd4]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T05:50:25.109Z|9703b999-c27e-4625-9d5a-081ec5b3b17b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:25.110Z|9703b999-c27e-4625-9d5a-081ec5b3b17b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:25.118Z|bcda5074-eb7a-4ff8-b315-2a3459d60151|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:25.119Z|bcda5074-eb7a-4ff8-b315-2a3459d60151|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:26.238Z|ae06d7e3-37dd-4d48-8d08-757124a5ef0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:26.239Z|ae06d7e3-37dd-4d48-8d08-757124a5ef0a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:31.449Z|5d27d9be-6437-42da-8542-d0eac6a86b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:31.450Z|5d27d9be-6437-42da-8542-d0eac6a86b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:31.670Z|355149a3-449d-46cf-8982-70b913f33b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:31.671Z|355149a3-449d-46cf-8982-70b913f33b66|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:35.138Z|7acba551-ee68-44d3-a226-ec61953c7549|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:35.140Z|7acba551-ee68-44d3-a226-ec61953c7549|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:35.142Z|127b2755-64a6-4c0f-8dfc-675ec72ada5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:35.143Z|127b2755-64a6-4c0f-8dfc-675ec72ada5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:36.266Z|569f2b10-2ada-4a00-a94d-ada697b205c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:36.267Z|569f2b10-2ada-4a00-a94d-ada697b205c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:45.176Z|2bdb6778-56c9-4649-b443-ea09350ba59d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:45.180Z|2bdb6778-56c9-4649-b443-ea09350ba59d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:45.180Z|414ee997-f902-43c8-a8c4-2cc69d94c542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:45.181Z|414ee997-f902-43c8-a8c4-2cc69d94c542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:46.294Z|68515e47-5ec3-4b44-888f-b67b85df6088|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:46.295Z|68515e47-5ec3-4b44-888f-b67b85df6088|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:46.449Z|b567cd45-3572-404c-a9f2-d84b97b104f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:50:46.450Z|b567cd45-3572-404c-a9f2-d84b97b104f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:50:55.215Z|eea52275-7b61-4ae3-b4bb-8244b2eb59f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:55.215Z|1a2f5baf-a51e-41c0-9083-99001b35860d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:55.217Z|eea52275-7b61-4ae3-b4bb-8244b2eb59f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:55.217Z|1a2f5baf-a51e-41c0-9083-99001b35860d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:56.319Z|2d4aa704-2c33-43ba-8278-d1e81b26e825|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:50:56.320Z|2d4aa704-2c33-43ba-8278-d1e81b26e825|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:50:59.844Z|215978a6-30fd-4c06-97f1-8b99811b1d43|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:50:59.846Z|215978a6-30fd-4c06-97f1-8b99811b1d43|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:01.449Z|97e2fdf4-1038-475e-a989-dea2e46cc6ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:01.451Z|97e2fdf4-1038-475e-a989-dea2e46cc6ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:01.672Z|378c209c-043b-44a8-a34c-9cb7a23fe71f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:01.673Z|378c209c-043b-44a8-a34c-9cb7a23fe71f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:05.249Z|9eb528ec-0ec9-4abe-a3dc-059ffe822130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:05.249Z|7e269df8-2ffb-4517-b071-14244dd7ceba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:05.251Z|9eb528ec-0ec9-4abe-a3dc-059ffe822130|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:05.251Z|7e269df8-2ffb-4517-b071-14244dd7ceba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:06.344Z|5817867c-38c6-4b4a-a6b3-301318702a36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:06.345Z|5817867c-38c6-4b4a-a6b3-301318702a36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:15.277Z|8f2816aa-661f-479b-8b76-cae14aec8351|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:15.277Z|580f1f20-2131-4800-a854-0dff23b3d319|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:15.278Z|580f1f20-2131-4800-a854-0dff23b3d319|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:15.278Z|8f2816aa-661f-479b-8b76-cae14aec8351|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:16.370Z|92257ae8-317f-493e-a69b-6b02a0d96ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:16.371Z|92257ae8-317f-493e-a69b-6b02a0d96ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:16.449Z|e38514dc-67f5-475d-84c4-e065f6fa78f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:16.450Z|e38514dc-67f5-475d-84c4-e065f6fa78f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:25.303Z|693e5ba1-e6a3-4f8e-a3bc-f124a92669ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:25.303Z|05a1f164-bc56-4445-9529-97109ef92d49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:25.304Z|693e5ba1-e6a3-4f8e-a3bc-f124a92669ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:25.304Z|05a1f164-bc56-4445-9529-97109ef92d49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:26.456Z|72580ca6-f0f5-4944-a8a5-a65265bc23a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:26.457Z|72580ca6-f0f5-4944-a8a5-a65265bc23a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:31.449Z|146fb37c-4b96-465b-ba77-b516ce229c71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:31.450Z|146fb37c-4b96-465b-ba77-b516ce229c71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:31.674Z|c0388759-ab70-407f-a6c5-c15cacf7ddf7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:31.675Z|c0388759-ab70-407f-a6c5-c15cacf7ddf7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:35.327Z|bdaabdbe-f3db-40da-86b9-128d5cb2a00a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:35.327Z|ae406977-7e2c-4318-bbd6-6736e9d91f79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:35.328Z|bdaabdbe-f3db-40da-86b9-128d5cb2a00a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:35.328Z|ae406977-7e2c-4318-bbd6-6736e9d91f79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:36.482Z|a36ded7b-888f-49c2-af3e-f31c4f657946|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:36.483Z|a36ded7b-888f-49c2-af3e-f31c4f657946|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:45.354Z|8eaad99c-cf8e-4bb0-84e5-7c6aebc512a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:45.354Z|8eaad99c-cf8e-4bb0-84e5-7c6aebc512a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:45.356Z|3fa4310f-8056-429a-a8d9-45749fa9961d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:45.357Z|3fa4310f-8056-429a-a8d9-45749fa9961d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:46.449Z|bfa9c277-bfd6-413c-b705-5dc5912af132|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:51:46.450Z|bfa9c277-bfd6-413c-b705-5dc5912af132|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:51:46.506Z|fccf8f28-065b-4335-aebb-40ff2f4ae7d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:46.508Z|fccf8f28-065b-4335-aebb-40ff2f4ae7d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:55.382Z|1091acfa-2568-446e-8d58-07a8235be11b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:55.381Z|c198c1a2-cf5c-45fc-a39f-8f06cb20b3ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:55.382Z|c198c1a2-cf5c-45fc-a39f-8f06cb20b3ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:55.382Z|1091acfa-2568-446e-8d58-07a8235be11b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:56.530Z|f561871b-475b-472d-b79b-056ba427a495|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:51:56.531Z|f561871b-475b-472d-b79b-056ba427a495|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:51:59.846Z|722b4b49-29ce-46f4-9825-7b31598adf9f|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:51:59.847Z|722b4b49-29ce-46f4-9825-7b31598adf9f|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:01.449Z|5be4a963-a804-4f14-af03-8fd70561dee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:01.450Z|5be4a963-a804-4f14-af03-8fd70561dee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:01.676Z|29dba4d7-3095-44a6-a003-035891de517f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:01.677Z|29dba4d7-3095-44a6-a003-035891de517f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:05.415Z|6ffafc1c-5cbc-4b62-b8d9-4f9a19bccfe4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:05.416Z|6ffafc1c-5cbc-4b62-b8d9-4f9a19bccfe4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:05.417Z|375821ed-eb31-4288-8948-1ffd5a2f4003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:05.417Z|375821ed-eb31-4288-8948-1ffd5a2f4003|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:06.554Z|cdd94cfb-16de-4d1e-8a97-e42938b26869|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:06.555Z|cdd94cfb-16de-4d1e-8a97-e42938b26869|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:15.439Z|d266284d-a4dc-438e-9346-e977ff63f332|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:15.439Z|867f2006-392a-4a7d-a0e9-8b905f6c5a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:15.440Z|867f2006-392a-4a7d-a0e9-8b905f6c5a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:15.440Z|d266284d-a4dc-438e-9346-e977ff63f332|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:16.449Z|e2a1fc2f-f94c-4788-b5fa-b1be9587e26d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:16.450Z|e2a1fc2f-f94c-4788-b5fa-b1be9587e26d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:16.579Z|13cb32f7-2a23-4974-8f6c-740fc4d7c11d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:16.581Z|13cb32f7-2a23-4974-8f6c-740fc4d7c11d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:25.464Z|374f5ff0-ad11-48c4-b8f8-cf4a08d3bfe5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:25.465Z|374f5ff0-ad11-48c4-b8f8-cf4a08d3bfe5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:25.467Z|72bb20af-eda8-446f-bf17-99d129e43c91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:25.468Z|72bb20af-eda8-446f-bf17-99d129e43c91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:26.611Z|ccd33d41-c08b-4abe-ad9d-cf3d72546a46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:26.612Z|ccd33d41-c08b-4abe-ad9d-cf3d72546a46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:31.449Z|2c861fad-6461-43ef-9845-7ffb1e8ddf17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:31.450Z|2c861fad-6461-43ef-9845-7ffb1e8ddf17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:31.678Z|87259e5a-b665-4351-bc9c-3a216c86f643|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:31.679Z|87259e5a-b665-4351-bc9c-3a216c86f643|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:35.505Z|d7f2e8aa-69d4-43cd-af62-e56183f4b7ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:35.506Z|d7f2e8aa-69d4-43cd-af62-e56183f4b7ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:35.509Z|550e1f4c-af71-4804-b4f7-d550c6b559ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:35.511Z|550e1f4c-af71-4804-b4f7-d550c6b559ca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:36.636Z|1e6bfad0-9e6e-4be4-91eb-3fb0fb51ca67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:36.637Z|1e6bfad0-9e6e-4be4-91eb-3fb0fb51ca67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:45.531Z|27843a1f-a295-42f6-910d-bfc2528055b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:45.532Z|27843a1f-a295-42f6-910d-bfc2528055b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:45.543Z|08c98ab2-c024-45de-a4f3-6ac685e2056f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:45.544Z|08c98ab2-c024-45de-a4f3-6ac685e2056f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:46.449Z|cc8447a2-7baa-406b-899b-f44603793d07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:52:46.450Z|cc8447a2-7baa-406b-899b-f44603793d07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:52:46.663Z|0cf2e36f-7306-49aa-9910-a3fa0e9aa8a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:46.664Z|0cf2e36f-7306-49aa-9910-a3fa0e9aa8a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:55.564Z|d8985003-e552-4345-a45d-e4613b6d5053|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:55.566Z|5b1bb23e-c534-41d2-8187-bde7571c10ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:55.566Z|d8985003-e552-4345-a45d-e4613b6d5053|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:55.566Z|5b1bb23e-c534-41d2-8187-bde7571c10ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:56.685Z|d24c959c-ff46-42e1-a6cc-ae8313cf91a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:52:56.686Z|d24c959c-ff46-42e1-a6cc-ae8313cf91a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:52:59.844Z|0d9a97b3-3a22-44f4-8de6-b13ec716a37f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:52:59.845Z|0d9a97b3-3a22-44f4-8de6-b13ec716a37f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:01.449Z|1624cc2f-d6e2-4d50-a725-3f98ecb044c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:01.450Z|1624cc2f-d6e2-4d50-a725-3f98ecb044c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:01.680Z|23ac6000-b11f-4834-8e63-a7cb3f4b7457|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:01.681Z|23ac6000-b11f-4834-8e63-a7cb3f4b7457|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:05.592Z|faa3f067-cb62-485c-a291-feacb5b0aa5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:05.593Z|faa3f067-cb62-485c-a291-feacb5b0aa5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:05.594Z|07be886b-aae8-416c-9eea-7ec8082d5cc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:05.595Z|07be886b-aae8-416c-9eea-7ec8082d5cc3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:06.708Z|7fa4865e-fede-4fd7-a877-8f7d1317ed5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:06.709Z|7fa4865e-fede-4fd7-a877-8f7d1317ed5f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:15.617Z|02d33937-3104-4a25-87fa-9e120a8d4c00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:15.617Z|64c5f677-e2fd-4cda-ab43-7517f2ba3d58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:15.617Z|02d33937-3104-4a25-87fa-9e120a8d4c00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:15.617Z|64c5f677-e2fd-4cda-ab43-7517f2ba3d58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:16.449Z|67757b43-4041-4d15-a64d-5b7763e4a263|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:16.451Z|67757b43-4041-4d15-a64d-5b7763e4a263|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:16.729Z|ae201bc1-ec62-4159-badc-052166342d8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:16.730Z|ae201bc1-ec62-4159-badc-052166342d8a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:25.645Z|92e36aa1-990c-4495-ab28-2c2d6d033375|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:25.646Z|92e36aa1-990c-4495-ab28-2c2d6d033375|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:25.653Z|e0c12e42-1e11-4687-8d9b-64017c761760|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:25.654Z|e0c12e42-1e11-4687-8d9b-64017c761760|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:26.752Z|9caa1a4b-4e98-4e91-a721-79921164dfba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:26.753Z|9caa1a4b-4e98-4e91-a721-79921164dfba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:31.449Z|3bea8544-372e-4eed-89bd-142a748657aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:31.450Z|3bea8544-372e-4eed-89bd-142a748657aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:31.682Z|26c04c22-2a6e-4ce4-9464-18cc1e5a2314|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:31.683Z|26c04c22-2a6e-4ce4-9464-18cc1e5a2314|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:35.674Z|fea1c937-b45a-4f66-9634-75b0e84fd65a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:35.674Z|fea1c937-b45a-4f66-9634-75b0e84fd65a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:35.676Z|e6f80aa5-d98d-4c64-ac87-1ee21e0b5490|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:35.677Z|e6f80aa5-d98d-4c64-ac87-1ee21e0b5490|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:36.778Z|56a537c6-32db-471b-a15c-c4ac93cb3a8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:36.779Z|56a537c6-32db-471b-a15c-c4ac93cb3a8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:45.697Z|c4087fc8-3785-4579-b1b0-49cfea65ff3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:45.698Z|79ab0159-7ee9-4365-a75a-338127a733ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:45.698Z|79ab0159-7ee9-4365-a75a-338127a733ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:45.698Z|c4087fc8-3785-4579-b1b0-49cfea65ff3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:46.449Z|1f6f6537-2e30-43d2-8e82-97ea3d0f178c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:53:46.450Z|1f6f6537-2e30-43d2-8e82-97ea3d0f178c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:53:46.802Z|7398a80b-a712-455c-ac44-6c718b36465d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:46.803Z|7398a80b-a712-455c-ac44-6c718b36465d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:55.723Z|6330b38c-5813-48b4-a0f7-eb84f78dd751|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:55.723Z|b41990b9-e4fc-4447-a878-01ae64671ab0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:55.725Z|6330b38c-5813-48b4-a0f7-eb84f78dd751|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:55.725Z|b41990b9-e4fc-4447-a878-01ae64671ab0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:56.825Z|cae6599e-f628-4d20-891a-9556d4f3c773|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:53:56.826Z|cae6599e-f628-4d20-891a-9556d4f3c773|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:53:59.844Z|4eb8c617-656d-4b9c-bb2d-36aa47508d50|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:53:59.846Z|4eb8c617-656d-4b9c-bb2d-36aa47508d50|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:01.449Z|6523c7db-e01b-42b9-bf25-03ddd696a548|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:01.450Z|6523c7db-e01b-42b9-bf25-03ddd696a548|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:01.683Z|4377be4c-6ac5-4e9e-b2aa-9ef1c3262b46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:01.684Z|4377be4c-6ac5-4e9e-b2aa-9ef1c3262b46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:05.750Z|192fde6c-d7ed-4e9e-ab95-6ba4bfb2dd22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:05.751Z|5458c99f-2001-4b78-acc0-4d7bf1ceaa62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:05.752Z|192fde6c-d7ed-4e9e-ab95-6ba4bfb2dd22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:05.752Z|5458c99f-2001-4b78-acc0-4d7bf1ceaa62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:06.864Z|40e4aa7f-0ceb-4ea5-b8c3-738dcd73c1bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:06.865Z|40e4aa7f-0ceb-4ea5-b8c3-738dcd73c1bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:15.775Z|4ab29877-1797-4baf-9d21-96ed193873fe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:15.775Z|878574f2-e71f-49a8-8543-49f7ace035f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:15.776Z|4ab29877-1797-4baf-9d21-96ed193873fe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:15.776Z|878574f2-e71f-49a8-8543-49f7ace035f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:16.449Z|a96d4ce5-6384-48a1-8e4f-8700ef2e10ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:16.449Z|a96d4ce5-6384-48a1-8e4f-8700ef2e10ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:16.890Z|74ea4af8-cfbe-49aa-870f-9a0d6bad6eb9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:16.891Z|74ea4af8-cfbe-49aa-870f-9a0d6bad6eb9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:25.798Z|609b3967-fa8a-4182-9462-bcd0e4855530|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:25.798Z|4c35797a-bf71-471d-8530-e8b5e382a0ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:25.799Z|4c35797a-bf71-471d-8530-e8b5e382a0ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:25.799Z|609b3967-fa8a-4182-9462-bcd0e4855530|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:26.917Z|2fa18ef9-fa03-45fa-89b5-48706c368dfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:26.918Z|2fa18ef9-fa03-45fa-89b5-48706c368dfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:31.449Z|e38da98b-491d-48f8-9df8-10ff799ddbd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:31.450Z|e38da98b-491d-48f8-9df8-10ff799ddbd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:31.685Z|6684d171-2ca8-4430-9d23-9ab736043af1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:31.686Z|6684d171-2ca8-4430-9d23-9ab736043af1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:35.823Z|9e5c8070-3896-4ac0-a7d8-5c25e8928d9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:35.823Z|6a803c37-8890-444b-b973-d5aee335d686|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:35.824Z|9e5c8070-3896-4ac0-a7d8-5c25e8928d9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:35.824Z|6a803c37-8890-444b-b973-d5aee335d686|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:36.943Z|009b807a-c6b1-4b77-b000-23d1115af4fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:36.944Z|009b807a-c6b1-4b77-b000-23d1115af4fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:45.848Z|23e30ba6-4ac1-45fa-8255-802e51507456|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:45.848Z|23e30ba6-4ac1-45fa-8255-802e51507456|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:45.854Z|0509ac2f-f4fb-4052-af96-b3f4e2789450|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:45.854Z|0509ac2f-f4fb-4052-af96-b3f4e2789450|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:46.451Z|3b0ae208-82d5-4d02-abd0-162e3d9e8a5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:54:46.453Z|3b0ae208-82d5-4d02-abd0-162e3d9e8a5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:54:46.966Z|d35b74b2-d1e7-4243-a528-ecdc92d5d6cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:46.967Z|d35b74b2-d1e7-4243-a528-ecdc92d5d6cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:55.874Z|ac6428b9-524d-4f6d-87cc-ef1f73a543c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:55.875Z|20cb337b-c03f-43bf-a4c5-2021f5c2b778|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:55.875Z|20cb337b-c03f-43bf-a4c5-2021f5c2b778|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:55.875Z|ac6428b9-524d-4f6d-87cc-ef1f73a543c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:56.990Z|0e0391f5-9089-40ac-be0c-6cfec777d1e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:54:56.991Z|0e0391f5-9089-40ac-be0c-6cfec777d1e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:54:59.844Z|4bfe6be6-9f3e-4d7e-b652-d937e498130c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:54:59.845Z|4bfe6be6-9f3e-4d7e-b652-d937e498130c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:01.449Z|86dea325-0351-4293-8340-230a61e6ddf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:01.450Z|86dea325-0351-4293-8340-230a61e6ddf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:01.687Z|dcb295a1-47f2-49ce-9b37-a948549b7d47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:01.688Z|dcb295a1-47f2-49ce-9b37-a948549b7d47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:05.900Z|ebc241e1-b89f-4b2c-9e08-05e5c99f4b6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:05.900Z|56ac38d2-1338-4c7c-8501-a32bf6a1dd7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:05.901Z|56ac38d2-1338-4c7c-8501-a32bf6a1dd7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:05.901Z|ebc241e1-b89f-4b2c-9e08-05e5c99f4b6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:07.015Z|aea4d95c-c0a3-4c6e-84b4-2de2685425f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:07.016Z|aea4d95c-c0a3-4c6e-84b4-2de2685425f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:15.924Z|259f5691-7fd7-4228-92c6-801c20384cf3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:15.924Z|42a721b7-73ba-489b-9e81-ad5b66f6e77f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:15.925Z|259f5691-7fd7-4228-92c6-801c20384cf3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:15.925Z|42a721b7-73ba-489b-9e81-ad5b66f6e77f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:16.449Z|e9989037-09a0-4df3-9320-3846077dc360|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:16.450Z|e9989037-09a0-4df3-9320-3846077dc360|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:17.038Z|11c5d88a-1ba7-4f2b-92a4-2ef181711a66|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:17.039Z|11c5d88a-1ba7-4f2b-92a4-2ef181711a66|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:25.949Z|b6b73257-ab67-43d9-b11a-064cfb79d487|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:25.950Z|b6b73257-ab67-43d9-b11a-064cfb79d487|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:25.951Z|e8e830b4-1786-4110-ae1b-35bcfc524a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:25.953Z|e8e830b4-1786-4110-ae1b-35bcfc524a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:27.062Z|b6e81fe5-7659-4094-a9f4-df5cb84db7ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:27.063Z|b6e81fe5-7659-4094-a9f4-df5cb84db7ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:31.449Z|c9387447-c736-4792-9b4d-f807da8eddc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:31.451Z|c9387447-c736-4792-9b4d-f807da8eddc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:31.689Z|72243972-1acd-413d-9a1d-db38ff9ab00f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:31.689Z|72243972-1acd-413d-9a1d-db38ff9ab00f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:35.977Z|90faa7d4-fb43-485b-a76c-cb147cd5ea39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:35.978Z|90faa7d4-fb43-485b-a76c-cb147cd5ea39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:35.980Z|0d4fbd7a-fb9c-4488-896a-6052c78668c0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:35.981Z|0d4fbd7a-fb9c-4488-896a-6052c78668c0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:37.085Z|6d6581e4-aba6-4c47-8463-e53d66403d9c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:37.086Z|6d6581e4-aba6-4c47-8463-e53d66403d9c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:46.002Z|bc8779b8-3f56-423f-8bb5-16b6ecda7a94|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:46.003Z|bc8779b8-3f56-423f-8bb5-16b6ecda7a94|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:46.003Z|ed07f2be-993e-45c5-beab-c7da7be47fc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:46.004Z|ed07f2be-993e-45c5-beab-c7da7be47fc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:46.449Z|9a3003eb-3f23-4cd8-a68b-1d74bc5d4f36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:55:46.450Z|9a3003eb-3f23-4cd8-a68b-1d74bc5d4f36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:55:47.109Z|35d81233-bbcb-403a-9ba8-eb2a64795db1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:47.110Z|35d81233-bbcb-403a-9ba8-eb2a64795db1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:56.027Z|eed99604-d8bd-4067-9245-260586c326db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:56.028Z|eed99604-d8bd-4067-9245-260586c326db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:56.036Z|e88b3e44-860f-46a3-934e-85602cbfc90d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:56.037Z|e88b3e44-860f-46a3-934e-85602cbfc90d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:57.133Z|04956847-80b4-4239-97e6-0a3bea6e848e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:55:57.134Z|04956847-80b4-4239-97e6-0a3bea6e848e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:55:59.844Z|0284c821-3159-4b8b-bbe0-09dee0d88d61|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:55:59.845Z|0284c821-3159-4b8b-bbe0-09dee0d88d61|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:01.449Z|84b0611f-000a-4a1b-86d4-e5442558a09e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:01.449Z|84b0611f-000a-4a1b-86d4-e5442558a09e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:01.691Z|fb39b80a-fd55-4ab1-ad59-ead12c182b11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:01.692Z|fb39b80a-fd55-4ab1-ad59-ead12c182b11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:06.055Z|6a68f020-2dfe-425b-8e89-11e8b31201d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:06.056Z|6a68f020-2dfe-425b-8e89-11e8b31201d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:06.062Z|e15207ce-4dee-4b3f-828f-3ebd7d4c1f6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:06.063Z|e15207ce-4dee-4b3f-828f-3ebd7d4c1f6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:07.159Z|e2ceb26b-731a-46fb-9425-41c43c11df05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:07.160Z|e2ceb26b-731a-46fb-9425-41c43c11df05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:16.089Z|5bf381ce-4dbe-4ab0-87d2-8bd1083a63f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:16.090Z|5bf381ce-4dbe-4ab0-87d2-8bd1083a63f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:16.096Z|db1a330c-2ef7-4a7c-b389-0c9619f36f8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:16.097Z|db1a330c-2ef7-4a7c-b389-0c9619f36f8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:16.449Z|33adcfa3-394c-4a16-b8fe-57eda18d0d19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:16.451Z|33adcfa3-394c-4a16-b8fe-57eda18d0d19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:17.186Z|13fda98a-1282-4cd0-90a3-c1682c85a627|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:17.187Z|13fda98a-1282-4cd0-90a3-c1682c85a627|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:26.114Z|7a6def5b-643d-43db-978d-063587291b3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:26.115Z|7a6def5b-643d-43db-978d-063587291b3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:26.129Z|d89a5345-b58b-4c2b-9335-035af54e6116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:26.130Z|d89a5345-b58b-4c2b-9335-035af54e6116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:27.209Z|7349506e-a455-494d-bf17-507417356a77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:27.210Z|7349506e-a455-494d-bf17-507417356a77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:31.449Z|ba910266-76ee-4806-bd5b-374e33737371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:31.450Z|ba910266-76ee-4806-bd5b-374e33737371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:31.693Z|50710b47-378b-4637-9cdd-6d1c1f3a0e89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:31.694Z|50710b47-378b-4637-9cdd-6d1c1f3a0e89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:36.139Z|e221c3d3-b9d7-4ed8-a245-6b8cfa981d77|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:36.140Z|e221c3d3-b9d7-4ed8-a245-6b8cfa981d77|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:36.153Z|21c1ea70-d002-46e9-8ec0-e18528060d26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:36.153Z|21c1ea70-d002-46e9-8ec0-e18528060d26|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:37.230Z|58e2e259-b078-4d1a-b7b6-11fee4ef92cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:37.231Z|58e2e259-b078-4d1a-b7b6-11fee4ef92cc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:46.162Z|13545cf0-81a8-4c51-9e71-59da5001ff16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:46.164Z|13545cf0-81a8-4c51-9e71-59da5001ff16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:46.177Z|3f57363c-24a9-494f-a9dc-a1fcf8d428f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:46.179Z|3f57363c-24a9-494f-a9dc-a1fcf8d428f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:46.449Z|82217de7-af5c-45e0-b6a6-c0af5715d6e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:56:46.449Z|82217de7-af5c-45e0-b6a6-c0af5715d6e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:56:47.258Z|d7fcf13e-3f34-4f26-a5d3-8a48f61b0c5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:47.259Z|d7fcf13e-3f34-4f26-a5d3-8a48f61b0c5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:56.189Z|5591ab03-ba6c-45c2-a6c9-1d41116df06e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:56.189Z|5591ab03-ba6c-45c2-a6c9-1d41116df06e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:56.202Z|19259bc7-695b-4a3c-89bf-affc8d2241b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:56.203Z|19259bc7-695b-4a3c-89bf-affc8d2241b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:57.279Z|bc166209-abfb-4bf4-b397-322393d7a02f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:56:57.280Z|bc166209-abfb-4bf4-b397-322393d7a02f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:56:59.841Z|32deaec3-e168-4821-ab08-7ae4e2389866|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:56:59.843Z|32deaec3-e168-4821-ab08-7ae4e2389866|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:01.449Z|105d9608-499d-43ac-b1c3-0ac53674b1d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:01.450Z|105d9608-499d-43ac-b1c3-0ac53674b1d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:01.694Z|aa6694b7-30ac-4781-9ea5-00d5398a60ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:01.695Z|aa6694b7-30ac-4781-9ea5-00d5398a60ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:06.212Z|91f04879-a56b-4078-8468-4aeb18e959c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:06.213Z|91f04879-a56b-4078-8468-4aeb18e959c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:06.224Z|bb0f0ed1-5f16-4327-b90f-b5e504eae84a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:06.225Z|bb0f0ed1-5f16-4327-b90f-b5e504eae84a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:07.302Z|f787133b-9f48-492e-906e-da834bb69cdb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:07.303Z|f787133b-9f48-492e-906e-da834bb69cdb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:16.236Z|2bd09661-9d50-40cf-80ce-fb2c2b4b9edb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:16.237Z|2bd09661-9d50-40cf-80ce-fb2c2b4b9edb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:16.250Z|8836f9fb-ebea-4225-97bd-ba3e4d708d55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:16.251Z|8836f9fb-ebea-4225-97bd-ba3e4d708d55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:16.449Z|def7d9f5-d0a0-49b7-a9de-fdb1ce83357a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:16.450Z|def7d9f5-d0a0-49b7-a9de-fdb1ce83357a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:17.328Z|d329ab54-700b-4d5d-abd3-cb862c4fd5ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:17.329Z|d329ab54-700b-4d5d-abd3-cb862c4fd5ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:26.261Z|a48323d3-e6d9-4811-8fe1-0d719c72bb8c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:26.262Z|a48323d3-e6d9-4811-8fe1-0d719c72bb8c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:26.273Z|0f2bf6e6-21a8-440c-88f7-483baddb7810|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:26.274Z|0f2bf6e6-21a8-440c-88f7-483baddb7810|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:27.353Z|07e28182-dfe6-48b7-8423-9f2c94677119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:27.354Z|07e28182-dfe6-48b7-8423-9f2c94677119|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:31.449Z|80fda200-4f71-40ba-894c-4902a2545723|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:31.450Z|80fda200-4f71-40ba-894c-4902a2545723|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:31.696Z|42ddc89a-b108-4cf9-9dd9-a046e786c361|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:31.697Z|42ddc89a-b108-4cf9-9dd9-a046e786c361|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:36.285Z|b499486b-1f3b-4852-b2a6-adfaae41ea3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:36.286Z|b499486b-1f3b-4852-b2a6-adfaae41ea3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:36.298Z|1061cc9c-0304-4e13-97e1-5decb4f1896f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:36.299Z|1061cc9c-0304-4e13-97e1-5decb4f1896f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:37.376Z|cf2e3167-10d6-402c-82ce-88484244b25a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:37.377Z|cf2e3167-10d6-402c-82ce-88484244b25a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:46.314Z|0e9ec5e7-8d7a-4df1-a14f-2ad4e20f7370|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:46.315Z|0e9ec5e7-8d7a-4df1-a14f-2ad4e20f7370|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:46.321Z|beed0132-7e6f-4d00-92a0-39d38020250c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:46.321Z|beed0132-7e6f-4d00-92a0-39d38020250c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:46.449Z|2e74fa96-aabb-4bf6-8bff-7e3eea96b9ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:57:46.451Z|2e74fa96-aabb-4bf6-8bff-7e3eea96b9ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:57:47.401Z|d97f6d09-c258-4cc3-b6fb-632484e68889|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:47.404Z|d97f6d09-c258-4cc3-b6fb-632484e68889|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:56.336Z|2864a7c6-4444-4db8-9a96-9d18bb104d63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:56.337Z|2864a7c6-4444-4db8-9a96-9d18bb104d63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:56.342Z|34a5d3d3-8111-414d-b0b3-568fafd6d01d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:56.343Z|34a5d3d3-8111-414d-b0b3-568fafd6d01d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:57.426Z|7304b884-3ce0-405f-9472-cb594c792a79|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:57:57.427Z|7304b884-3ce0-405f-9472-cb594c792a79|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:57:59.842Z|2cce2265-3b6f-4a4c-85d7-9955bfb40415|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:57:59.843Z|2cce2265-3b6f-4a4c-85d7-9955bfb40415|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:01.449Z|df3c8cc6-a3de-4abd-9eda-5d5102397b33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:01.449Z|df3c8cc6-a3de-4abd-9eda-5d5102397b33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:01.698Z|616d8244-0261-46c7-8ccf-d93134545e5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:01.699Z|616d8244-0261-46c7-8ccf-d93134545e5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:06.361Z|6f1a4b03-0ad8-475b-a07a-2df5322f918d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:06.362Z|6f1a4b03-0ad8-475b-a07a-2df5322f918d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:06.374Z|3ef817ef-cec0-49ac-bf1e-7b790b87d0ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:06.376Z|3ef817ef-cec0-49ac-bf1e-7b790b87d0ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:07.449Z|67a41285-7a91-4e02-99ac-a561f13fe536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:07.450Z|67a41285-7a91-4e02-99ac-a561f13fe536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:16.392Z|a97d31c3-0465-44c4-bea9-f20da103f5a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:16.393Z|a97d31c3-0465-44c4-bea9-f20da103f5a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:16.396Z|5319fb5f-f161-45a4-8626-f0181edc0c6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:16.397Z|5319fb5f-f161-45a4-8626-f0181edc0c6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:16.449Z|7f4c4e2b-5f5a-4644-8052-3738ddca7d67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:16.449Z|7f4c4e2b-5f5a-4644-8052-3738ddca7d67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:17.477Z|1dae6bbe-8c5c-4de6-a406-a37a6c2f0260|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:17.478Z|1dae6bbe-8c5c-4de6-a406-a37a6c2f0260|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:26.422Z|c8552a54-a7f3-425d-af49-53487441957b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:26.422Z|e88ab591-5c1a-4826-8f65-f18f02c2141c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:26.423Z|c8552a54-a7f3-425d-af49-53487441957b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:26.423Z|e88ab591-5c1a-4826-8f65-f18f02c2141c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:27.503Z|e4f6e40b-edc2-40a2-ab2b-b89516d89e01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:27.503Z|e4f6e40b-edc2-40a2-ab2b-b89516d89e01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:31.449Z|a2f2f47b-f59e-42da-b5bf-cebb2754c62e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:31.451Z|a2f2f47b-f59e-42da-b5bf-cebb2754c62e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:31.700Z|610620a7-7219-42a3-959a-65070fffcaad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:31.701Z|610620a7-7219-42a3-959a-65070fffcaad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:36.447Z|add0ec08-2566-4f95-bcfa-cbda26b4b98d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:36.447Z|1f0cca10-6e92-463e-a335-03f2cee3b0b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:36.447Z|add0ec08-2566-4f95-bcfa-cbda26b4b98d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:36.447Z|1f0cca10-6e92-463e-a335-03f2cee3b0b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:37.546Z|85387e85-8e8e-4f1f-ad02-83c360a38023|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:37.547Z|85387e85-8e8e-4f1f-ad02-83c360a38023|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:46.449Z|93e53f12-a20b-49ba-91cd-b1dd0dd4e41a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:58:46.450Z|93e53f12-a20b-49ba-91cd-b1dd0dd4e41a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:58:46.470Z|9d5e1364-fbf5-4050-a40e-b2be169c375e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:46.471Z|9d5e1364-fbf5-4050-a40e-b2be169c375e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:46.477Z|21455aec-ddda-4b7f-9789-197180c2b796|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:46.477Z|21455aec-ddda-4b7f-9789-197180c2b796|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:47.576Z|076fa020-8029-4323-8346-acfb4040f36a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:47.577Z|076fa020-8029-4323-8346-acfb4040f36a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:56.495Z|3aca26d1-ccb2-4bff-b49e-39e0eb14ee6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:56.496Z|3aca26d1-ccb2-4bff-b49e-39e0eb14ee6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:56.506Z|e19a611c-e91a-466f-99c7-deb5712d8327|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:56.507Z|e19a611c-e91a-466f-99c7-deb5712d8327|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:57.605Z|54570c52-f977-474d-bf45-b57c9fc33c7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:58:57.606Z|54570c52-f977-474d-bf45-b57c9fc33c7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:58:59.843Z|cb3387a6-0ba6-47cf-9fbc-5f121e2792ed|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:58:59.844Z|cb3387a6-0ba6-47cf-9fbc-5f121e2792ed|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:01.449Z|965933b0-0a6c-4e3f-b2d7-76157f328d81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:01.450Z|965933b0-0a6c-4e3f-b2d7-76157f328d81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:01.702Z|2eea172a-62c9-4174-9326-40b4ecaed0c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:01.703Z|2eea172a-62c9-4174-9326-40b4ecaed0c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:06.520Z|cfe978a8-820a-442a-bd0a-624893cc6d3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:06.521Z|cfe978a8-820a-442a-bd0a-624893cc6d3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:06.531Z|b58878c4-ab4b-45f4-a0d8-a885b0f07231|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:06.532Z|b58878c4-ab4b-45f4-a0d8-a885b0f07231|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:07.627Z|c03d694f-aa57-4b69-a4dd-8042d95d7c46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:07.628Z|c03d694f-aa57-4b69-a4dd-8042d95d7c46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:16.449Z|f4025183-7be3-4e67-b413-8d38b890ca66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:16.451Z|f4025183-7be3-4e67-b413-8d38b890ca66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:16.544Z|72270f82-dee3-403c-94d8-90e5dc6508a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:16.545Z|72270f82-dee3-403c-94d8-90e5dc6508a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:16.554Z|1bb7508e-a000-4f6f-8d8a-66d075f0b350|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:16.555Z|1bb7508e-a000-4f6f-8d8a-66d075f0b350|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:17.653Z|42a7bad3-4953-49f0-bc68-cec2d38e183c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:17.654Z|42a7bad3-4953-49f0-bc68-cec2d38e183c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:26.569Z|77e1be33-348d-4076-88e8-990b6fcda083|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:26.570Z|77e1be33-348d-4076-88e8-990b6fcda083|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:26.577Z|c8950f86-e250-4388-81f1-72d268db9097|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:26.578Z|c8950f86-e250-4388-81f1-72d268db9097|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:27.675Z|7d7cc978-289d-47d9-b098-8d5cfc2f926c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:27.676Z|7d7cc978-289d-47d9-b098-8d5cfc2f926c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:31.449Z|b670f524-b261-4fa6-8faa-449f4def3398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:31.449Z|b670f524-b261-4fa6-8faa-449f4def3398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:31.704Z|5444ba9a-29e4-4f4f-8f22-6a21c5cc184c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:31.704Z|5444ba9a-29e4-4f4f-8f22-6a21c5cc184c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:36.591Z|de711641-7a00-4312-9ae6-5c2c1f277cb0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:36.592Z|de711641-7a00-4312-9ae6-5c2c1f277cb0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:36.601Z|dab067c7-cfcc-4bc4-bc7e-408fb2521f6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:36.602Z|dab067c7-cfcc-4bc4-bc7e-408fb2521f6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:37.698Z|8724edf1-4491-4d33-ba6e-5e4c3429e533|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:37.699Z|8724edf1-4491-4d33-ba6e-5e4c3429e533|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:46.449Z|c9995a61-3168-491d-920a-e062c11f70a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T05:59:46.449Z|c9995a61-3168-491d-920a-e062c11f70a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T05:59:46.616Z|0c7b0148-f68b-4f4b-a5c5-fdbde80bd342|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:46.617Z|0c7b0148-f68b-4f4b-a5c5-fdbde80bd342|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:46.644Z|584e51dd-f1f5-433a-a943-df1d2e0362d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:46.645Z|584e51dd-f1f5-433a-a943-df1d2e0362d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:47.723Z|43aae61e-8731-4643-abd9-aef17e9db1fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:47.724Z|43aae61e-8731-4643-abd9-aef17e9db1fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:56.646Z|e81bf371-3927-49c4-a228-393e6c5d8fdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:56.647Z|e81bf371-3927-49c4-a228-393e6c5d8fdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:56.672Z|3df267bf-7410-41e8-898d-797c619aa6a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:56.673Z|3df267bf-7410-41e8-898d-797c619aa6a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:57.750Z|327b28bc-633a-4a02-a58a-bf6aefbbc8c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T05:59:57.751Z|327b28bc-633a-4a02-a58a-bf6aefbbc8c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T05:59:59.842Z|fb1d3913-4881-4306-b8a1-d4f4371816b7|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T05:59:59.843Z|fb1d3913-4881-4306-b8a1-d4f4371816b7|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:01.449Z|b89132dd-020b-4841-bd5f-d1300c565280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:01.450Z|b89132dd-020b-4841-bd5f-d1300c565280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:01.705Z|259c6bf5-ad9f-43f9-a17d-c0f5f394704b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:01.706Z|259c6bf5-ad9f-43f9-a17d-c0f5f394704b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:06.670Z|26f40ed1-783d-4b37-8caa-798c72c3d69e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:06.671Z|26f40ed1-783d-4b37-8caa-798c72c3d69e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:06.695Z|b206bb1b-c424-4ef6-bb3b-873395315774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:06.695Z|b206bb1b-c424-4ef6-bb3b-873395315774|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:07.777Z|e4a9a48c-13d5-4a16-a3a3-5953da429f75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:07.778Z|e4a9a48c-13d5-4a16-a3a3-5953da429f75|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:16.449Z|2822d4b3-5af1-4072-b0c7-4f4508a745ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:16.449Z|2822d4b3-5af1-4072-b0c7-4f4508a745ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:16.695Z|700adb73-5428-4a65-b38a-b5716490c591|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:16.696Z|700adb73-5428-4a65-b38a-b5716490c591|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:16.718Z|5969f636-5ced-47d8-a77b-6fa13fec77a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:16.720Z|5969f636-5ced-47d8-a77b-6fa13fec77a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:17.802Z|d5b906be-6e7e-4dc1-9b19-4d409789675d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:17.803Z|d5b906be-6e7e-4dc1-9b19-4d409789675d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:26.718Z|418910c7-3a02-4690-bb6d-09e7aa3af12a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:26.719Z|418910c7-3a02-4690-bb6d-09e7aa3af12a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:26.743Z|a1e24df5-d9c0-4d59-bae7-e6facb2d78ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:26.744Z|a1e24df5-d9c0-4d59-bae7-e6facb2d78ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:27.841Z|d0fedc41-a443-47d0-8074-d641c2d7e584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:27.842Z|d0fedc41-a443-47d0-8074-d641c2d7e584|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:31.449Z|36c8e7df-7a9d-4c0a-bf7c-e91aefa2c64e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:31.450Z|36c8e7df-7a9d-4c0a-bf7c-e91aefa2c64e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:31.707Z|20640fd4-eaa9-4e13-a2bb-5956bdcf6260|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:31.707Z|20640fd4-eaa9-4e13-a2bb-5956bdcf6260|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:36.746Z|1e0fde2a-e586-425e-92cc-321b22ae9673|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:36.748Z|1e0fde2a-e586-425e-92cc-321b22ae9673|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:36.770Z|173d6196-eca9-4f96-a466-ef8b3c36e3f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:36.771Z|173d6196-eca9-4f96-a466-ef8b3c36e3f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:37.869Z|3e735bc9-7048-45e2-8a2f-79e52d3cfcf4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:37.870Z|3e735bc9-7048-45e2-8a2f-79e52d3cfcf4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:46.449Z|732d407c-25e7-4af6-bb0d-04b5d046beef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:00:46.451Z|732d407c-25e7-4af6-bb0d-04b5d046beef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:00:46.774Z|7b6ea219-59f8-44ff-b7ea-ff01a8bb7fef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:46.775Z|7b6ea219-59f8-44ff-b7ea-ff01a8bb7fef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:46.796Z|27db538a-09a9-402e-b49e-cea245bd42ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:46.796Z|27db538a-09a9-402e-b49e-cea245bd42ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:47.896Z|ff7bd8f1-3c9a-4d63-b146-d084c85388cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:47.897Z|ff7bd8f1-3c9a-4d63-b146-d084c85388cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:56.802Z|3081fa42-6ecf-4631-a00d-f2c6b954149f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:56.804Z|3081fa42-6ecf-4631-a00d-f2c6b954149f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:56.818Z|1868e6f5-159c-4eaa-a2a3-1fef0cabae31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:56.819Z|1868e6f5-159c-4eaa-a2a3-1fef0cabae31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:57.922Z|8f491691-402a-4987-ae1e-02c3a0486d3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:00:57.924Z|8f491691-402a-4987-ae1e-02c3a0486d3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:00:59.842Z|9fe191eb-fc99-463d-8bf7-587b9ab08d70|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:00:59.843Z|9fe191eb-fc99-463d-8bf7-587b9ab08d70|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:01.449Z|a0f38ac9-f0eb-4479-a31f-827ff71ed0c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:01.450Z|a0f38ac9-f0eb-4479-a31f-827ff71ed0c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:01.708Z|a3efec6b-5392-46d1-8070-8d84d25e15f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:01.709Z|a3efec6b-5392-46d1-8070-8d84d25e15f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:06.832Z|cbbdf9a1-f0c6-48b6-9f74-ba02c6e37372|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:06.833Z|cbbdf9a1-f0c6-48b6-9f74-ba02c6e37372|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:06.842Z|affe9129-1873-42df-84a6-45c65fa7afea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:06.843Z|affe9129-1873-42df-84a6-45c65fa7afea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:07.947Z|932025f3-e698-40aa-86b3-1cbf5b5e6e71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:07.948Z|932025f3-e698-40aa-86b3-1cbf5b5e6e71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:16.449Z|8110e59f-21b8-4e4c-aa0b-509cfe11bea1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:16.453Z|8110e59f-21b8-4e4c-aa0b-509cfe11bea1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:16.860Z|10017ae7-aa48-4558-b7df-a1ec99583f01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:16.861Z|10017ae7-aa48-4558-b7df-a1ec99583f01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:16.869Z|a4a4b0ab-3d6a-4b91-b56a-725fbe6936af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:16.870Z|a4a4b0ab-3d6a-4b91-b56a-725fbe6936af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:17.971Z|a8f32f1e-61be-4edb-8585-3d7dfcc1c0e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:17.972Z|a8f32f1e-61be-4edb-8585-3d7dfcc1c0e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:26.889Z|2384d0cd-243e-4c84-8116-763a2ed1050c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:26.890Z|2384d0cd-243e-4c84-8116-763a2ed1050c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:26.895Z|a6bf0494-f717-4d55-bb71-e16b844d6bb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:26.896Z|a6bf0494-f717-4d55-bb71-e16b844d6bb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:28.003Z|5df3b1b0-06fb-47d0-9343-c353f5224577|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:28.004Z|5df3b1b0-06fb-47d0-9343-c353f5224577|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:31.449Z|8e0af028-9c29-4c15-8697-59550f8ef806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:31.450Z|8e0af028-9c29-4c15-8697-59550f8ef806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:31.710Z|9e322216-fbda-40e8-b0de-22098d45d1b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:31.711Z|9e322216-fbda-40e8-b0de-22098d45d1b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:36.924Z|595aeaed-555d-4e67-b2b5-21916e8142c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:36.925Z|595aeaed-555d-4e67-b2b5-21916e8142c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:36.930Z|8a5031b1-5b96-4e24-a6af-58a2105a835a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:36.931Z|8a5031b1-5b96-4e24-a6af-58a2105a835a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:38.032Z|75aa432a-7a14-40ad-ab47-e4ac291404a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:38.033Z|75aa432a-7a14-40ad-ab47-e4ac291404a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:46.449Z|8908f22a-5348-4846-999b-2655481c2740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:01:46.450Z|8908f22a-5348-4846-999b-2655481c2740|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:01:46.950Z|a2f2152c-50a2-4898-8300-72ec9cd1142f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:46.951Z|a2f2152c-50a2-4898-8300-72ec9cd1142f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:46.951Z|0042ae26-bbc4-47cf-bd7b-f0cb513ba096|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:46.953Z|0042ae26-bbc4-47cf-bd7b-f0cb513ba096|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:48.064Z|be1aa31d-a51d-4a4a-b2b9-1a80e9cfffbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:48.065Z|be1aa31d-a51d-4a4a-b2b9-1a80e9cfffbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:56.974Z|b34cd743-ef61-439e-8a1e-a4a0906523ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:56.974Z|ec5a50de-3505-4399-a33d-33d308b6bf04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:56.975Z|b34cd743-ef61-439e-8a1e-a4a0906523ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:56.975Z|ec5a50de-3505-4399-a33d-33d308b6bf04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:58.088Z|615b672d-74de-4971-9077-33f8a85166ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:01:58.089Z|615b672d-74de-4971-9077-33f8a85166ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:01:59.843Z|43910804-b987-4b7c-abad-4b438aded7aa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:01:59.844Z|43910804-b987-4b7c-abad-4b438aded7aa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:01.449Z|ff1d7f00-ffef-4e95-8291-6c6a3818a3b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:01.452Z|ff1d7f00-ffef-4e95-8291-6c6a3818a3b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:01.713Z|d46ccd57-615b-49a1-8225-18f3e5866088|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:01.713Z|d46ccd57-615b-49a1-8225-18f3e5866088|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:06.998Z|66e62dfb-b869-4732-b77d-3887e515939f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:06.998Z|7cc04261-3594-47c7-a865-153a4b094d46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:06.999Z|7cc04261-3594-47c7-a865-153a4b094d46|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:06.999Z|66e62dfb-b869-4732-b77d-3887e515939f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:08.112Z|1e4b7236-9126-4932-bfd0-b2bdd76a9bf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:08.113Z|1e4b7236-9126-4932-bfd0-b2bdd76a9bf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:16.449Z|05969815-a9b4-4f7a-9132-d656f4c191f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:16.450Z|05969815-a9b4-4f7a-9132-d656f4c191f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:17.020Z|6fa1a459-1dbf-4c69-8f05-ef6c7c6e2971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:17.020Z|2b155f01-ad9f-49b3-8b80-ca2ce58c9875|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:17.021Z|2b155f01-ad9f-49b3-8b80-ca2ce58c9875|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:17.021Z|6fa1a459-1dbf-4c69-8f05-ef6c7c6e2971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:18.142Z|d7626107-deb2-496c-adc5-79125f2000c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:18.143Z|d7626107-deb2-496c-adc5-79125f2000c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:27.043Z|85ff970f-2c07-4ab9-b48d-c75cfbc54b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:27.043Z|0e48b0de-3a03-40fc-afc9-da95732ecc75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:27.044Z|85ff970f-2c07-4ab9-b48d-c75cfbc54b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:27.044Z|0e48b0de-3a03-40fc-afc9-da95732ecc75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:28.170Z|884fc416-be8d-40fa-bfc8-1d8cd4ef0158|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:28.171Z|884fc416-be8d-40fa-bfc8-1d8cd4ef0158|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:31.449Z|0fef6ed6-2c2b-4e81-b4d0-3ace560fce38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:31.450Z|0fef6ed6-2c2b-4e81-b4d0-3ace560fce38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:31.714Z|6e8a8fdf-a655-48ae-9eb9-daaaa523b0f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:31.715Z|6e8a8fdf-a655-48ae-9eb9-daaaa523b0f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:37.067Z|fbc838f6-0ea2-49cb-b4cf-dc4d9de20c36|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:37.067Z|647f8eb6-483d-4e80-a129-2ef3661fdda3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:37.068Z|647f8eb6-483d-4e80-a129-2ef3661fdda3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:37.068Z|fbc838f6-0ea2-49cb-b4cf-dc4d9de20c36|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:38.193Z|d5c763df-9191-4623-855e-1bba428992fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:38.194Z|d5c763df-9191-4623-855e-1bba428992fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:46.449Z|81080fad-82c7-480f-8c85-4ba458281e40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:02:46.452Z|81080fad-82c7-480f-8c85-4ba458281e40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:02:47.090Z|8a4be7da-e9e6-4d4e-9892-53b6c4370f12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:47.090Z|8e161b9f-a12b-450a-a10c-2ae7b8eb241b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:47.090Z|8a4be7da-e9e6-4d4e-9892-53b6c4370f12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:47.090Z|8e161b9f-a12b-450a-a10c-2ae7b8eb241b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:48.217Z|13081a4b-1283-489c-aad5-c8b8c0adbe91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:48.218Z|13081a4b-1283-489c-aad5-c8b8c0adbe91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:57.116Z|017010b1-138e-43ac-b668-1b67d7f518cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:57.117Z|017010b1-138e-43ac-b668-1b67d7f518cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:57.121Z|30725632-0a6e-4ee8-91b1-1e77a29049a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:57.122Z|30725632-0a6e-4ee8-91b1-1e77a29049a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:58.244Z|6bfd486a-7a77-414d-a506-15ffcd360699|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:02:58.246Z|6bfd486a-7a77-414d-a506-15ffcd360699|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:02:59.842Z|2e853e1b-a16f-4caf-81ea-25c90bf841e8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:02:59.843Z|2e853e1b-a16f-4caf-81ea-25c90bf841e8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:01.449Z|4cd394cf-9ac0-4801-bbfc-dc59ad8712a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:01.449Z|4cd394cf-9ac0-4801-bbfc-dc59ad8712a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:01.716Z|b68c2ee9-5f16-482c-bc2a-0dbf85ff8d48|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:01.717Z|b68c2ee9-5f16-482c-bc2a-0dbf85ff8d48|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:07.144Z|22a1c6ce-b111-413a-ad3a-37f3253fe47e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:07.145Z|22a1c6ce-b111-413a-ad3a-37f3253fe47e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:07.164Z|14aaa433-e466-4855-88a5-a615dd005797|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:07.165Z|14aaa433-e466-4855-88a5-a615dd005797|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:08.277Z|187f883f-e711-42a6-a006-15b245591e57|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:08.278Z|187f883f-e711-42a6-a006-15b245591e57|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:16.449Z|57355c76-0084-4377-a3ac-50dc5f26a0cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:16.450Z|57355c76-0084-4377-a3ac-50dc5f26a0cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:17.170Z|55453c74-74b0-4a1c-bf77-dc27d22621e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:17.171Z|55453c74-74b0-4a1c-bf77-dc27d22621e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:17.187Z|ca0f51d9-8d1b-48d7-91f3-dc6bb7c10477|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:17.188Z|ca0f51d9-8d1b-48d7-91f3-dc6bb7c10477|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:18.307Z|a0e38f21-f670-48d0-ae09-d3d175a286b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:18.308Z|a0e38f21-f670-48d0-ae09-d3d175a286b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:27.193Z|a905d114-0588-4a67-99a3-82410051d3b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:27.194Z|a905d114-0588-4a67-99a3-82410051d3b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:27.209Z|a2ab6228-bef5-4502-ab4e-83f00b2a828e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:27.209Z|a2ab6228-bef5-4502-ab4e-83f00b2a828e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:28.335Z|d6dca422-8d67-42d1-9607-d3f0e0761787|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:28.336Z|d6dca422-8d67-42d1-9607-d3f0e0761787|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:31.449Z|f20b5f37-1e01-4cef-9b4a-5d31e1cee6bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:31.452Z|f20b5f37-1e01-4cef-9b4a-5d31e1cee6bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:31.718Z|b8cff880-ccc7-49c9-94b7-2f4091b6c053|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:31.718Z|b8cff880-ccc7-49c9-94b7-2f4091b6c053|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:37.217Z|0cd74387-c8a5-465a-aea8-e0f7c6e89f9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:37.218Z|0cd74387-c8a5-465a-aea8-e0f7c6e89f9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:37.234Z|46f2b550-bf61-4403-a5f5-3e8f8972ccb7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:37.234Z|46f2b550-bf61-4403-a5f5-3e8f8972ccb7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:38.360Z|5548fc9f-acbd-4021-8cb1-5bf2890b8cd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:38.360Z|5548fc9f-acbd-4021-8cb1-5bf2890b8cd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:46.449Z|06703431-ac4a-4d9a-a1ae-af5619418bdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:03:46.449Z|06703431-ac4a-4d9a-a1ae-af5619418bdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:03:47.241Z|b8d91b0a-e3ef-4c01-bc17-109f95bdceb2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:47.242Z|b8d91b0a-e3ef-4c01-bc17-109f95bdceb2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:47.256Z|df784c50-49b2-435f-b05e-1495cf15237c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:47.257Z|df784c50-49b2-435f-b05e-1495cf15237c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:48.384Z|673c72e6-5efe-4cc7-9fab-8205f6997f37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:48.385Z|673c72e6-5efe-4cc7-9fab-8205f6997f37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:57.266Z|995d833c-48fe-46ad-a7dc-03d994950b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:57.267Z|995d833c-48fe-46ad-a7dc-03d994950b47|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:57.277Z|867a0250-c358-4210-b607-c6c7e8f50a99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:57.278Z|867a0250-c358-4210-b607-c6c7e8f50a99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:58.410Z|dd3ad91d-2331-4482-ac0c-3feb310f05cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:03:58.411Z|dd3ad91d-2331-4482-ac0c-3feb310f05cd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:03:59.844Z|8ebd52bc-f478-4436-a22c-55b98b7a2081|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:03:59.845Z|8ebd52bc-f478-4436-a22c-55b98b7a2081|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:01.449Z|ec2fc306-bf17-4105-b18c-858a479c4e35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:01.449Z|ec2fc306-bf17-4105-b18c-858a479c4e35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:01.719Z|c895bb0a-e352-41a9-b99c-e6d34b1f69dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:01.720Z|c895bb0a-e352-41a9-b99c-e6d34b1f69dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:07.290Z|895e864c-6dd1-4711-97b7-833d87108a01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:07.291Z|895e864c-6dd1-4711-97b7-833d87108a01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:07.297Z|1f3f7b0d-1ddf-4946-89af-e88b9a928cde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:07.298Z|1f3f7b0d-1ddf-4946-89af-e88b9a928cde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:08.433Z|1127f214-33ab-486e-9cc7-5cf37915154c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:08.434Z|1127f214-33ab-486e-9cc7-5cf37915154c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:16.449Z|0858f5bc-e446-4ba2-95de-2726fdec4bdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:16.452Z|0858f5bc-e446-4ba2-95de-2726fdec4bdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:17.312Z|f7d7eb00-36fe-49b1-a116-63941bcf0182|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:17.313Z|f7d7eb00-36fe-49b1-a116-63941bcf0182|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:17.318Z|f384f046-eb68-49ff-a601-fd8bd39e0f46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:17.318Z|f384f046-eb68-49ff-a601-fd8bd39e0f46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:18.456Z|0f93d29b-ee47-4971-bf75-23585263ec4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:18.456Z|0f93d29b-ee47-4971-bf75-23585263ec4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:27.335Z|67ead1b0-8a0e-4f8b-a673-1dca1ef010a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:27.336Z|67ead1b0-8a0e-4f8b-a673-1dca1ef010a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:27.338Z|74fbd2c6-0ddd-4a8b-839f-6077d7b28602|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:27.339Z|74fbd2c6-0ddd-4a8b-839f-6077d7b28602|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:28.480Z|5930ae86-7c02-4d38-9384-27ff8e1f6456|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:28.481Z|5930ae86-7c02-4d38-9384-27ff8e1f6456|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:31.449Z|259f7464-af40-4bc6-9fa0-ffd11e995cb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:31.450Z|259f7464-af40-4bc6-9fa0-ffd11e995cb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:31.721Z|932acabd-b237-4525-9b22-6748e753c6e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:31.722Z|932acabd-b237-4525-9b22-6748e753c6e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:37.364Z|0553cf63-a6b3-47df-8c21-3e552e6580b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:37.365Z|0553cf63-a6b3-47df-8c21-3e552e6580b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:37.366Z|05310f0a-d7c8-4adc-8924-3ddec34f987f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:37.366Z|05310f0a-d7c8-4adc-8924-3ddec34f987f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:38.504Z|bff94b9c-7bbe-4bed-ab11-311ecdf1ae63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:38.505Z|bff94b9c-7bbe-4bed-ab11-311ecdf1ae63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:46.449Z|dad5a0bf-46cd-4e3c-9e58-0ad8e47c0e03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:04:46.449Z|dad5a0bf-46cd-4e3c-9e58-0ad8e47c0e03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:04:47.390Z|aca27357-f199-414d-80e2-e81777d8ee01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:47.390Z|15919027-9704-4654-a7a6-b4acd2627626|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:47.391Z|15919027-9704-4654-a7a6-b4acd2627626|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:47.391Z|aca27357-f199-414d-80e2-e81777d8ee01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:48.527Z|9bb66229-38e1-417d-a695-d56a9244d27a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:48.528Z|9bb66229-38e1-417d-a695-d56a9244d27a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:57.413Z|a6627ae8-679f-4f3e-aa2a-173e318f92d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:57.413Z|43829e03-b56a-431a-917a-91e82f85c8bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:57.413Z|a6627ae8-679f-4f3e-aa2a-173e318f92d1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:57.414Z|43829e03-b56a-431a-917a-91e82f85c8bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:58.550Z|8774a18f-2963-4372-8c2f-64529af92ab7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:04:58.551Z|8774a18f-2963-4372-8c2f-64529af92ab7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:04:59.843Z|9397ad8d-3d6f-4399-9930-a4f5326a5329|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:04:59.844Z|9397ad8d-3d6f-4399-9930-a4f5326a5329|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:01.449Z|55afb945-1e82-43fd-b3cf-d8c4f24cf876|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:01.452Z|55afb945-1e82-43fd-b3cf-d8c4f24cf876|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:01.723Z|f7ca4192-61c1-42ff-ae16-996b35a182f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:01.724Z|f7ca4192-61c1-42ff-ae16-996b35a182f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:07.445Z|28111e28-ea12-4288-85ae-6238792eeeee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:07.445Z|19ab5846-d9d2-4571-93d1-855c56abe452|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:07.446Z|19ab5846-d9d2-4571-93d1-855c56abe452|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:07.446Z|28111e28-ea12-4288-85ae-6238792eeeee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:08.573Z|d427a572-0616-4228-88fe-5fb4f4fa2ebb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:08.573Z|d427a572-0616-4228-88fe-5fb4f4fa2ebb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:16.449Z|fd136e26-c707-4b2b-a91b-baa8a8c88600|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:16.449Z|fd136e26-c707-4b2b-a91b-baa8a8c88600|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:17.470Z|782dba4b-cfb0-4c45-aa04-5419651c08ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:17.470Z|e7f3c624-3fac-4196-bbbb-27093dddc32c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:17.471Z|782dba4b-cfb0-4c45-aa04-5419651c08ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:17.471Z|e7f3c624-3fac-4196-bbbb-27093dddc32c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:18.597Z|e4e266b7-41c3-46d1-8a6f-2ebe18d0f8ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:18.598Z|e4e266b7-41c3-46d1-8a6f-2ebe18d0f8ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:27.503Z|be96e492-0b43-47b8-a724-7b2b8f6862c1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:27.503Z|8a7c0c7c-edad-4bf8-892e-891ca8b46fa5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:27.504Z|8a7c0c7c-edad-4bf8-892e-891ca8b46fa5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:27.504Z|be96e492-0b43-47b8-a724-7b2b8f6862c1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:28.645Z|9a152fef-8b3d-4133-8a4f-834ada020896|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:28.648Z|9a152fef-8b3d-4133-8a4f-834ada020896|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:31.449Z|b382af00-611e-4c1a-a604-30243708d8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:31.450Z|b382af00-611e-4c1a-a604-30243708d8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:31.725Z|b8c2fcc7-13db-48c3-83f4-38975fd81ac7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:31.725Z|b8c2fcc7-13db-48c3-83f4-38975fd81ac7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:37.529Z|b5532fc2-7b1a-426e-8640-18b0fe4787cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:37.530Z|b5532fc2-7b1a-426e-8640-18b0fe4787cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:37.528Z|5b755074-2a54-4b7b-adc7-848edcd92511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:37.534Z|5b755074-2a54-4b7b-adc7-848edcd92511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:38.681Z|f8f2539b-9cca-4f91-899f-1641b8cd927b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:38.682Z|f8f2539b-9cca-4f91-899f-1641b8cd927b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:46.449Z|f09421cd-f4f2-4f3a-9c46-8e8082c33ae8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:05:46.451Z|f09421cd-f4f2-4f3a-9c46-8e8082c33ae8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:05:47.554Z|363e74b3-1ec4-4ec2-ae7b-afaf2a5bec33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:47.554Z|90c8e3e9-bf44-4d0e-b4f0-c292602ba6c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:47.555Z|363e74b3-1ec4-4ec2-ae7b-afaf2a5bec33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:47.555Z|90c8e3e9-bf44-4d0e-b4f0-c292602ba6c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:48.705Z|96e2891e-4a26-44c5-9a6e-d9d1ed85214a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:48.706Z|96e2891e-4a26-44c5-9a6e-d9d1ed85214a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:57.577Z|c65d5173-1cfd-4276-b6bc-46ef1d7f5757|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:57.578Z|c65d5173-1cfd-4276-b6bc-46ef1d7f5757|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:57.579Z|31fd0c17-ee4c-4f2b-95e6-86f71fbe3705|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:57.579Z|31fd0c17-ee4c-4f2b-95e6-86f71fbe3705|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:58.730Z|24c86543-7085-49c9-885b-394a3b223281|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:05:58.732Z|24c86543-7085-49c9-885b-394a3b223281|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:05:59.842Z|f414b7a5-2321-4628-bf5c-94f4cd19b30d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:05:59.843Z|f414b7a5-2321-4628-bf5c-94f4cd19b30d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:01.449Z|291ca4cb-d1ad-4748-ac7b-d9c9bc904fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:01.449Z|291ca4cb-d1ad-4748-ac7b-d9c9bc904fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:01.726Z|251e0737-cc9f-425e-89a6-15f546c5437b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:01.727Z|251e0737-cc9f-425e-89a6-15f546c5437b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:07.600Z|2bb38989-f3c8-4713-8f49-554e613ca160|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:07.601Z|2bb38989-f3c8-4713-8f49-554e613ca160|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:07.601Z|3b724619-e100-4ea6-900b-fd8af0b62cd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:07.602Z|3b724619-e100-4ea6-900b-fd8af0b62cd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:08.753Z|4506652b-08ec-4828-8173-0443c6f71593|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:08.754Z|4506652b-08ec-4828-8173-0443c6f71593|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:16.449Z|0d78dc30-4212-43bd-b09d-16a895a505a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:16.449Z|0d78dc30-4212-43bd-b09d-16a895a505a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:17.624Z|5856e9a1-9afb-44de-a5de-82a340ecab7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:17.624Z|1afb8a56-108b-4c99-8475-7dda22c93caa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:17.625Z|5856e9a1-9afb-44de-a5de-82a340ecab7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:17.625Z|1afb8a56-108b-4c99-8475-7dda22c93caa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:18.777Z|8eabb378-97da-442e-ad07-e4ecd919d4a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:18.777Z|8eabb378-97da-442e-ad07-e4ecd919d4a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:27.645Z|4063d804-3fb8-4fba-91d7-c290e26066fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:27.645Z|0082cc65-7617-4a28-850c-8f0a50d93c6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:27.646Z|0082cc65-7617-4a28-850c-8f0a50d93c6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:27.646Z|4063d804-3fb8-4fba-91d7-c290e26066fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:28.800Z|50d4801f-d6c4-4c5d-a0f0-154ffe61984b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:28.801Z|50d4801f-d6c4-4c5d-a0f0-154ffe61984b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:31.449Z|2c1d64f5-d540-410c-8307-baf757e44ca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:31.452Z|2c1d64f5-d540-410c-8307-baf757e44ca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:31.729Z|987eedaf-8989-41e8-bc22-87c99f4d9f54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:31.729Z|987eedaf-8989-41e8-bc22-87c99f4d9f54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:37.673Z|a7255bbc-97bb-4e15-8d39-e7a87bbbde3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:37.674Z|a7255bbc-97bb-4e15-8d39-e7a87bbbde3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:37.676Z|2ccd9da3-3e80-45b7-bdf3-9872851d333d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:37.676Z|2ccd9da3-3e80-45b7-bdf3-9872851d333d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:38.824Z|646d19d0-e245-4548-bad9-ebf7a4292f6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:38.825Z|646d19d0-e245-4548-bad9-ebf7a4292f6a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:46.449Z|787dbc00-9609-4336-bb70-d6d4175ec359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:06:46.449Z|787dbc00-9609-4336-bb70-d6d4175ec359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:06:47.709Z|76dc82be-88f7-42be-ad79-83ea5ab881c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:47.710Z|76dc82be-88f7-42be-ad79-83ea5ab881c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:47.716Z|b15128a7-94a8-41df-bcb7-89d2072758d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:47.717Z|b15128a7-94a8-41df-bcb7-89d2072758d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:48.849Z|97bf5f9a-414d-457b-96e9-d7c96fa248a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:48.850Z|97bf5f9a-414d-457b-96e9-d7c96fa248a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:57.737Z|b2d241c6-5c09-4594-9d7b-b64ebb9d735c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:57.738Z|b2d241c6-5c09-4594-9d7b-b64ebb9d735c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:57.739Z|a6762b9e-d501-4f4e-aa84-b2bc214ca17c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:57.739Z|a6762b9e-d501-4f4e-aa84-b2bc214ca17c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:58.881Z|a80a9115-81b7-4aa7-a338-9c2121e0009d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:06:58.882Z|a80a9115-81b7-4aa7-a338-9c2121e0009d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:06:59.843Z|97dffcff-3c05-48dc-9dae-4a6cbfb038b1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:06:59.844Z|97dffcff-3c05-48dc-9dae-4a6cbfb038b1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:01.449Z|0512b470-572c-4193-8df7-d921cb500758|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:01.450Z|0512b470-572c-4193-8df7-d921cb500758|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:01.730Z|70e3e5ab-fcf8-48a8-8b4f-54a7729550f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:01.731Z|70e3e5ab-fcf8-48a8-8b4f-54a7729550f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:07.762Z|d71a9e09-121d-4b33-ba4e-3c75745fbfaf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:07.762Z|d71a9e09-121d-4b33-ba4e-3c75745fbfaf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:07.770Z|5ff14818-6f7d-472a-a283-ea435c200991|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:07.771Z|5ff14818-6f7d-472a-a283-ea435c200991|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:08.904Z|a05981e9-828c-42c1-a1ef-20c0cba2d637|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:08.905Z|a05981e9-828c-42c1-a1ef-20c0cba2d637|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:16.449Z|9a8613d5-545b-48d9-b779-ea3b31b1c3db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:16.452Z|9a8613d5-545b-48d9-b779-ea3b31b1c3db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:17.783Z|e11aa6f3-ea03-46a7-975d-5de6d7031bc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:17.783Z|e11aa6f3-ea03-46a7-975d-5de6d7031bc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:17.795Z|dc53d05f-093b-4e8b-9133-aa1d652ee999|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:17.796Z|dc53d05f-093b-4e8b-9133-aa1d652ee999|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:18.930Z|6bb6c437-4cdb-47a5-ba98-b4ef05374ac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:18.931Z|6bb6c437-4cdb-47a5-ba98-b4ef05374ac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:27.806Z|210f2224-a609-46f6-8de6-3fda39c35bae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:27.807Z|210f2224-a609-46f6-8de6-3fda39c35bae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:27.824Z|1f339e88-b367-4f78-bb4b-0613e3adc2ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:27.825Z|1f339e88-b367-4f78-bb4b-0613e3adc2ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:28.954Z|22e484f6-98f0-4570-aeda-828d547e0fce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:28.956Z|22e484f6-98f0-4570-aeda-828d547e0fce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:31.449Z|3c6d8e3f-e63f-413b-979d-fb7d89a16d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:31.449Z|3c6d8e3f-e63f-413b-979d-fb7d89a16d4b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:31.732Z|948cb77f-7c5a-42ce-8148-972a55d15edf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:31.733Z|948cb77f-7c5a-42ce-8148-972a55d15edf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:37.834Z|33f42bf1-4dc5-4175-830c-edbeee18f590|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:37.835Z|33f42bf1-4dc5-4175-830c-edbeee18f590|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:37.853Z|15b73eaf-8182-4042-99f2-d49f2dd2e1bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:37.854Z|15b73eaf-8182-4042-99f2-d49f2dd2e1bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:38.982Z|ffafc952-6dbe-4553-806d-f27f6f5e47d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:38.983Z|ffafc952-6dbe-4553-806d-f27f6f5e47d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:46.449Z|ef339b94-5d02-49cc-987b-b482b1f12c68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:07:46.450Z|ef339b94-5d02-49cc-987b-b482b1f12c68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:07:47.861Z|2651e45f-d29c-45d1-9444-693b38b5dc9a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:47.862Z|2651e45f-d29c-45d1-9444-693b38b5dc9a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:47.886Z|ecbeda38-aac0-4ced-a942-67a0f70e5895|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:47.887Z|ecbeda38-aac0-4ced-a942-67a0f70e5895|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:49.013Z|32e06e2f-877c-4953-bc13-952b931aecb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:49.014Z|32e06e2f-877c-4953-bc13-952b931aecb3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:57.884Z|eadb2a55-cc09-4afe-8d07-5795d306a0d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:57.884Z|eadb2a55-cc09-4afe-8d07-5795d306a0d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:57.908Z|436734bc-5971-439d-bcc0-7f6a5de2f6ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:57.909Z|436734bc-5971-439d-bcc0-7f6a5de2f6ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:59.038Z|70120a53-a234-495e-a5f2-3b29f3824434|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:07:59.039Z|70120a53-a234-495e-a5f2-3b29f3824434|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:07:59.842Z|4a1ceb0c-1f70-492c-b42c-b7e55fbabe87|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:07:59.843Z|4a1ceb0c-1f70-492c-b42c-b7e55fbabe87|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:01.449Z|ca6ff3b9-9d56-448e-885a-e4c3ad973e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:01.451Z|ca6ff3b9-9d56-448e-885a-e4c3ad973e76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:01.734Z|9200d1db-324e-4300-82c5-2f9a9997df97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:01.734Z|9200d1db-324e-4300-82c5-2f9a9997df97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:07.908Z|870ed44c-c937-4fa0-a72e-2d8cfd2435cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:07.909Z|870ed44c-c937-4fa0-a72e-2d8cfd2435cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:07.932Z|3866a3e8-edab-4c1b-b96b-c6571144f014|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:07.933Z|3866a3e8-edab-4c1b-b96b-c6571144f014|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:09.062Z|ca5a6afc-b244-4058-a44d-20bd8342b210|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:09.063Z|ca5a6afc-b244-4058-a44d-20bd8342b210|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:16.449Z|80c0a0f2-ea7d-43de-9cad-e6b6536b7933|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:16.449Z|80c0a0f2-ea7d-43de-9cad-e6b6536b7933|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:17.933Z|1f3994bf-59de-4544-9787-8bb0087d9ea2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:17.934Z|1f3994bf-59de-4544-9787-8bb0087d9ea2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:17.955Z|902c621c-81e7-4825-ba08-91c30343b3d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:17.956Z|902c621c-81e7-4825-ba08-91c30343b3d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:19.087Z|b1ffbe73-634d-47df-a53d-3fc8bdb933d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:19.088Z|b1ffbe73-634d-47df-a53d-3fc8bdb933d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:27.963Z|2892721d-cc50-44b4-a32f-028ca409efdc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:27.964Z|2892721d-cc50-44b4-a32f-028ca409efdc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:27.981Z|52acbed3-c3da-4d47-a3b8-2bd00ee01281|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:27.982Z|52acbed3-c3da-4d47-a3b8-2bd00ee01281|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:29.111Z|d6b5f19c-80a6-4672-a85c-5a39120016ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:29.112Z|d6b5f19c-80a6-4672-a85c-5a39120016ce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:31.449Z|7e68db1b-e905-4092-b038-d5948fe8cd0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:31.449Z|7e68db1b-e905-4092-b038-d5948fe8cd0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:31.735Z|56e006f8-036b-4192-a97d-4cb061d07fd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:31.736Z|56e006f8-036b-4192-a97d-4cb061d07fd9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:37.988Z|0ee88b6b-cb81-45cf-82b7-38a92a0cb64b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:37.989Z|0ee88b6b-cb81-45cf-82b7-38a92a0cb64b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:38.005Z|f7b3db72-5e8d-4d21-a084-488d7ed8b008|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:38.006Z|f7b3db72-5e8d-4d21-a084-488d7ed8b008|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:39.145Z|49630170-7011-4c1f-8fcc-3685da55a5f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:39.145Z|49630170-7011-4c1f-8fcc-3685da55a5f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:46.449Z|e359431d-86eb-4824-af38-24049413d40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:08:46.451Z|e359431d-86eb-4824-af38-24049413d40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:08:48.013Z|1d343425-9809-443e-b7eb-cafeee26fc1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:48.014Z|1d343425-9809-443e-b7eb-cafeee26fc1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:48.027Z|80c24b8d-4fdc-4cc9-97f5-cf016f14892b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:48.028Z|80c24b8d-4fdc-4cc9-97f5-cf016f14892b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:49.169Z|6baeefe1-613c-400a-93c9-ad7b7b476fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:49.170Z|6baeefe1-613c-400a-93c9-ad7b7b476fa8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:58.037Z|6f739294-3b50-4bb8-aa3c-4d7e163832af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:58.038Z|6f739294-3b50-4bb8-aa3c-4d7e163832af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:58.051Z|8e24051d-e7f9-4bcb-92ca-b559c0c8cd3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:58.052Z|8e24051d-e7f9-4bcb-92ca-b559c0c8cd3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:59.197Z|47bd7b0c-484a-4093-94a1-23fb25dd447f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:08:59.198Z|47bd7b0c-484a-4093-94a1-23fb25dd447f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:08:59.843Z|0a5314c7-4625-487c-8ad1-2ee97b1beaf9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:08:59.844Z|0a5314c7-4625-487c-8ad1-2ee97b1beaf9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:01.449Z|fda767c5-9fb8-40c5-af30-989cbc73c248|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:01.451Z|fda767c5-9fb8-40c5-af30-989cbc73c248|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:01.737Z|c561965f-5f44-4a08-80eb-9cdd8431cbbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:01.737Z|c561965f-5f44-4a08-80eb-9cdd8431cbbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:08.063Z|17ee47d5-af6d-4369-a903-42740bb2bc06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:08.064Z|17ee47d5-af6d-4369-a903-42740bb2bc06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:08.075Z|b61d4376-0fad-42df-ab81-c0dfbd4be1a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:08.076Z|b61d4376-0fad-42df-ab81-c0dfbd4be1a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:09.246Z|688c65d8-a1e9-436e-879e-89168df4451d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:09.248Z|688c65d8-a1e9-436e-879e-89168df4451d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:16.449Z|044936f1-9ed5-40d9-b817-cfaaae37db9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:16.450Z|044936f1-9ed5-40d9-b817-cfaaae37db9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:18.086Z|0c527327-bf00-4773-9a71-487cf11a5d30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:18.087Z|0c527327-bf00-4773-9a71-487cf11a5d30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:18.096Z|82a5aee3-5b19-4e0b-b984-31bfc33f634f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:18.097Z|82a5aee3-5b19-4e0b-b984-31bfc33f634f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:19.271Z|29b7881b-a42d-46af-a3e8-f47fe214f930|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:19.272Z|29b7881b-a42d-46af-a3e8-f47fe214f930|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:28.113Z|26bd89e5-0234-40ac-ac93-6d2c4706b65f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:28.114Z|26bd89e5-0234-40ac-ac93-6d2c4706b65f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:28.119Z|c1123347-509d-4418-be98-78afacaa5b7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:28.120Z|c1123347-509d-4418-be98-78afacaa5b7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:29.296Z|d176dddc-04db-4366-b496-52d40bf9c46a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:29.297Z|d176dddc-04db-4366-b496-52d40bf9c46a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:31.449Z|8d31a6c5-0b59-41b5-a586-51309610b843|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:31.452Z|8d31a6c5-0b59-41b5-a586-51309610b843|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:31.738Z|fb3f2140-5c01-49ff-8d62-75ed5f2399e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:31.739Z|fb3f2140-5c01-49ff-8d62-75ed5f2399e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:38.139Z|61671fed-20be-48e2-820d-4f628a0a6827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:38.139Z|0c011184-c768-41be-96a5-8189da139738|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:38.139Z|61671fed-20be-48e2-820d-4f628a0a6827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:38.139Z|0c011184-c768-41be-96a5-8189da139738|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:39.318Z|3a2fea15-7a36-44e4-a7dc-9327253750e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:39.319Z|3a2fea15-7a36-44e4-a7dc-9327253750e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:46.449Z|8c6d5564-b72a-42cf-aad4-32a0e500ac72|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:09:46.450Z|8c6d5564-b72a-42cf-aad4-32a0e500ac72|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:09:48.162Z|7ecabe6a-f778-4e09-abe7-a7eec6e1fe5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:48.163Z|7ecabe6a-f778-4e09-abe7-a7eec6e1fe5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:48.167Z|a3bd787d-4846-4e78-9d70-9dbb4784f0c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:48.168Z|a3bd787d-4846-4e78-9d70-9dbb4784f0c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:49.344Z|fcbb9c49-320e-417d-bea2-b87be87420ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:49.345Z|fcbb9c49-320e-417d-bea2-b87be87420ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:58.186Z|0e222f13-c54a-40ed-b778-07304f1c5ac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:58.187Z|6fc9c1d6-04ba-49f2-b544-162e10419d72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:58.187Z|0e222f13-c54a-40ed-b778-07304f1c5ac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:58.188Z|6fc9c1d6-04ba-49f2-b544-162e10419d72|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:59.367Z|bc0de7af-fe5b-4fa1-8388-c8160938df9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:09:59.368Z|bc0de7af-fe5b-4fa1-8388-c8160938df9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:09:59.843Z|99927e04-69cf-4212-a2ba-b8043622c481|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:09:59.844Z|99927e04-69cf-4212-a2ba-b8043622c481|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:01.449Z|8d02cba5-5169-4994-a70e-58b7d8f59601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:01.450Z|8d02cba5-5169-4994-a70e-58b7d8f59601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:01.739Z|9cd1dbda-7b02-4d6f-9eb1-18260016fa11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:01.740Z|9cd1dbda-7b02-4d6f-9eb1-18260016fa11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:08.214Z|0259cf03-3502-40f1-9c67-35f8c48a50ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:08.214Z|b3becfd6-7367-450e-8b27-90c3ee447c75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:08.215Z|0259cf03-3502-40f1-9c67-35f8c48a50ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:08.215Z|b3becfd6-7367-450e-8b27-90c3ee447c75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:09.392Z|cf48e84e-bb17-4cf1-8c26-26d2075d5cba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:09.393Z|cf48e84e-bb17-4cf1-8c26-26d2075d5cba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:16.449Z|3c7b513d-3ae7-44b4-9266-eb7ee40b5266|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:16.452Z|3c7b513d-3ae7-44b4-9266-eb7ee40b5266|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:18.244Z|04335ce4-273a-49d3-bf23-247d51732ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:18.245Z|04335ce4-273a-49d3-bf23-247d51732ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:18.244Z|696e69ac-a89f-4da0-a55d-eaecae465315|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:18.250Z|696e69ac-a89f-4da0-a55d-eaecae465315|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:19.419Z|52df6af8-0572-490f-a324-d87aa0895ae4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:19.420Z|52df6af8-0572-490f-a324-d87aa0895ae4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:28.273Z|c9178f33-3c69-464b-be16-129be4876cb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:28.274Z|c9178f33-3c69-464b-be16-129be4876cb3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:28.275Z|f7318422-9263-489e-92f6-ae09383a7511|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:28.275Z|f7318422-9263-489e-92f6-ae09383a7511|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:29.442Z|a5c3c6b8-44b8-45e1-b1f8-8a4bba464e10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:29.443Z|a5c3c6b8-44b8-45e1-b1f8-8a4bba464e10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:31.449Z|7b13cde9-6552-4eb7-9ab8-263b4d61275f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:31.450Z|7b13cde9-6552-4eb7-9ab8-263b4d61275f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:31.742Z|c18a8679-ed08-430c-93a1-045bc5e3ab15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:31.743Z|c18a8679-ed08-430c-93a1-045bc5e3ab15|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:38.302Z|d132e73b-b06b-4a36-ab69-7a3028b81b62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:38.302Z|a0ac5d2d-a030-429c-816b-29751e350fce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:38.303Z|d132e73b-b06b-4a36-ab69-7a3028b81b62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:38.303Z|a0ac5d2d-a030-429c-816b-29751e350fce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:39.466Z|09dbbc81-e225-4d10-b086-0c41d8ccd9d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:39.467Z|09dbbc81-e225-4d10-b086-0c41d8ccd9d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:46.450Z|13b7c38f-a4d3-4070-b440-4a5086f71da2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:10:46.451Z|13b7c38f-a4d3-4070-b440-4a5086f71da2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:10:48.329Z|bb1564bd-2b4a-4822-8ba8-98db1992f652|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:48.331Z|bb1564bd-2b4a-4822-8ba8-98db1992f652|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:48.333Z|faf217b8-311b-4b45-a76c-6d1c015f9cfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:48.333Z|faf217b8-311b-4b45-a76c-6d1c015f9cfa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:49.488Z|a2b49112-2a47-4da0-8208-1202aeb26c7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:49.489Z|a2b49112-2a47-4da0-8208-1202aeb26c7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:58.360Z|72c11f66-c597-4dc3-a92c-d083c14c10e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:58.360Z|db95a1d8-6fee-4f84-b0b5-05d95141e2df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:58.362Z|db95a1d8-6fee-4f84-b0b5-05d95141e2df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:58.362Z|72c11f66-c597-4dc3-a92c-d083c14c10e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:59.523Z|0eb00479-7274-4aa4-9f72-276685c0dad8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:10:59.524Z|0eb00479-7274-4aa4-9f72-276685c0dad8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:10:59.844Z|80e6c8a0-b8df-461c-9476-a07deabf436e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:10:59.845Z|80e6c8a0-b8df-461c-9476-a07deabf436e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:01.449Z|57512331-eef0-4d3b-9925-579face2199e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:01.453Z|57512331-eef0-4d3b-9925-579face2199e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:01.744Z|f58a98cb-4775-45b1-81e5-4283b879f431|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:01.744Z|f58a98cb-4775-45b1-81e5-4283b879f431|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:08.388Z|e1db12cb-548b-4d5d-9c6d-693b52b2abc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:08.389Z|e1db12cb-548b-4d5d-9c6d-693b52b2abc2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:08.390Z|f3856472-4f60-456e-a4c4-8f24f98508d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:08.391Z|f3856472-4f60-456e-a4c4-8f24f98508d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:09.546Z|9fa7a84e-4ca6-4153-ba1f-036fcfa1ee79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:09.547Z|9fa7a84e-4ca6-4153-ba1f-036fcfa1ee79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:16.449Z|aef1d95e-3191-4a53-89e6-f49cdd6d2584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:16.449Z|aef1d95e-3191-4a53-89e6-f49cdd6d2584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:18.415Z|e7b0f90c-1d47-43fa-afaa-4c04d3a3570c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:18.414Z|e726b7f6-49dc-4da7-83e3-ecfac76e03d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:18.416Z|e726b7f6-49dc-4da7-83e3-ecfac76e03d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:18.416Z|e7b0f90c-1d47-43fa-afaa-4c04d3a3570c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:19.569Z|dc0083cc-5a19-4c9e-aecb-4211eb6bf04a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:19.570Z|dc0083cc-5a19-4c9e-aecb-4211eb6bf04a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:28.441Z|79f8ec03-fd0c-49ba-b3d2-263a6cff2cf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:28.441Z|8bf6f242-db3f-4272-a214-fbe13f8a54d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:28.441Z|79f8ec03-fd0c-49ba-b3d2-263a6cff2cf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:28.441Z|8bf6f242-db3f-4272-a214-fbe13f8a54d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:29.593Z|cfd7daca-e1a8-4c8f-981d-46b8098a41c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:29.593Z|cfd7daca-e1a8-4c8f-981d-46b8098a41c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:31.449Z|58da3b5c-e932-4614-98c3-3b29de1a964a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:31.450Z|58da3b5c-e932-4614-98c3-3b29de1a964a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:31.745Z|61e11290-6769-457b-b782-151681e7a722|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:31.746Z|61e11290-6769-457b-b782-151681e7a722|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:38.465Z|554dfa5e-15ab-405c-8b2a-3ac058210a68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:38.465Z|c8a59dfe-e40d-4a6e-b4c3-5620d2919be8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:38.466Z|c8a59dfe-e40d-4a6e-b4c3-5620d2919be8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:38.466Z|554dfa5e-15ab-405c-8b2a-3ac058210a68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:39.616Z|239e26e0-bae2-450c-985e-aec53897408f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:39.617Z|239e26e0-bae2-450c-985e-aec53897408f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:46.449Z|23137069-e4e4-4c64-89d9-fba172565777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:11:46.452Z|23137069-e4e4-4c64-89d9-fba172565777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:11:48.488Z|c75d5f8f-de68-4b9a-bc80-7df3cf8b1b99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:48.489Z|c75d5f8f-de68-4b9a-bc80-7df3cf8b1b99|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:48.489Z|e9d4ab63-b450-4b6a-bd78-67fe61a9a996|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:48.489Z|e9d4ab63-b450-4b6a-bd78-67fe61a9a996|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:49.645Z|af7dbfba-15e3-41c3-9b05-c4e67b3a5049|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:49.646Z|af7dbfba-15e3-41c3-9b05-c4e67b3a5049|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:58.514Z|efc12633-9bb6-4c60-9b1a-5e8a709be1bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:58.515Z|efc12633-9bb6-4c60-9b1a-5e8a709be1bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:58.516Z|2a80f52c-9e45-436c-9387-89d34b223c34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:58.517Z|2a80f52c-9e45-436c-9387-89d34b223c34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:59.672Z|1fbbf0a1-8701-45cc-a6c3-254a1216b38c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:11:59.673Z|1fbbf0a1-8701-45cc-a6c3-254a1216b38c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:11:59.843Z|b3158254-e04d-42e9-b368-8d8fe14b05cf|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:11:59.844Z|b3158254-e04d-42e9-b368-8d8fe14b05cf|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:01.449Z|1e94f7c7-c283-4608-bc24-a5e6b73e830c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:01.450Z|1e94f7c7-c283-4608-bc24-a5e6b73e830c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:01.747Z|c50c906f-e622-4fe2-bd87-bcd2822373fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:01.748Z|c50c906f-e622-4fe2-bd87-bcd2822373fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:08.538Z|e6ab1766-a087-477e-a5e4-eff6bbfdbe44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:08.539Z|e6ab1766-a087-477e-a5e4-eff6bbfdbe44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:08.539Z|121d4eeb-2ab5-46d3-a575-84bdd2439659|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:08.540Z|121d4eeb-2ab5-46d3-a575-84bdd2439659|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:09.694Z|7bdfc56d-2c83-40b6-9067-d8478e0d048c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:09.695Z|7bdfc56d-2c83-40b6-9067-d8478e0d048c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:16.449Z|7b90e100-9fa5-490a-8b99-bdffbcd12310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:16.450Z|7b90e100-9fa5-490a-8b99-bdffbcd12310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:18.561Z|0cce6fce-fb70-4453-a210-3daf992a9eaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:18.561Z|08aec31e-1b0e-4f11-8dc2-65c4ca135149|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:18.562Z|08aec31e-1b0e-4f11-8dc2-65c4ca135149|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:18.562Z|0cce6fce-fb70-4453-a210-3daf992a9eaf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:19.718Z|dd1e99bd-6041-426f-a705-7e2537f3d896|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:19.719Z|dd1e99bd-6041-426f-a705-7e2537f3d896|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:28.586Z|3b19af1f-86e4-4b68-aa1a-7f2b29492a91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:28.587Z|3b19af1f-86e4-4b68-aa1a-7f2b29492a91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:28.587Z|c1baaa2d-487e-4a7d-a9f8-9479bf5ea7aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:28.588Z|c1baaa2d-487e-4a7d-a9f8-9479bf5ea7aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:29.742Z|e58253ba-b3fa-49f4-a705-01fcad5ede71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:29.743Z|e58253ba-b3fa-49f4-a705-01fcad5ede71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:31.449Z|de4d5744-4445-4228-a470-6fdee7f36490|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:31.452Z|de4d5744-4445-4228-a470-6fdee7f36490|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:31.749Z|f10556d8-9204-4ad2-972e-64a3cc6ee9db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:31.750Z|f10556d8-9204-4ad2-972e-64a3cc6ee9db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:38.615Z|9644d2b1-e7bf-4ea0-a2ad-8d06ebca2fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:38.615Z|7fda4a7f-6814-4e1f-a062-873e42071707|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:38.616Z|7fda4a7f-6814-4e1f-a062-873e42071707|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:38.617Z|9644d2b1-e7bf-4ea0-a2ad-8d06ebca2fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:39.767Z|2e1180d0-add9-42fe-90d9-42c39f2f2308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:39.768Z|2e1180d0-add9-42fe-90d9-42c39f2f2308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:46.449Z|04adb0e4-4ef9-421f-9695-63ed8fd11347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:12:46.449Z|04adb0e4-4ef9-421f-9695-63ed8fd11347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:12:48.639Z|c63977e4-2f79-4468-b154-b795167c9a53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:48.639Z|c63977e4-2f79-4468-b154-b795167c9a53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:48.639Z|9ddacfed-007d-47fd-b01c-9f25d1df8cc9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:48.640Z|9ddacfed-007d-47fd-b01c-9f25d1df8cc9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:49.790Z|24b46834-0969-47bd-8187-9f894f38f05a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:49.791Z|24b46834-0969-47bd-8187-9f894f38f05a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:58.664Z|a825feef-0717-4e6f-b471-88c1049d06e6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:58.665Z|a825feef-0717-4e6f-b471-88c1049d06e6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:58.666Z|a6f60743-c21a-4986-8be6-c4e61b121a8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:58.667Z|a6f60743-c21a-4986-8be6-c4e61b121a8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:59.815Z|7fcc3dd9-4b20-44d8-9903-1d60e7c71d09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:12:59.816Z|7fcc3dd9-4b20-44d8-9903-1d60e7c71d09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:12:59.842Z|807c64c9-8573-46d0-9706-47551f27c1ef|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:12:59.843Z|807c64c9-8573-46d0-9706-47551f27c1ef|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:01.449Z|dd1d3029-5d88-4eb3-a567-174bb18828e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:01.450Z|dd1d3029-5d88-4eb3-a567-174bb18828e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:01.751Z|f5b504fc-a38b-41ff-ba73-f0e7e8004982|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:01.751Z|f5b504fc-a38b-41ff-ba73-f0e7e8004982|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:08.690Z|1abed992-1b03-4089-88ca-f2bd9f1f58a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:08.690Z|a91e8745-c911-4368-9e3b-7d51737a35b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:08.691Z|1abed992-1b03-4089-88ca-f2bd9f1f58a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:08.691Z|a91e8745-c911-4368-9e3b-7d51737a35b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:09.838Z|591746d6-df01-4a3c-b021-e3f92acf6eb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:09.839Z|591746d6-df01-4a3c-b021-e3f92acf6eb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:16.449Z|7a9f60d0-5de4-454e-9273-0dfac2fefad9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:16.452Z|7a9f60d0-5de4-454e-9273-0dfac2fefad9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:18.713Z|12112c1e-3545-4aeb-856e-acb2b5a5d8f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:18.713Z|12112c1e-3545-4aeb-856e-acb2b5a5d8f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:18.714Z|d39b4b87-a897-4015-a8a0-4c958ff422a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:18.714Z|d39b4b87-a897-4015-a8a0-4c958ff422a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:19.861Z|2d044a1e-b87b-4886-ae11-9919d311178e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:19.862Z|2d044a1e-b87b-4886-ae11-9919d311178e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:28.734Z|111fdd86-88a7-45f0-a080-90d25b0c5685|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:28.734Z|e29b2c37-8ad8-4a21-b39a-f87a6bf447ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:28.735Z|111fdd86-88a7-45f0-a080-90d25b0c5685|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:28.735Z|e29b2c37-8ad8-4a21-b39a-f87a6bf447ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:29.885Z|0cf78a86-1a6f-4994-b05c-be6aa392a5cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:29.886Z|0cf78a86-1a6f-4994-b05c-be6aa392a5cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:31.449Z|d5e9e308-c38e-4357-881e-e958495c0615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:31.450Z|d5e9e308-c38e-4357-881e-e958495c0615|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:31.752Z|36338aeb-f402-440a-8d13-1c90369bedbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:31.753Z|36338aeb-f402-440a-8d13-1c90369bedbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:38.757Z|9d2a4a9e-daad-4ead-9084-7dbceae28ce0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:38.757Z|aacd0dc7-4ee6-4347-9666-b70c1a30cf65|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:38.758Z|aacd0dc7-4ee6-4347-9666-b70c1a30cf65|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:38.758Z|9d2a4a9e-daad-4ead-9084-7dbceae28ce0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:39.919Z|dc1db39e-6273-4b43-bb95-77f154db36fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:39.920Z|dc1db39e-6273-4b43-bb95-77f154db36fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:46.449Z|cc2f2a12-ec68-4dd9-9f3c-89d1daa70948|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:13:46.450Z|cc2f2a12-ec68-4dd9-9f3c-89d1daa70948|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:13:48.785Z|84c9919f-e226-42f9-874f-ddf1c5705a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:48.785Z|81feca1f-375c-4091-97bf-8ebac3c4498f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:48.786Z|84c9919f-e226-42f9-874f-ddf1c5705a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:48.787Z|81feca1f-375c-4091-97bf-8ebac3c4498f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:49.950Z|7cbbb71e-a369-4914-8747-dd5137f9c4ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:49.951Z|7cbbb71e-a369-4914-8747-dd5137f9c4ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:58.809Z|04047eba-a730-4d9f-9b5d-42f522598a8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:58.810Z|04047eba-a730-4d9f-9b5d-42f522598a8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:58.810Z|f0744c50-3864-4ea2-994b-4fa5b7d5f66b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:58.811Z|f0744c50-3864-4ea2-994b-4fa5b7d5f66b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:59.841Z|96cdde2f-3a6c-4ce5-8101-3b9c2e9b62cd|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:13:59.842Z|96cdde2f-3a6c-4ce5-8101-3b9c2e9b62cd|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:13:59.975Z|8eb54e4d-e311-4e36-a6b8-e3465d20ec4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:13:59.976Z|8eb54e4d-e311-4e36-a6b8-e3465d20ec4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:01.449Z|0d7df78c-0343-4d66-8f7d-748140bf5d6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:01.453Z|0d7df78c-0343-4d66-8f7d-748140bf5d6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:01.754Z|632ffc98-3bc4-4c3b-b8ac-10a1319deaff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:01.755Z|632ffc98-3bc4-4c3b-b8ac-10a1319deaff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:08.834Z|967ebf4f-6cfd-4de7-a44e-f4d67cbc76fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:08.834Z|06234050-41d4-4176-bce1-4049a64ab056|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:08.835Z|967ebf4f-6cfd-4de7-a44e-f4d67cbc76fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:08.835Z|06234050-41d4-4176-bce1-4049a64ab056|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:09.998Z|212e1061-c451-418e-aa05-27612c94e7dd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:09.999Z|212e1061-c451-418e-aa05-27612c94e7dd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:16.449Z|e1fef789-9dd3-4653-ac1a-be04f272d3ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:16.450Z|e1fef789-9dd3-4653-ac1a-be04f272d3ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:18.860Z|2bfd4d0c-7474-4589-95fa-e4540f46d348|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:18.861Z|2bfd4d0c-7474-4589-95fa-e4540f46d348|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:18.863Z|8402edb8-c8b2-49d8-970d-c04d58df45ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:18.863Z|8402edb8-c8b2-49d8-970d-c04d58df45ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:20.021Z|b8350f6b-cdd3-4a74-b000-8d1130637a7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:20.022Z|b8350f6b-cdd3-4a74-b000-8d1130637a7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:28.884Z|52dee8f2-3247-40f9-9ec6-1b72890d9d61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:28.885Z|52dee8f2-3247-40f9-9ec6-1b72890d9d61|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:28.886Z|c4f5708a-aad7-4d90-a9c1-93dec82c2e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:28.886Z|c4f5708a-aad7-4d90-a9c1-93dec82c2e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:30.044Z|22c0106d-ec63-427d-a198-2deec7f1d440|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:30.045Z|22c0106d-ec63-427d-a198-2deec7f1d440|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:31.449Z|c08c4f80-e44b-4f67-b5e5-324993373285|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:31.449Z|c08c4f80-e44b-4f67-b5e5-324993373285|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:31.756Z|274408b9-5233-4fb5-ac76-fb11db26065e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:31.757Z|274408b9-5233-4fb5-ac76-fb11db26065e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:38.908Z|2d12b007-e7d9-4abf-b280-1dcceb5e7311|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:38.908Z|a5ea27bc-5862-465a-9524-20365f053f30|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:38.909Z|2d12b007-e7d9-4abf-b280-1dcceb5e7311|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:38.909Z|a5ea27bc-5862-465a-9524-20365f053f30|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:40.068Z|bd090487-0dee-4709-9828-be65d65c2dfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:40.069Z|bd090487-0dee-4709-9828-be65d65c2dfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:46.449Z|db27b82d-59b3-4fd1-8c7e-e290f6901d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:14:46.452Z|db27b82d-59b3-4fd1-8c7e-e290f6901d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:14:48.934Z|53e76049-df25-4902-95da-97382f5c6e3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:48.934Z|d8fb053d-f52b-4aca-b73d-f553598b0eae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:48.934Z|d8fb053d-f52b-4aca-b73d-f553598b0eae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:48.934Z|53e76049-df25-4902-95da-97382f5c6e3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:50.091Z|8f2d6cb9-f023-47cb-a1d3-bb3e74a64551|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:50.092Z|8f2d6cb9-f023-47cb-a1d3-bb3e74a64551|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:58.957Z|fa6c9c0b-a97b-417e-a938-7dcbdf37f732|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:58.957Z|396c11ef-99bc-469f-8c94-f2ea504b1710|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:14:58.957Z|fa6c9c0b-a97b-417e-a938-7dcbdf37f732|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:58.957Z|396c11ef-99bc-469f-8c94-f2ea504b1710|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:14:59.843Z|ade15634-e2e5-4f3c-b45d-952743d568b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:14:59.844Z|ade15634-e2e5-4f3c-b45d-952743d568b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:00.113Z|e32bb5f4-5ea2-4884-9dbd-8e9e7b433596|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:00.114Z|e32bb5f4-5ea2-4884-9dbd-8e9e7b433596|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:01.449Z|a415d60e-69c8-4515-91b9-82c5f962fec8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:01.449Z|a415d60e-69c8-4515-91b9-82c5f962fec8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:01.758Z|b45554ca-b10e-4a8f-8a94-7cf2f62f06cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:01.759Z|b45554ca-b10e-4a8f-8a94-7cf2f62f06cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:08.980Z|3cd9cc73-ea36-46ad-bb96-db7ec6a917de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:08.980Z|6077c4d2-d9ab-4a71-b4c9-f6228285d7b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:08.980Z|6077c4d2-d9ab-4a71-b4c9-f6228285d7b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:08.980Z|3cd9cc73-ea36-46ad-bb96-db7ec6a917de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:10.145Z|12b90260-b73a-490e-a732-eb595990181e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:10.146Z|12b90260-b73a-490e-a732-eb595990181e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:16.449Z|691c4af7-05af-441c-b05e-0a6da1c9742b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:16.450Z|691c4af7-05af-441c-b05e-0a6da1c9742b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:19.004Z|5a74220e-cb22-49a0-b4ad-0480a0aeec29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:19.005Z|84ae33a8-3a26-45c9-8e56-5210de01d9ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:19.005Z|5a74220e-cb22-49a0-b4ad-0480a0aeec29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:19.006Z|84ae33a8-3a26-45c9-8e56-5210de01d9ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:20.179Z|39777702-98c3-447e-a82d-e5e9a8659123|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:20.180Z|39777702-98c3-447e-a82d-e5e9a8659123|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:29.039Z|b5e9cae1-92fb-4096-9952-1fec3fc02034|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:29.040Z|0782d3b3-51a6-40c9-a1bf-48232a406687|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:29.040Z|0782d3b3-51a6-40c9-a1bf-48232a406687|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:29.040Z|b5e9cae1-92fb-4096-9952-1fec3fc02034|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:30.203Z|bd89c7c4-b30f-4fac-8640-7c75157a226a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:30.203Z|bd89c7c4-b30f-4fac-8640-7c75157a226a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:31.449Z|d0b3e583-0885-46cd-92f9-37f0e5544d0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:31.453Z|d0b3e583-0885-46cd-92f9-37f0e5544d0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:31.760Z|190d53c1-4d04-4dc2-aa56-57d72a01509a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:31.761Z|190d53c1-4d04-4dc2-aa56-57d72a01509a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:39.067Z|a3c6d2d1-6847-4490-bed7-d795b691ece4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:39.068Z|a3c6d2d1-6847-4490-bed7-d795b691ece4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:39.069Z|75ee66ef-1b40-4166-91d0-c32a84184a36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:39.069Z|75ee66ef-1b40-4166-91d0-c32a84184a36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:40.230Z|da602d81-9418-4615-911d-ad4101c06654|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:40.231Z|da602d81-9418-4615-911d-ad4101c06654|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:46.449Z|28161a3b-20dd-4e16-92ba-2e63a78992dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:15:46.449Z|28161a3b-20dd-4e16-92ba-2e63a78992dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:15:49.093Z|76c31308-3b78-412f-87b8-6c7e19e0a041|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:49.093Z|dbdb47d3-3e2f-49f3-921b-30edbe344809|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:49.094Z|76c31308-3b78-412f-87b8-6c7e19e0a041|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:49.094Z|dbdb47d3-3e2f-49f3-921b-30edbe344809|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:50.254Z|c0c572f3-870f-44d6-8a41-cde739bb333e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:50.255Z|c0c572f3-870f-44d6-8a41-cde739bb333e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:59.119Z|a48db5ef-b2a9-4dea-9123-5b18f9096beb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:59.119Z|1186f2ce-a157-494e-887d-f28e00dac207|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:15:59.120Z|a48db5ef-b2a9-4dea-9123-5b18f9096beb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:59.120Z|1186f2ce-a157-494e-887d-f28e00dac207|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:15:59.846Z|76eb3e62-2afe-411c-917b-bc9ecb0e675c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:15:59.847Z|76eb3e62-2afe-411c-917b-bc9ecb0e675c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:00.284Z|68894bff-eed2-48c7-8915-337930f9d18d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:00.285Z|68894bff-eed2-48c7-8915-337930f9d18d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:01.449Z|12ecc224-f804-43f2-90ee-cc3339426510|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:01.450Z|12ecc224-f804-43f2-90ee-cc3339426510|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:01.761Z|e68fd36b-001a-46d4-bcfb-f13f01348c6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:01.762Z|e68fd36b-001a-46d4-bcfb-f13f01348c6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:09.143Z|f87ee35e-fb47-4887-9879-254aef2a559f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:09.144Z|f87ee35e-fb47-4887-9879-254aef2a559f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:09.145Z|8013d12a-d070-4de7-afa7-ce58d1858aa0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:09.146Z|8013d12a-d070-4de7-afa7-ce58d1858aa0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:10.306Z|85326d72-a7ad-4361-b8f0-d383cea28b3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:10.307Z|85326d72-a7ad-4361-b8f0-d383cea28b3a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:16.449Z|6bb71ace-80d2-4308-abeb-77eaf57608d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:16.453Z|6bb71ace-80d2-4308-abeb-77eaf57608d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:19.170Z|1e13b833-c020-4aae-aac3-b7ae80a2fd45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:19.171Z|1e13b833-c020-4aae-aac3-b7ae80a2fd45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:19.179Z|f277f7df-5c51-40e7-a7b6-14ef8630332a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:19.180Z|f277f7df-5c51-40e7-a7b6-14ef8630332a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:20.330Z|ab56d2ce-b690-4aca-87b2-b77cb7920422|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:20.330Z|ab56d2ce-b690-4aca-87b2-b77cb7920422|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:29.213Z|f569689b-6162-43ed-9e5a-f9b2af83a0fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:29.214Z|f569689b-6162-43ed-9e5a-f9b2af83a0fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:29.216Z|58f3052a-0219-44ab-bc65-e6d9c57f035a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:29.216Z|58f3052a-0219-44ab-bc65-e6d9c57f035a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:30.354Z|f3ca8002-c4a9-4149-88ec-5aebdc57ebff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:30.354Z|f3ca8002-c4a9-4149-88ec-5aebdc57ebff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:31.449Z|a1280465-5b0d-4d5e-b51b-fa88c69db8d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:31.449Z|a1280465-5b0d-4d5e-b51b-fa88c69db8d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:31.763Z|81c59615-a8e8-40e7-af8d-1232038ca02b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:31.764Z|81c59615-a8e8-40e7-af8d-1232038ca02b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:39.280Z|c41d458c-4fd7-46ff-882a-fceae2ae78da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:39.281Z|c41d458c-4fd7-46ff-882a-fceae2ae78da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:39.283Z|c6dff590-4b77-426d-bdd0-8f23fadb6314|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:39.283Z|c6dff590-4b77-426d-bdd0-8f23fadb6314|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:40.386Z|f7679dba-29f6-44e8-8e96-3ef0f21e3e01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:40.387Z|f7679dba-29f6-44e8-8e96-3ef0f21e3e01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:46.449Z|75558bb1-9751-42b5-9068-24f40cd7504a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:16:46.449Z|75558bb1-9751-42b5-9068-24f40cd7504a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:16:49.308Z|05b374f9-f169-43db-a3b6-b385bed0d012|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:49.309Z|05b374f9-f169-43db-a3b6-b385bed0d012|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:49.310Z|1cf107dd-a706-43c1-b50c-7f95bb3d39be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:49.310Z|1cf107dd-a706-43c1-b50c-7f95bb3d39be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:50.413Z|f21d90f3-cfae-4f43-866c-5593a2456346|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:50.414Z|f21d90f3-cfae-4f43-866c-5593a2456346|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:59.330Z|57d4747b-0b72-444d-9051-7c24ebb81dc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:59.331Z|57d4747b-0b72-444d-9051-7c24ebb81dc9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:59.332Z|d8b8d382-c039-44bd-8662-d1d34722cf4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:16:59.333Z|d8b8d382-c039-44bd-8662-d1d34722cf4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:16:59.844Z|b3db0c47-9f7a-4814-95ed-6b9272e5688f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:16:59.845Z|b3db0c47-9f7a-4814-95ed-6b9272e5688f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:00.444Z|6228b8f8-9e0c-4760-b14f-8a8b7c817ac8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:00.445Z|6228b8f8-9e0c-4760-b14f-8a8b7c817ac8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:01.449Z|2014db9e-9479-43fa-88bf-fc8e6af20e42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:01.452Z|2014db9e-9479-43fa-88bf-fc8e6af20e42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:01.764Z|125104bc-f737-411a-b51e-217efc2fae19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:01.765Z|125104bc-f737-411a-b51e-217efc2fae19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:09.354Z|0d8bce10-84be-437c-86f3-c9da4774ae05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:09.354Z|f989b11f-e028-47db-86fb-a35d74521b6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:09.355Z|0d8bce10-84be-437c-86f3-c9da4774ae05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:09.355Z|f989b11f-e028-47db-86fb-a35d74521b6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:10.471Z|75a2ed70-dd2f-4c3a-bede-290815550ce0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:10.472Z|75a2ed70-dd2f-4c3a-bede-290815550ce0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:12.118Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:17:12.130Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 9773a2c6-a798-456f-b6f2-7d34db23b8e8 already exists in requestDb InfraActiveRequests table 2023-01-22T06:17:12.199Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8 2023-01-22T06:17:12.201Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|INFO|500||Invoke 2023-01-22T06:17:12.201Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||===========================request begin================================================ 2023-01-22T06:17:12.201Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8 2023-01-22T06:17:12.201Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Method : GET 2023-01-22T06:17:12.202Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a52c3f4c86d257e2", X-B3-SpanId:"0d1bbb9f8a38fcde", X-B3-ParentSpanId:"a52c3f4c86d257e2", X-B3-Sampled:"0", X-ONAP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-TransactionID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ECOMP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c3475a8c-3e24-4f63-be81-30ed1bbecf2c"] 2023-01-22T06:17:12.203Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Request body: 2023-01-22T06:17:12.203Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||==========================request end================================================ 2023-01-22T06:17:13.007Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||============================response begin========================================== 2023-01-22T06:17:13.008Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:17:13.008Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Status text : 2023-01-22T06:17:13.009Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=3101AB5E00385AE7E34BC7068DBD7F6D; Path=/; HttpOnly", Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:17:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:17:13.010Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||Response body: 2023-01-22T06:17:13.010Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|DEBUG|500||=======================response end================================================= 2023-01-22T06:17:13.011Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9773a2c6-a798-456f-b6f2-7d34db23b8e8|INFO|404|Not Found|InvokeReturn 2023-01-22T06:17:13.095Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 9773a2c6-a798-456f-b6f2-7d34db23b8e8 2023-01-22T06:17:13.117Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health 2023-01-22T06:17:13.121Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health 2023-01-22T06:17:13.121Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke 2023-01-22T06:17:13.122Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================ 2023-01-22T06:17:13.122Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI : http://so-bpmn-infra:8081/manage/health 2023-01-22T06:17:13.122Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method : GET 2023-01-22T06:17:13.123Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"a52c3f4c86d257e2", X-B3-SpanId:"04ca871d3ac93426", X-B3-ParentSpanId:"a52c3f4c86d257e2", X-B3-Sampled:"0", X-ONAP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-TransactionID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ECOMP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eb7ecc23-6314-450c-8de3-9caa06f851a0"] 2023-01-22T06:17:13.124Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters 2023-01-22T06:17:13.124Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================ 2023-01-22T06:17:13.233Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin========================================== 2023-01-22T06:17:13.233Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2023-01-22T06:17:13.234Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text : 2023-01-22T06:17:13.234Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:17:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:17:13.235Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 2023-01-22T06:17:13.235Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end================================================= 2023-01-22T06:17:13.236Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn 2023-01-22T06:17:13.237Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) 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.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$8142dbfd.globalHealthcheck( ) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:17:13.238Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health 2023-01-22T06:17:13.240Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health 2023-01-22T06:17:13.240Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke 2023-01-22T06:17:13.241Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================ 2023-01-22T06:17:13.241Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI : http://so-catalog-db-adapter:8082/manage/health 2023-01-22T06:17:13.241Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method : GET 2023-01-22T06:17:13.242Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"a52c3f4c86d257e2", X-B3-SpanId:"b143ff18143de4b2", X-B3-ParentSpanId:"a52c3f4c86d257e2", X-B3-Sampled:"0", X-ONAP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-TransactionID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ECOMP-RequestID:"9773a2c6-a798-456f-b6f2-7d34db23b8e8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b923c4e9-14e5-4dd5-a19f-f1d7f8ccff78"] 2023-01-22T06:17:13.242Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters 2023-01-22T06:17:13.242Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================ 2023-01-22T06:17:13.334Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin========================================== 2023-01-22T06:17:13.335Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code : 401 UNAUTHORIZED 2023-01-22T06:17:13.335Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text : 2023-01-22T06:17:13.336Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers : [WWW-Authenticate:"Basic realm="Realm"", "Basic realm="Realm"", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:17:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:17:13.336Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 2023-01-22T06:17:13.337Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end================================================= 2023-01-22T06:17:13.337Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn 2023-01-22T06:17:13.338Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129) at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) 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.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$8142dbfd.globalHealthcheck( ) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T06:17:13.340Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@7ed1e41b 2023-01-22T06:17:13.346Z|9773a2c6-a798-456f-b6f2-7d34db23b8e8|http-nio-8080-exec-2|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:17:16.449Z|4972af56-b6ee-4f2c-be85-3c4ea605d0c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:16.450Z|4972af56-b6ee-4f2c-be85-3c4ea605d0c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:19.384Z|d6701882-980c-4785-aa9b-d1ea4f13e21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:19.385Z|d6701882-980c-4785-aa9b-d1ea4f13e21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:19.386Z|5f971e5a-7914-426e-9f30-0993b41621f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:19.387Z|5f971e5a-7914-426e-9f30-0993b41621f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:20.503Z|f32a79ff-f663-42b0-993f-6161eaaf0ca0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:20.504Z|f32a79ff-f663-42b0-993f-6161eaaf0ca0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:28.872Z|e0bfd876-7eb3-42cb-8ba5-c2075f49ae3f|http-nio-8080-exec-5|manage/health|python-requests/2.28.2|||INFO|500||Entering 2023-01-22T06:17:28.873Z|e0bfd876-7eb3-42cb-8ba5-c2075f49ae3f|http-nio-8080-exec-5|manage/health|python-requests/2.28.2|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:29.415Z|7010052c-c3e4-4df1-8fd3-63e551a09f63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:29.416Z|7010052c-c3e4-4df1-8fd3-63e551a09f63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:29.423Z|dfb4d82f-e644-4f3e-9373-c9cb98c3ad3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:29.424Z|dfb4d82f-e644-4f3e-9373-c9cb98c3ad3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:30.528Z|b28f3309-2c7e-4d7c-b26d-0dac29f9741c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:30.529Z|b28f3309-2c7e-4d7c-b26d-0dac29f9741c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:31.449Z|3fe86722-ddfa-4897-91be-e33eb8766f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:31.449Z|3fe86722-ddfa-4897-91be-e33eb8766f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:31.766Z|a686c493-f8ef-482e-9fa6-55a8856ef2e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:31.766Z|a686c493-f8ef-482e-9fa6-55a8856ef2e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:36.294Z|0df2d5b5-cd0a-4f57-8a34-4634f04348bc|http-nio-8080-exec-10|manage/health|python-requests/2.28.2|||INFO|500||Entering 2023-01-22T06:17:36.295Z|0df2d5b5-cd0a-4f57-8a34-4634f04348bc|http-nio-8080-exec-10|manage/health|python-requests/2.28.2|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:39.447Z|8a9393b1-9649-45eb-b69c-fc1ef2c3fb58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:39.448Z|8a9393b1-9649-45eb-b69c-fc1ef2c3fb58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:39.471Z|f27a45a7-ccc2-42c8-9ee7-d966a20fd95a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:39.472Z|f27a45a7-ccc2-42c8-9ee7-d966a20fd95a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:40.564Z|d5ffee04-4073-46a2-87ff-8b79722ed7fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:40.565Z|d5ffee04-4073-46a2-87ff-8b79722ed7fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:46.449Z|427ae8b7-2e61-4468-bed8-75afe49f6c38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:17:46.451Z|427ae8b7-2e61-4468-bed8-75afe49f6c38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:17:49.473Z|977e6a3e-a028-42db-a425-c0de6c6821f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:49.475Z|977e6a3e-a028-42db-a425-c0de6c6821f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:49.519Z|ef41fab2-b9b6-4d0a-92f2-d44f46843d20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:49.520Z|ef41fab2-b9b6-4d0a-92f2-d44f46843d20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:50.597Z|1f6143f6-9a4c-4f38-aeda-20c43298c69f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:50.598Z|1f6143f6-9a4c-4f38-aeda-20c43298c69f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:59.509Z|eb59b7c3-032a-4a1c-9161-4cc5f67bb61a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:59.509Z|eb59b7c3-032a-4a1c-9161-4cc5f67bb61a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:59.543Z|5d2a20c8-f9a3-4fb4-b9e3-0517151edb66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:17:59.544Z|5d2a20c8-f9a3-4fb4-b9e3-0517151edb66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:17:59.842Z|f6bbcb72-5012-4208-b548-a2f3ebbca034|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:17:59.843Z|f6bbcb72-5012-4208-b548-a2f3ebbca034|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:00.620Z|21cf3901-26a4-4cc4-bcb6-e43381760a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:00.620Z|21cf3901-26a4-4cc4-bcb6-e43381760a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:01.449Z|d9192f55-7f13-470b-90bb-d10c4f817305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:01.449Z|d9192f55-7f13-470b-90bb-d10c4f817305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:01.767Z|51abbe36-df9b-43e4-8f17-aae1a843d71f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:01.768Z|51abbe36-df9b-43e4-8f17-aae1a843d71f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:09.532Z|c6933d7e-f0e5-4759-8e8e-ac3f44da0eb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:09.533Z|c6933d7e-f0e5-4759-8e8e-ac3f44da0eb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:09.567Z|a4a3a4cc-1fff-417b-a34a-948bbcebdbf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:09.568Z|a4a3a4cc-1fff-417b-a34a-948bbcebdbf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:10.648Z|623c71a0-45ef-4bbf-9538-9969233f5c35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:10.649Z|623c71a0-45ef-4bbf-9538-9969233f5c35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:16.449Z|a29e6795-0edf-42b1-bee2-88d18bb89c48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:16.449Z|a29e6795-0edf-42b1-bee2-88d18bb89c48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:19.555Z|360b6464-bc01-42b6-bc2c-ac71d5dbf87d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:19.556Z|360b6464-bc01-42b6-bc2c-ac71d5dbf87d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:19.592Z|c12554d2-1fa7-4e7e-a406-6ee8d1669146|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:19.593Z|c12554d2-1fa7-4e7e-a406-6ee8d1669146|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:20.673Z|4ad17660-fa50-4e9e-b7fd-2ace555cd238|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:20.674Z|4ad17660-fa50-4e9e-b7fd-2ace555cd238|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:29.578Z|be455aa6-4359-4714-988c-8534f54df5a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:29.579Z|be455aa6-4359-4714-988c-8534f54df5a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:29.615Z|73c05fe4-6199-4488-8cf7-437c6af2782e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:29.616Z|73c05fe4-6199-4488-8cf7-437c6af2782e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:30.698Z|622e98d2-3220-413b-be3f-df2359c69452|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:30.699Z|622e98d2-3220-413b-be3f-df2359c69452|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:31.449Z|87923d3c-957c-4d38-9799-2482c3baad56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:31.449Z|87923d3c-957c-4d38-9799-2482c3baad56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:31.769Z|7b9f9329-b16c-40db-8651-c4b9898aa649|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:31.769Z|7b9f9329-b16c-40db-8651-c4b9898aa649|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:39.603Z|028ae3a1-ffd5-4847-aa2e-3246edfb8855|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:39.604Z|028ae3a1-ffd5-4847-aa2e-3246edfb8855|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:39.639Z|86b97bde-8133-49b4-9828-6f8552d0de86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:39.640Z|86b97bde-8133-49b4-9828-6f8552d0de86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:40.722Z|67e41781-9e3e-4e29-a31c-cc16201488a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:40.722Z|67e41781-9e3e-4e29-a31c-cc16201488a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:46.449Z|cc77e50c-2e87-4c0e-9f9d-1d47944c93dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:18:46.450Z|cc77e50c-2e87-4c0e-9f9d-1d47944c93dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:18:49.630Z|47cc0842-df59-4215-8c37-03ea1fed5bf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:49.631Z|47cc0842-df59-4215-8c37-03ea1fed5bf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:49.665Z|a6fc506e-13c4-4844-ab50-d88708d71294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:49.666Z|a6fc506e-13c4-4844-ab50-d88708d71294|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:50.756Z|5daf9217-faae-4a9e-b8c9-b4302d24ced2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:50.757Z|5daf9217-faae-4a9e-b8c9-b4302d24ced2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:59.667Z|def66c45-23b8-4ace-a69b-5743fd1ab88b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:59.668Z|def66c45-23b8-4ace-a69b-5743fd1ab88b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:59.688Z|d309be86-393e-4314-9ab6-ecd35af673a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:18:59.689Z|d309be86-393e-4314-9ab6-ecd35af673a3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:18:59.845Z|a1b8273d-e700-494c-b3bd-18cf2d0c4f0f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:18:59.846Z|a1b8273d-e700-494c-b3bd-18cf2d0c4f0f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:00.779Z|92607485-bf0b-4e12-ac23-b1fad0e8369a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:00.780Z|92607485-bf0b-4e12-ac23-b1fad0e8369a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:01.449Z|dcc99a39-a72b-471f-b87b-0f4f82042078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:01.449Z|dcc99a39-a72b-471f-b87b-0f4f82042078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:01.770Z|29115c26-26b2-4741-b9fe-3c98912607f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:01.771Z|29115c26-26b2-4741-b9fe-3c98912607f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:09.691Z|cfac67f2-9eb7-4a8c-bb21-31cadb56fb00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:09.692Z|cfac67f2-9eb7-4a8c-bb21-31cadb56fb00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:09.710Z|fa87cb48-f581-426f-a664-c08389235c2c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:09.710Z|fa87cb48-f581-426f-a664-c08389235c2c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:10.803Z|80c7db31-8ea1-485b-ab39-8e0219a5d6ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:10.804Z|80c7db31-8ea1-485b-ab39-8e0219a5d6ad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:16.449Z|b19f3464-7700-4026-806a-31e7b8ecf0a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:16.449Z|b19f3464-7700-4026-806a-31e7b8ecf0a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:19.716Z|cf2b4814-1afb-4d83-b698-3c1c12ec5257|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:19.717Z|cf2b4814-1afb-4d83-b698-3c1c12ec5257|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:19.732Z|a0a6b888-1e1c-4ea6-a915-c5e4e304383b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:19.732Z|a0a6b888-1e1c-4ea6-a915-c5e4e304383b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:20.830Z|f47034b7-881a-430b-bc84-431a3cc32717|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:20.831Z|f47034b7-881a-430b-bc84-431a3cc32717|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:29.742Z|83d85a52-fcd9-4881-9402-c4c3fb1a689f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:29.742Z|83d85a52-fcd9-4881-9402-c4c3fb1a689f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:29.754Z|88613eb8-09a2-44b1-a4e3-552c20398fbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:29.755Z|88613eb8-09a2-44b1-a4e3-552c20398fbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:30.857Z|cadc4b91-c42c-4b36-afa1-6db3a3ce4fcd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:30.858Z|cadc4b91-c42c-4b36-afa1-6db3a3ce4fcd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:31.449Z|5f02e5b5-30e5-4a7c-8d61-d52ebe1d8277|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:31.451Z|5f02e5b5-30e5-4a7c-8d61-d52ebe1d8277|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:31.771Z|d6ae8127-a110-4eca-ae77-27c6e4b9c2ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:31.772Z|d6ae8127-a110-4eca-ae77-27c6e4b9c2ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:39.765Z|e375fd4c-206f-4a7e-88a0-64ed3323126c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:39.766Z|e375fd4c-206f-4a7e-88a0-64ed3323126c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:39.777Z|31cde078-6d6f-4d60-b3aa-33fbf88608de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:39.778Z|31cde078-6d6f-4d60-b3aa-33fbf88608de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:40.890Z|ecbafadd-fcbb-4c3a-acf9-ad8377f8597a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:40.891Z|ecbafadd-fcbb-4c3a-acf9-ad8377f8597a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:46.450Z|926361d2-b655-47d7-a436-84e880600d71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:19:46.451Z|926361d2-b655-47d7-a436-84e880600d71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:19:49.792Z|8a3b8a4e-468e-4474-ba6e-bf4faad5504a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:49.793Z|8a3b8a4e-468e-4474-ba6e-bf4faad5504a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:49.799Z|054e6bd9-4d37-4c24-99e1-e398dcdb30b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:49.800Z|054e6bd9-4d37-4c24-99e1-e398dcdb30b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:50.925Z|b118e408-a4e7-4f1c-bb19-a5ff1432284f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:50.926Z|b118e408-a4e7-4f1c-bb19-a5ff1432284f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:59.821Z|ec816265-bf31-4ae8-b796-12f9f972e38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:59.821Z|1dfaa062-672e-47af-9a5f-a28ab81bb11d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:19:59.822Z|ec816265-bf31-4ae8-b796-12f9f972e38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:59.822Z|1dfaa062-672e-47af-9a5f-a28ab81bb11d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:19:59.842Z|7195609e-3ebe-4e54-8e24-68ab2b2ebc0f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:19:59.843Z|7195609e-3ebe-4e54-8e24-68ab2b2ebc0f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:00.950Z|213d2e9f-1962-4d86-8398-73912a377247|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:00.951Z|213d2e9f-1962-4d86-8398-73912a377247|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:01.449Z|b626a9b7-9770-4270-a53c-c83d593b3e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:01.450Z|b626a9b7-9770-4270-a53c-c83d593b3e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:01.773Z|64a4a64c-741b-4778-aa72-e3e3082ad279|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:01.774Z|64a4a64c-741b-4778-aa72-e3e3082ad279|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:09.850Z|fa871197-9027-45fc-8bcc-1b98ae06f19d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:09.850Z|f8bb138a-2325-4514-8341-0dae73f422b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:09.851Z|f8bb138a-2325-4514-8341-0dae73f422b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:09.852Z|fa871197-9027-45fc-8bcc-1b98ae06f19d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:10.995Z|360fbfa5-4981-476c-be6b-4a11b66bd39d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:10.995Z|360fbfa5-4981-476c-be6b-4a11b66bd39d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:16.449Z|03d999eb-42c4-4b52-95d9-8055067dad2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:16.452Z|03d999eb-42c4-4b52-95d9-8055067dad2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:19.880Z|1b8ef2a5-bc89-4c52-a64f-abf080fe3171|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:19.880Z|d21dc19e-0806-458d-85ce-398e324c2126|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:19.882Z|1b8ef2a5-bc89-4c52-a64f-abf080fe3171|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:19.882Z|d21dc19e-0806-458d-85ce-398e324c2126|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:21.026Z|d79c5c4a-e587-4277-a62c-97d2e45448a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:21.027Z|d79c5c4a-e587-4277-a62c-97d2e45448a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:29.906Z|e6627ddb-e2a0-4900-8bfe-77ee4ccbb4b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:29.906Z|c05611ea-a27a-459f-9d43-7fb83fd4310a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:29.907Z|c05611ea-a27a-459f-9d43-7fb83fd4310a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:29.907Z|e6627ddb-e2a0-4900-8bfe-77ee4ccbb4b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:31.054Z|4bed6d65-3258-4cf0-a9cb-9efb0c7cfad8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:31.055Z|4bed6d65-3258-4cf0-a9cb-9efb0c7cfad8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:31.449Z|45c2f8ee-9b5f-47b1-bdaf-3dc1cea6178c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:31.456Z|45c2f8ee-9b5f-47b1-bdaf-3dc1cea6178c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:31.775Z|debb0bd2-2292-48f0-bd22-4df6eff72f45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:31.775Z|debb0bd2-2292-48f0-bd22-4df6eff72f45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:39.932Z|934ff6fa-4cb0-4f95-b7c5-f4d82f770f61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:39.933Z|25c754d1-6403-4daa-b81a-020aff1fec69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:39.933Z|934ff6fa-4cb0-4f95-b7c5-f4d82f770f61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:39.933Z|25c754d1-6403-4daa-b81a-020aff1fec69|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:41.078Z|d3791aae-7108-4244-86aa-50fe9ade8b72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:41.079Z|d3791aae-7108-4244-86aa-50fe9ade8b72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:46.449Z|051cfc07-679b-4e16-853d-bb484163984d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:20:46.450Z|051cfc07-679b-4e16-853d-bb484163984d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:20:49.969Z|08d42fed-2191-4e10-b945-bd9062ebac87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:49.968Z|b2b0ecee-f9cd-4984-87d2-e0f094b47e1a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:49.970Z|08d42fed-2191-4e10-b945-bd9062ebac87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:49.970Z|b2b0ecee-f9cd-4984-87d2-e0f094b47e1a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:51.102Z|ae697636-d3e9-4199-b3fd-b5749e44a1b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:20:51.103Z|ae697636-d3e9-4199-b3fd-b5749e44a1b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:59.842Z|b0bfe320-4c5b-454f-8844-7104b9193603|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:20:59.843Z|b0bfe320-4c5b-454f-8844-7104b9193603|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:20:59.998Z|fb1d8298-0695-4e24-bb17-71b3f234c5d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:00.000Z|fb1d8298-0695-4e24-bb17-71b3f234c5d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:00.008Z|43a108a3-409d-4754-840a-791ce3df215e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:00.008Z|43a108a3-409d-4754-840a-791ce3df215e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:01.128Z|c07e2a0d-e8f9-4e35-98d9-597775a87d53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:01.129Z|c07e2a0d-e8f9-4e35-98d9-597775a87d53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:01.449Z|4c4b6c03-0e31-40c1-9a9a-e45ba0e92b48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:01.452Z|4c4b6c03-0e31-40c1-9a9a-e45ba0e92b48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:01.776Z|d4c1e0ab-01cb-4743-b332-eb09951f248d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:01.777Z|d4c1e0ab-01cb-4743-b332-eb09951f248d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:10.025Z|24ac392a-9251-4d98-b661-75f1055e9d38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:10.026Z|24ac392a-9251-4d98-b661-75f1055e9d38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:10.032Z|db7193de-bf84-412a-bbeb-af7256ec367f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:10.033Z|db7193de-bf84-412a-bbeb-af7256ec367f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:11.155Z|4d1d2fd6-44bc-4569-88a7-924c9a22eca0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:11.155Z|4d1d2fd6-44bc-4569-88a7-924c9a22eca0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:16.449Z|9eba89b3-4c37-469b-ab5e-0442eb56a9a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:16.449Z|9eba89b3-4c37-469b-ab5e-0442eb56a9a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:20.053Z|938cfd58-083f-45ea-ab52-f87e550fe6a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:20.054Z|938cfd58-083f-45ea-ab52-f87e550fe6a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:20.059Z|66f68aa4-ec0b-4888-b803-cc4fde50d770|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:20.060Z|66f68aa4-ec0b-4888-b803-cc4fde50d770|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:21.180Z|63af4aee-09e2-47b8-9fb4-1df8a5dd797a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:21.181Z|63af4aee-09e2-47b8-9fb4-1df8a5dd797a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:30.088Z|8daba114-c2f1-457c-a817-83112c8d87bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:30.088Z|3c1949d2-14a2-4cb0-8cb9-b6d85399aa99|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:30.089Z|3c1949d2-14a2-4cb0-8cb9-b6d85399aa99|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:30.089Z|8daba114-c2f1-457c-a817-83112c8d87bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:31.202Z|20f46252-d87d-4330-8e81-e6d836a0d8f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:31.203Z|20f46252-d87d-4330-8e81-e6d836a0d8f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:31.449Z|0b6a234a-e674-4e71-963c-a65cbf126b9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:31.450Z|0b6a234a-e674-4e71-963c-a65cbf126b9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:31.778Z|72705196-7be9-47e6-bbb9-de49ec085c53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:31.778Z|72705196-7be9-47e6-bbb9-de49ec085c53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:40.120Z|075104ac-5f87-4bcb-9a7c-ca0bd3a7d3f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:40.121Z|e4b01cff-19a0-495b-ba3a-c632e82df6d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:40.121Z|075104ac-5f87-4bcb-9a7c-ca0bd3a7d3f1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:40.122Z|e4b01cff-19a0-495b-ba3a-c632e82df6d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:41.224Z|6320bf57-2f13-4509-9b8e-0e9755f6fe1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:41.224Z|6320bf57-2f13-4509-9b8e-0e9755f6fe1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:46.449Z|3efa983b-c8fa-4703-8755-e6b6c8a04550|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:21:46.452Z|3efa983b-c8fa-4703-8755-e6b6c8a04550|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:21:50.146Z|211c73fe-6efd-4d89-99ac-eaaaee005dc0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:50.148Z|211c73fe-6efd-4d89-99ac-eaaaee005dc0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:50.149Z|25c58b21-2e0a-4597-965d-59d7d52075d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:50.150Z|25c58b21-2e0a-4597-965d-59d7d52075d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:51.247Z|b2d8dd6c-b367-4bea-bb56-c7f4a1d09817|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:21:51.248Z|b2d8dd6c-b367-4bea-bb56-c7f4a1d09817|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:21:59.842Z|1a39ecf0-1da1-4bd5-b457-760500d850fd|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:21:59.844Z|1a39ecf0-1da1-4bd5-b457-760500d850fd|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:00.177Z|68ad7177-4584-4077-8ed7-55784c1e795b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:00.178Z|68ad7177-4584-4077-8ed7-55784c1e795b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:00.181Z|8b3ff08c-0919-462c-9731-2dd6ffddafb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:00.182Z|8b3ff08c-0919-462c-9731-2dd6ffddafb7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:01.275Z|c4e0ac57-1151-4caf-915e-e5f5f6793040|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:01.275Z|c4e0ac57-1151-4caf-915e-e5f5f6793040|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:01.449Z|8414b341-30b1-4fef-b0be-1a956835ebaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:01.449Z|8414b341-30b1-4fef-b0be-1a956835ebaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:01.779Z|e25c47a3-871d-4c62-a60e-05f2c40b95c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:01.779Z|e25c47a3-871d-4c62-a60e-05f2c40b95c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:10.206Z|ca461e9f-48ab-42bf-ac41-abd9771a9d05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:10.208Z|ca461e9f-48ab-42bf-ac41-abd9771a9d05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:10.210Z|b52f2d93-ee1b-4979-a135-417166a876a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:10.211Z|b52f2d93-ee1b-4979-a135-417166a876a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:11.300Z|9e140bff-0b41-4665-8ffd-91142625dcfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:11.302Z|9e140bff-0b41-4665-8ffd-91142625dcfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:16.449Z|fc063ea1-be47-4106-807f-4a5533829f61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:16.449Z|fc063ea1-be47-4106-807f-4a5533829f61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:20.233Z|159475c7-08d9-4bb4-b5fe-9800edb79ba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:20.234Z|159475c7-08d9-4bb4-b5fe-9800edb79ba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:20.238Z|6b22cc26-936a-4ede-a684-8e2444283cec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:20.239Z|6b22cc26-936a-4ede-a684-8e2444283cec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:21.326Z|e80351d0-005e-49e2-adc2-8136f91f8856|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:21.327Z|e80351d0-005e-49e2-adc2-8136f91f8856|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:30.264Z|da5779ec-f9c3-43ec-981d-dad3b14058d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:30.265Z|da5779ec-f9c3-43ec-981d-dad3b14058d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:30.272Z|a432d43a-fff4-408c-89ef-7d12c915c543|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:30.273Z|a432d43a-fff4-408c-89ef-7d12c915c543|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:31.350Z|dd2bee3c-5f30-4afe-9f92-a0ea84448846|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:31.351Z|dd2bee3c-5f30-4afe-9f92-a0ea84448846|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:31.449Z|9cc84bc7-7e69-4696-bcdc-c17395b99a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:31.452Z|9cc84bc7-7e69-4696-bcdc-c17395b99a4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:31.780Z|e5550460-6222-4016-9a43-1433c5f8dbab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:31.781Z|e5550460-6222-4016-9a43-1433c5f8dbab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:40.287Z|a26af185-c910-4eb1-848b-3378d7f748fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:40.288Z|a26af185-c910-4eb1-848b-3378d7f748fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:40.294Z|ba85bc6b-ced5-457b-a368-98550271a502|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:40.294Z|ba85bc6b-ced5-457b-a368-98550271a502|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:41.376Z|0ff770d0-2583-4f85-ac95-6975bfe8cfbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:41.377Z|0ff770d0-2583-4f85-ac95-6975bfe8cfbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:46.450Z|12888832-2ff4-4620-879c-beb9c9164c57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:22:46.450Z|12888832-2ff4-4620-879c-beb9c9164c57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:22:50.309Z|b4ff6372-88ab-4ca3-8ae1-82176ff40ec4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:50.310Z|b4ff6372-88ab-4ca3-8ae1-82176ff40ec4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:50.316Z|0198c202-c03e-495f-b6a8-5c4472e0efe6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:50.317Z|0198c202-c03e-495f-b6a8-5c4472e0efe6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:51.401Z|72f742f3-6427-41e1-ae92-dc54e239b8ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:22:51.402Z|72f742f3-6427-41e1-ae92-dc54e239b8ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:22:59.842Z|7d620950-523c-4a6c-b75b-1c1194c01f40|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:22:59.843Z|7d620950-523c-4a6c-b75b-1c1194c01f40|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:00.334Z|cd25340f-7bec-45e1-9402-69e98d6b5d64|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:00.335Z|cd25340f-7bec-45e1-9402-69e98d6b5d64|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:00.340Z|4bff58ed-4015-4c97-89be-fc52c1770e28|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:00.341Z|4bff58ed-4015-4c97-89be-fc52c1770e28|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:01.424Z|d9de7225-6bab-4a41-bff7-d8234addb404|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:01.425Z|d9de7225-6bab-4a41-bff7-d8234addb404|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:01.449Z|cf971d24-4daf-457b-a3d5-0d72d8488e1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:01.450Z|cf971d24-4daf-457b-a3d5-0d72d8488e1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:01.782Z|ad9d2a90-5c62-405b-b941-b57e54690036|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:01.782Z|ad9d2a90-5c62-405b-b941-b57e54690036|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:10.360Z|d5b1c8ba-9ba0-44bb-9bb7-8239433f3e65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:10.361Z|d5b1c8ba-9ba0-44bb-9bb7-8239433f3e65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:10.361Z|86386d7f-599e-4c0e-a2b1-e4580bb07965|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:10.362Z|86386d7f-599e-4c0e-a2b1-e4580bb07965|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:11.447Z|95d3d473-7821-4e82-a3df-a0b4c09e7a22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:11.447Z|95d3d473-7821-4e82-a3df-a0b4c09e7a22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:16.449Z|72a10551-766c-4bf9-abce-a006955704e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:16.451Z|72a10551-766c-4bf9-abce-a006955704e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:20.388Z|154380be-602b-49f4-a49d-db065b8ae58b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:20.389Z|154380be-602b-49f4-a49d-db065b8ae58b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:20.391Z|9d5e5e98-b6d8-4223-a264-1b57f0be5747|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:20.391Z|9d5e5e98-b6d8-4223-a264-1b57f0be5747|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:21.472Z|942f392a-d90a-4e45-a67d-6de98b044aa8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:21.472Z|942f392a-d90a-4e45-a67d-6de98b044aa8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:30.414Z|01c4529c-f30f-4f75-b994-9ed3378b7752|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:30.415Z|01c4529c-f30f-4f75-b994-9ed3378b7752|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:30.418Z|eba7f17c-cd2c-48d0-8935-d03f2e6e834a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:30.421Z|eba7f17c-cd2c-48d0-8935-d03f2e6e834a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:31.449Z|20b9269c-61fd-4868-a740-c98597ff810e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:31.449Z|20b9269c-61fd-4868-a740-c98597ff810e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:31.498Z|3c5be1fa-4f4b-4492-b23b-43b49a77deea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:31.499Z|3c5be1fa-4f4b-4492-b23b-43b49a77deea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:31.783Z|7aae7c53-f84e-4af3-9ff5-a492726e9209|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:31.784Z|7aae7c53-f84e-4af3-9ff5-a492726e9209|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:40.442Z|8b1ea948-9849-4485-8bf5-ac2a862a5353|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:40.443Z|8b1ea948-9849-4485-8bf5-ac2a862a5353|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:40.444Z|926f5952-85b9-499d-b8b4-fa579a869774|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:40.444Z|926f5952-85b9-499d-b8b4-fa579a869774|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:41.524Z|317903b8-00f8-4160-9417-861edfb00b55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:41.524Z|317903b8-00f8-4160-9417-861edfb00b55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:46.449Z|88ce03b4-8f26-4988-a5c5-794c890efbdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:23:46.450Z|88ce03b4-8f26-4988-a5c5-794c890efbdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:23:50.469Z|05dad1b0-e80a-4f9f-b71b-a23a500bcd74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:50.469Z|6e4d989d-7487-420f-99d9-81acc91acda5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:50.470Z|05dad1b0-e80a-4f9f-b71b-a23a500bcd74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:50.470Z|6e4d989d-7487-420f-99d9-81acc91acda5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:51.547Z|c66ac664-21a3-4e10-a931-d926a775c71d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:23:51.548Z|c66ac664-21a3-4e10-a931-d926a775c71d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:23:59.842Z|b5457b3e-0a2b-481b-b9ce-d0565c1f3d75|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:23:59.843Z|b5457b3e-0a2b-481b-b9ce-d0565c1f3d75|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:00.491Z|20f47562-d3a3-40af-a262-062b4e66fca0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:00.492Z|8a440f88-ea41-4b51-a89e-0bd8f0f8dbad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:00.492Z|20f47562-d3a3-40af-a262-062b4e66fca0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:00.492Z|8a440f88-ea41-4b51-a89e-0bd8f0f8dbad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:01.449Z|2ad07b91-4d9f-4450-a5e9-9c5bb265c663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:01.452Z|2ad07b91-4d9f-4450-a5e9-9c5bb265c663|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:01.572Z|279aba01-1304-49e0-93ef-804892ae83ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:01.573Z|279aba01-1304-49e0-93ef-804892ae83ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:01.784Z|a367a7d2-91ba-40c1-9d9c-62ea5f970af1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:01.785Z|a367a7d2-91ba-40c1-9d9c-62ea5f970af1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:10.519Z|77ad24a1-a967-4450-880b-e1468022d69b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:10.519Z|3138fc37-f007-4700-be92-0f00cbfda7a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:10.520Z|77ad24a1-a967-4450-880b-e1468022d69b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:10.520Z|3138fc37-f007-4700-be92-0f00cbfda7a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:11.600Z|7f55fbdc-4c31-43fc-aa2e-354f50bc1b97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:11.601Z|7f55fbdc-4c31-43fc-aa2e-354f50bc1b97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:16.449Z|20414255-08b7-4900-b1d0-f3ab9724bfe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:16.449Z|20414255-08b7-4900-b1d0-f3ab9724bfe8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:20.542Z|e35baa38-5fc5-4611-92a5-d50e6a93fd23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:20.543Z|e35baa38-5fc5-4611-92a5-d50e6a93fd23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:20.547Z|86cffb50-c485-46e8-8497-2c9a4c77e204|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:20.548Z|86cffb50-c485-46e8-8497-2c9a4c77e204|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:21.626Z|1d0fd29c-126e-4c31-9658-1b68cec66de6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:21.627Z|1d0fd29c-126e-4c31-9658-1b68cec66de6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:30.567Z|0f96a21e-8cd0-450e-bcb9-38ee73e8c42c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:30.568Z|0f96a21e-8cd0-450e-bcb9-38ee73e8c42c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:30.569Z|f2d837a8-be08-46a3-a8f6-39d20a213440|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:30.569Z|f2d837a8-be08-46a3-a8f6-39d20a213440|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:31.449Z|1f92e123-4fbc-4a90-ab51-7eed8d347be4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:31.449Z|1f92e123-4fbc-4a90-ab51-7eed8d347be4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:31.669Z|a504247e-0d6b-471c-a12e-86a62ab304f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:31.670Z|a504247e-0d6b-471c-a12e-86a62ab304f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:31.786Z|5542fa71-ee04-401f-a298-b53654ff3150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:31.786Z|5542fa71-ee04-401f-a298-b53654ff3150|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:40.592Z|e0ff8324-4311-4187-ad51-a39151a106e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:40.592Z|e0ff8324-4311-4187-ad51-a39151a106e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:40.592Z|3f3a1686-57bc-452a-96ee-8f8419b34606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:40.593Z|3f3a1686-57bc-452a-96ee-8f8419b34606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:41.693Z|dd274c9c-0803-47c1-9b1c-6325a4a9fd7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:41.694Z|dd274c9c-0803-47c1-9b1c-6325a4a9fd7a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:46.449Z|80648057-7d87-4037-8b5c-e2af8488749f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:24:46.452Z|80648057-7d87-4037-8b5c-e2af8488749f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:24:50.615Z|1eb68c4f-5e26-43b5-a9e6-d24d4497c57f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:50.616Z|1eb68c4f-5e26-43b5-a9e6-d24d4497c57f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:50.620Z|72a880a6-6b4b-4d25-9f92-f424aaedb6c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:50.621Z|72a880a6-6b4b-4d25-9f92-f424aaedb6c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:51.733Z|01b0188c-11a0-4cec-97b5-a81f208f7655|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:24:51.734Z|01b0188c-11a0-4cec-97b5-a81f208f7655|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:24:59.842Z|3f1000b7-4d60-4ffe-a5b1-fd5cb3d37089|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:24:59.844Z|3f1000b7-4d60-4ffe-a5b1-fd5cb3d37089|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:00.641Z|5a00c3a2-7684-47dd-ba31-d622da992682|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:00.641Z|a29e862e-8d3d-4ec1-b3ae-728e6e69be22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:00.642Z|5a00c3a2-7684-47dd-ba31-d622da992682|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:00.642Z|a29e862e-8d3d-4ec1-b3ae-728e6e69be22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:01.449Z|b3a7da76-9caf-437c-8cb3-959d33796ae6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:01.449Z|b3a7da76-9caf-437c-8cb3-959d33796ae6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:01.758Z|15a8697a-2ec2-419a-aa2c-efd2c0a2ed4b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:01.759Z|15a8697a-2ec2-419a-aa2c-efd2c0a2ed4b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:01.787Z|8837d103-7519-4123-bcce-2f334c1cc798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:01.788Z|8837d103-7519-4123-bcce-2f334c1cc798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:10.666Z|d288dafd-7b28-451b-8b6a-20036a05c974|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:10.667Z|d288dafd-7b28-451b-8b6a-20036a05c974|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:10.668Z|815f5ca1-cf60-49c3-8976-0949dbb57d9b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:10.668Z|815f5ca1-cf60-49c3-8976-0949dbb57d9b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:11.781Z|257d75a7-0213-4800-a1f7-a3ebe022580c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:11.782Z|257d75a7-0213-4800-a1f7-a3ebe022580c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:16.449Z|3e267820-3b22-46f5-89e7-a8e435d13f2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:16.450Z|3e267820-3b22-46f5-89e7-a8e435d13f2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:20.691Z|32c179a9-fcfd-45b7-bc16-ff08f4d7434a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:20.691Z|7eb4547a-9910-4a8c-a97e-ea204f1b1784|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:20.692Z|7eb4547a-9910-4a8c-a97e-ea204f1b1784|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:20.692Z|32c179a9-fcfd-45b7-bc16-ff08f4d7434a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:21.805Z|d9e5a7d4-299f-4657-8971-ba3797a5624b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:21.806Z|d9e5a7d4-299f-4657-8971-ba3797a5624b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:30.714Z|070723bc-492e-4eec-ab26-8cdfbe5e22e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:30.714Z|f758f96f-34b3-4dba-940b-368cb3122038|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:30.714Z|f758f96f-34b3-4dba-940b-368cb3122038|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:30.714Z|070723bc-492e-4eec-ab26-8cdfbe5e22e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:31.449Z|c04aa131-25b6-4c6e-af06-7d79744f19d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:31.452Z|c04aa131-25b6-4c6e-af06-7d79744f19d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:31.789Z|310bc4f6-63bf-44da-a462-4efe5c648f5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:31.790Z|310bc4f6-63bf-44da-a462-4efe5c648f5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:31.828Z|197778fa-a60e-42c4-9df0-b3e93a1b6494|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:31.829Z|197778fa-a60e-42c4-9df0-b3e93a1b6494|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:40.736Z|0c45b335-fa1a-43a3-9c6c-a256b123c624|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:40.737Z|0c45b335-fa1a-43a3-9c6c-a256b123c624|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:40.737Z|901541b0-1f5c-4a07-8c5d-a68144dd95a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:40.738Z|901541b0-1f5c-4a07-8c5d-a68144dd95a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:41.854Z|516e0845-3efe-4461-b806-0cb91f3eece0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:41.855Z|516e0845-3efe-4461-b806-0cb91f3eece0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:46.449Z|94f83bb2-2660-43f8-91e8-6ac55ffe421e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:25:46.449Z|94f83bb2-2660-43f8-91e8-6ac55ffe421e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:25:50.762Z|57f94d30-d8c8-4dec-997c-fc088eebc44c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:50.762Z|b57857ed-766a-4f41-85bc-9d1540f0abf3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:50.762Z|57f94d30-d8c8-4dec-997c-fc088eebc44c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:50.762Z|b57857ed-766a-4f41-85bc-9d1540f0abf3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:51.881Z|8f6e4de5-9a70-4953-8369-6e80e86f79df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:25:51.882Z|8f6e4de5-9a70-4953-8369-6e80e86f79df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:25:59.845Z|216f14b6-ccf9-4f02-a980-a405f7cef939|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:25:59.845Z|216f14b6-ccf9-4f02-a980-a405f7cef939|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:00.785Z|59c0e102-e2ba-482e-970c-828b2e9268ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:00.785Z|02efd4cd-8d97-4c26-bcc1-8344cdc2a2aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:00.785Z|59c0e102-e2ba-482e-970c-828b2e9268ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:00.785Z|02efd4cd-8d97-4c26-bcc1-8344cdc2a2aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:01.449Z|f2315195-aa8e-41ea-8127-5a6dd3212ddd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:01.449Z|f2315195-aa8e-41ea-8127-5a6dd3212ddd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:01.790Z|61043a9f-fae4-47b5-939f-521bce3d0e14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:01.791Z|61043a9f-fae4-47b5-939f-521bce3d0e14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:01.905Z|36544d8e-ab63-42be-9945-fe45af4e0dfa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:01.906Z|36544d8e-ab63-42be-9945-fe45af4e0dfa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:10.808Z|1ca7b173-d662-4b3b-9924-c1c8299f9c89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:10.808Z|97a2760c-21a9-40b9-920f-be529e3fd970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:10.808Z|97a2760c-21a9-40b9-920f-be529e3fd970|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:10.808Z|1ca7b173-d662-4b3b-9924-c1c8299f9c89|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:11.934Z|51abd570-f9bd-4f49-80d6-3e7e6ded56c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:11.935Z|51abd570-f9bd-4f49-80d6-3e7e6ded56c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:16.449Z|96a357f7-abcb-4822-abe7-03f77aacda99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:16.453Z|96a357f7-abcb-4822-abe7-03f77aacda99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:20.835Z|d9889d35-c530-408b-a3bb-fbf635caf733|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:20.836Z|d9889d35-c530-408b-a3bb-fbf635caf733|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:20.841Z|615b6113-505d-4854-802d-dadbddf6a965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:20.842Z|615b6113-505d-4854-802d-dadbddf6a965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:21.960Z|49dfa751-8f42-47ee-a6ca-1f5d287975fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:21.961Z|49dfa751-8f42-47ee-a6ca-1f5d287975fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:30.861Z|25c42909-5683-4ae8-add7-53beedac57c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:30.861Z|25c42909-5683-4ae8-add7-53beedac57c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:30.883Z|4dc7a55a-6022-472e-9321-07192bee74ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:30.883Z|4dc7a55a-6022-472e-9321-07192bee74ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:31.449Z|7973aed3-e34f-4a95-ab46-c9cf8599bdc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:31.449Z|7973aed3-e34f-4a95-ab46-c9cf8599bdc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:31.792Z|48b7e23b-e7c6-4c23-8dd4-b6f95d7698f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:31.792Z|48b7e23b-e7c6-4c23-8dd4-b6f95d7698f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:31.984Z|81e19375-8e06-4c58-8cbe-c12fa35f067d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:31.985Z|81e19375-8e06-4c58-8cbe-c12fa35f067d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:40.921Z|a28e76a4-d07c-4d6d-97d3-b0036d99c517|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:40.922Z|a28e76a4-d07c-4d6d-97d3-b0036d99c517|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:40.923Z|89a8a652-735c-4a8e-b6bc-98eed9c0885c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:40.924Z|89a8a652-735c-4a8e-b6bc-98eed9c0885c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:42.008Z|ef728720-7f1d-4b3d-830a-46911da35f5e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:42.009Z|ef728720-7f1d-4b3d-830a-46911da35f5e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:46.449Z|6031f6c3-52da-4a02-9470-639753c7e5f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:26:46.449Z|6031f6c3-52da-4a02-9470-639753c7e5f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:26:50.977Z|6f527ce5-d67f-4f4a-afce-d980ddeebafe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:50.977Z|6f527ce5-d67f-4f4a-afce-d980ddeebafe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:50.979Z|a0a19a3d-2dc9-4140-a3e5-ee98c5ec556d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:50.979Z|a0a19a3d-2dc9-4140-a3e5-ee98c5ec556d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:52.036Z|14096ad7-e59c-498c-b0cb-c080c7082ae2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:26:52.037Z|14096ad7-e59c-498c-b0cb-c080c7082ae2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:26:59.842Z|62ba084b-9e38-41d3-9d70-1383e0114a66|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:26:59.843Z|62ba084b-9e38-41d3-9d70-1383e0114a66|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:01.000Z|6f2aa25d-e997-4add-84ee-e790655ba7a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:01.000Z|b8020300-730f-4e92-8f82-d6d992d5ea2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:01.001Z|b8020300-730f-4e92-8f82-d6d992d5ea2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:01.001Z|6f2aa25d-e997-4add-84ee-e790655ba7a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:01.449Z|66a7ca5f-da0b-4a09-9c3f-0253d9e11597|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:01.452Z|66a7ca5f-da0b-4a09-9c3f-0253d9e11597|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:01.793Z|eb4f6021-c797-4724-8adf-2df9f7dd9b42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:01.794Z|eb4f6021-c797-4724-8adf-2df9f7dd9b42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:02.060Z|375a065e-2ffd-4a7a-9645-2c3c180bf65b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:02.061Z|375a065e-2ffd-4a7a-9645-2c3c180bf65b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:11.023Z|fa172b61-0a1c-48d1-944c-1c23fc58dda4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:11.023Z|7c6fbd19-14ec-499d-84b1-d1efd9a943d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:11.023Z|fa172b61-0a1c-48d1-944c-1c23fc58dda4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:11.023Z|7c6fbd19-14ec-499d-84b1-d1efd9a943d9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:12.088Z|26e9b7da-24bc-4bf2-9d3b-ebba81353bc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:12.089Z|26e9b7da-24bc-4bf2-9d3b-ebba81353bc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:16.449Z|95a1f220-38c6-4a83-b887-a0c9eb193bad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:16.449Z|95a1f220-38c6-4a83-b887-a0c9eb193bad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:21.047Z|dd8735b2-68cb-4a45-8b66-8a13435e6eb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:21.047Z|a17f008c-92df-4804-9333-bec7e8624512|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:21.048Z|dd8735b2-68cb-4a45-8b66-8a13435e6eb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:21.048Z|a17f008c-92df-4804-9333-bec7e8624512|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:22.111Z|fe645fe7-77da-4a31-9121-87eda76a536d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:22.112Z|fe645fe7-77da-4a31-9121-87eda76a536d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:31.071Z|9c5984b0-981a-4edc-935d-1725dc2d31ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:31.072Z|3bb85b04-21fb-4a1e-81a2-e814e46d55a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:31.072Z|9c5984b0-981a-4edc-935d-1725dc2d31ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:31.072Z|3bb85b04-21fb-4a1e-81a2-e814e46d55a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:31.449Z|1bf3db33-5944-46eb-be60-fefd830a2aeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:31.449Z|1bf3db33-5944-46eb-be60-fefd830a2aeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:31.794Z|ecba386f-b4bc-4a1f-9836-d2c6b562be7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:31.795Z|ecba386f-b4bc-4a1f-9836-d2c6b562be7d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:32.137Z|f5938592-7cf5-4a89-a608-85a63efcfd76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:32.138Z|f5938592-7cf5-4a89-a608-85a63efcfd76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:41.093Z|76d88934-6e57-4855-bb0e-8b4eefe250fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:41.093Z|76d88934-6e57-4855-bb0e-8b4eefe250fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:41.096Z|bf91841f-6ae8-4fa8-8fab-bcf501562260|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:41.097Z|bf91841f-6ae8-4fa8-8fab-bcf501562260|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:42.170Z|d5b97ea6-6592-467b-92e4-da32f34327e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:42.171Z|d5b97ea6-6592-467b-92e4-da32f34327e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:46.449Z|82f50946-c778-432e-87b6-6b9073e49613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:27:46.451Z|82f50946-c778-432e-87b6-6b9073e49613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:27:51.118Z|58f13f23-8b5d-4b89-b61d-35e79fc6d779|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:51.118Z|f7ec5a54-ba06-4f6c-a90c-5cef75d6ec20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:51.119Z|58f13f23-8b5d-4b89-b61d-35e79fc6d779|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:51.119Z|f7ec5a54-ba06-4f6c-a90c-5cef75d6ec20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:52.191Z|6a00d603-2d83-4d09-8d39-23f23c1364c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:27:52.192Z|6a00d603-2d83-4d09-8d39-23f23c1364c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:27:59.849Z|51c350ac-0bd1-490c-8a13-13991db85244|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:27:59.849Z|51c350ac-0bd1-490c-8a13-13991db85244|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:01.143Z|343c0d03-a001-40b7-8c5b-c0df80d82700|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:01.143Z|c0733bc4-bc3c-4644-bbda-53455da1f3d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:01.144Z|343c0d03-a001-40b7-8c5b-c0df80d82700|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:01.144Z|c0733bc4-bc3c-4644-bbda-53455da1f3d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:01.449Z|812c9372-f178-489d-8733-2acdf8de31f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:01.450Z|812c9372-f178-489d-8733-2acdf8de31f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:01.796Z|c03bb238-7656-4ebc-a8b4-35e7e9d621b7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:01.797Z|c03bb238-7656-4ebc-a8b4-35e7e9d621b7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:02.213Z|198e1e8c-6d7d-4983-9108-b814bed8b74e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:02.214Z|198e1e8c-6d7d-4983-9108-b814bed8b74e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:11.168Z|bae4dd37-082e-439b-ae6e-0628848af502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:11.168Z|bae4dd37-082e-439b-ae6e-0628848af502|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:11.174Z|94a3b72d-adb5-47fe-a69c-3a650832a6a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:11.175Z|94a3b72d-adb5-47fe-a69c-3a650832a6a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:12.236Z|78f33258-c770-49e2-8c48-e4748f0d6bcd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:12.237Z|78f33258-c770-49e2-8c48-e4748f0d6bcd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:16.449Z|a4d33cca-def8-4772-aef7-ee86ce1809cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:16.449Z|a4d33cca-def8-4772-aef7-ee86ce1809cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:21.188Z|a1432b33-7bf9-4465-80a1-eabae77dca54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:21.189Z|a1432b33-7bf9-4465-80a1-eabae77dca54|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:21.196Z|fd580632-63bb-4a95-8e18-8992e836e8a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:21.197Z|fd580632-63bb-4a95-8e18-8992e836e8a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:22.260Z|150b24d7-a877-4b32-bf0d-b732c8d93dc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:22.260Z|150b24d7-a877-4b32-bf0d-b732c8d93dc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:31.219Z|57d72c65-55fd-430b-9510-4c5d713aec1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:31.220Z|57d72c65-55fd-430b-9510-4c5d713aec1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:31.223Z|480387ff-deaa-41d3-b8fe-c99e571a9b91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:31.223Z|480387ff-deaa-41d3-b8fe-c99e571a9b91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:31.449Z|0583089a-1b3d-41ca-8e52-32155cacf44f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:31.452Z|0583089a-1b3d-41ca-8e52-32155cacf44f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:31.797Z|2917e8b8-09f1-4b58-9db3-3a2f4a0e2c4a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:31.798Z|2917e8b8-09f1-4b58-9db3-3a2f4a0e2c4a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:32.285Z|011c20e2-9ee0-4bb8-b512-fd2eabe0141b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:32.285Z|011c20e2-9ee0-4bb8-b512-fd2eabe0141b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:41.244Z|44a57c0a-19cd-40e5-883c-6ae81f8d8c4f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:41.244Z|44a57c0a-19cd-40e5-883c-6ae81f8d8c4f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:41.245Z|d0f25607-5823-444d-89b9-9e8b92eed9b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:41.245Z|d0f25607-5823-444d-89b9-9e8b92eed9b2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:42.311Z|b47b51e1-e92b-4fc4-8d04-0c68f94e150e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:42.313Z|b47b51e1-e92b-4fc4-8d04-0c68f94e150e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:46.449Z|66dc9736-134a-4cf4-8df5-76d781b5ac49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:28:46.449Z|66dc9736-134a-4cf4-8df5-76d781b5ac49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:28:51.266Z|f031fab3-c4d6-4385-a9c4-a46075a91dbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:51.266Z|915d8263-6672-4c69-a4f4-1c5f08644e4a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:51.267Z|915d8263-6672-4c69-a4f4-1c5f08644e4a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:51.267Z|f031fab3-c4d6-4385-a9c4-a46075a91dbc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:52.338Z|4c0a4489-5511-48d6-a6ed-df202ae4b14a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:28:52.339Z|4c0a4489-5511-48d6-a6ed-df202ae4b14a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:28:59.842Z|a6ee7913-827f-4f33-a6cf-74caa9556baa|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:28:59.843Z|a6ee7913-827f-4f33-a6cf-74caa9556baa|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:01.287Z|724075aa-9886-4c61-ae50-9db92321b875|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:01.287Z|8975fbb8-2a0d-4354-ab41-cd0cda012215|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:01.288Z|724075aa-9886-4c61-ae50-9db92321b875|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:01.288Z|8975fbb8-2a0d-4354-ab41-cd0cda012215|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:01.449Z|1e5add7d-1a77-46ec-9f70-4e7e30e779c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:01.449Z|1e5add7d-1a77-46ec-9f70-4e7e30e779c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:01.799Z|b0546693-9479-4447-9a77-68eaddc84cca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:01.799Z|b0546693-9479-4447-9a77-68eaddc84cca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:02.362Z|ee1d6776-b87c-4691-8fa0-90c37a3c38a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:02.363Z|ee1d6776-b87c-4691-8fa0-90c37a3c38a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:11.311Z|e57abc66-af44-4cad-abdd-10a8b9b3659f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:11.311Z|a56ef86b-0ceb-4b57-9ffa-723c8dffd46b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:11.312Z|e57abc66-af44-4cad-abdd-10a8b9b3659f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:11.312Z|a56ef86b-0ceb-4b57-9ffa-723c8dffd46b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:12.391Z|d82263de-3360-48ba-b4fa-563926646cbc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:12.392Z|d82263de-3360-48ba-b4fa-563926646cbc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:16.449Z|389b6794-b6ff-4714-8e31-d368b944f6d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:16.454Z|389b6794-b6ff-4714-8e31-d368b944f6d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:21.337Z|d174e70f-0c17-4b2e-8863-53cf5f21d0da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:21.337Z|7c3dc938-8a80-4d2d-8676-2494b6fb0410|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:21.338Z|7c3dc938-8a80-4d2d-8676-2494b6fb0410|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:21.338Z|d174e70f-0c17-4b2e-8863-53cf5f21d0da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:22.413Z|1bc2a6b6-cb26-4679-b99c-95788cb3a61d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:22.414Z|1bc2a6b6-cb26-4679-b99c-95788cb3a61d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:31.360Z|63b5415c-b112-49dd-b611-bc3e4479de85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:31.360Z|09833802-1fa0-4e8f-bfae-1f770da5e5a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:31.361Z|09833802-1fa0-4e8f-bfae-1f770da5e5a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:31.361Z|63b5415c-b112-49dd-b611-bc3e4479de85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:31.449Z|5a9d72f9-52da-4c5c-bb44-cd51f27ec11d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:31.450Z|5a9d72f9-52da-4c5c-bb44-cd51f27ec11d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:31.800Z|384f41b6-b4d5-4504-b21c-227d7003a5c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:31.801Z|384f41b6-b4d5-4504-b21c-227d7003a5c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:32.443Z|ca1e3ff1-7273-44eb-b9a1-b1a51a3355b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:32.443Z|ca1e3ff1-7273-44eb-b9a1-b1a51a3355b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:41.383Z|ebccbc6d-fb0a-4ce8-b699-748754f0203b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:41.383Z|1e56c7bc-0cef-4186-9be9-8d869f88b4bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:41.384Z|ebccbc6d-fb0a-4ce8-b699-748754f0203b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:41.384Z|1e56c7bc-0cef-4186-9be9-8d869f88b4bc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:42.465Z|45ae3bfe-9e3c-44d0-a996-9ba5a122e139|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:42.465Z|45ae3bfe-9e3c-44d0-a996-9ba5a122e139|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:46.449Z|36e10e26-8a85-43be-bc8d-5a8ec1c4b0b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:29:46.449Z|36e10e26-8a85-43be-bc8d-5a8ec1c4b0b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:29:51.405Z|3a0508e4-ad71-47a3-8d8e-67b369617159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:51.406Z|3a0508e4-ad71-47a3-8d8e-67b369617159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:51.407Z|fb747133-b9c1-4bfb-8f93-47c610879686|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:51.408Z|fb747133-b9c1-4bfb-8f93-47c610879686|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:52.490Z|ac1911b5-444c-4fba-9816-1e6dbfea8a3c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:29:52.491Z|ac1911b5-444c-4fba-9816-1e6dbfea8a3c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:29:59.848Z|a38ab4c1-0e4f-4444-9523-2905024bcee1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:29:59.849Z|a38ab4c1-0e4f-4444-9523-2905024bcee1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:01.432Z|f9ac5377-2bc9-4525-8cba-af567b3458d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:01.432Z|d08f7182-5673-479d-82f1-befe60accd55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:01.433Z|f9ac5377-2bc9-4525-8cba-af567b3458d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:01.434Z|d08f7182-5673-479d-82f1-befe60accd55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:01.449Z|0ad892da-aafa-4584-9f39-42670ffe81ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:01.452Z|0ad892da-aafa-4584-9f39-42670ffe81ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:01.801Z|a0183a69-2d9a-47f2-98eb-bffffa0b4a08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:01.802Z|a0183a69-2d9a-47f2-98eb-bffffa0b4a08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:02.514Z|4d9c65e4-9fcd-4c09-b006-20451349dd44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:02.515Z|4d9c65e4-9fcd-4c09-b006-20451349dd44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:11.460Z|c099ce93-858a-4f22-a1f5-d3500d377628|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:11.460Z|645733b5-0775-4717-9006-fc73430215e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:11.461Z|645733b5-0775-4717-9006-fc73430215e0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:11.461Z|c099ce93-858a-4f22-a1f5-d3500d377628|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:12.537Z|d4b68a51-bcca-481e-874c-741d1d86866c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:12.538Z|d4b68a51-bcca-481e-874c-741d1d86866c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:16.449Z|856e8ba3-6c5a-4671-865b-e59c73f4c6c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:16.450Z|856e8ba3-6c5a-4671-865b-e59c73f4c6c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:21.488Z|f723ac13-70d3-4857-991e-2f3fcc81863b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:21.489Z|b0373166-ad1f-4a0b-aab9-dcd32f1c14ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:21.489Z|f723ac13-70d3-4857-991e-2f3fcc81863b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:21.489Z|b0373166-ad1f-4a0b-aab9-dcd32f1c14ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:22.559Z|3fe7863f-3556-44af-89c4-f69afc34da70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:22.560Z|3fe7863f-3556-44af-89c4-f69afc34da70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:31.449Z|02f6f05d-81e2-4650-9774-59bfe3efb41c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:31.451Z|02f6f05d-81e2-4650-9774-59bfe3efb41c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:31.518Z|55ff5bdc-8907-4f5e-9375-5d6ef3aacdba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:31.520Z|55ff5bdc-8907-4f5e-9375-5d6ef3aacdba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:31.526Z|ff77e71b-8733-4884-9c9d-680823203783|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:31.526Z|ff77e71b-8733-4884-9c9d-680823203783|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:31.803Z|7a1029b5-9549-4e83-a50c-e34a9bdd1f0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:31.804Z|7a1029b5-9549-4e83-a50c-e34a9bdd1f0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:32.582Z|6d3be2cf-cac2-46e7-83ea-2825adfa973b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:32.583Z|6d3be2cf-cac2-46e7-83ea-2825adfa973b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:41.548Z|0cbcd810-db63-4ef2-bfd5-a4b68e256971|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:41.550Z|0cbcd810-db63-4ef2-bfd5-a4b68e256971|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:41.551Z|1469533c-387f-414e-9b02-8619e5cb08e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:41.552Z|1469533c-387f-414e-9b02-8619e5cb08e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:42.606Z|fbdf3b7c-00c4-41a9-948f-11ed4505c30c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:42.608Z|fbdf3b7c-00c4-41a9-948f-11ed4505c30c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:46.449Z|0102a5cc-0bc2-4210-9e7b-2d7a90159849|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:30:46.452Z|0102a5cc-0bc2-4210-9e7b-2d7a90159849|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:30:51.576Z|3851fb5b-a212-4774-a080-1b8d887b35f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:51.577Z|3851fb5b-a212-4774-a080-1b8d887b35f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:51.590Z|c50a034b-d880-4886-9d41-7d8409d2f7e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:51.590Z|c50a034b-d880-4886-9d41-7d8409d2f7e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:52.634Z|55276d04-c28c-4d0f-a3ee-e10c71140684|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:30:52.634Z|55276d04-c28c-4d0f-a3ee-e10c71140684|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:30:59.843Z|908916f6-bd02-4a89-91ea-b3091431e214|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:30:59.843Z|908916f6-bd02-4a89-91ea-b3091431e214|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:01.449Z|bfc7bb12-5945-4d34-bc77-d709e8688d84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:01.449Z|bfc7bb12-5945-4d34-bc77-d709e8688d84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:01.603Z|f74c36e6-adff-47d1-a329-e8fdd9856d0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:01.604Z|f74c36e6-adff-47d1-a329-e8fdd9856d0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:01.615Z|63b0feae-41fa-45fc-babf-ca4a590d2bd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:01.616Z|63b0feae-41fa-45fc-babf-ca4a590d2bd8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:01.805Z|7ade3dac-0d85-4c45-af47-daa30cd1610c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:01.805Z|7ade3dac-0d85-4c45-af47-daa30cd1610c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:02.662Z|e38bbe7e-92ca-49e9-a7cf-1fe85b0ebe33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:02.662Z|e38bbe7e-92ca-49e9-a7cf-1fe85b0ebe33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:11.629Z|6e7b0b0b-6a35-4864-9a01-4931e1862315|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:11.630Z|6e7b0b0b-6a35-4864-9a01-4931e1862315|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:11.642Z|0f5e6442-93e3-4bad-94af-42f80f6d9863|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:11.643Z|0f5e6442-93e3-4bad-94af-42f80f6d9863|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:12.684Z|c93c0688-5ab0-4dc0-88e0-491d1a394ccc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:12.685Z|c93c0688-5ab0-4dc0-88e0-491d1a394ccc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:16.449Z|825d78c5-4200-4e97-9d78-795a3bda431b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:16.450Z|825d78c5-4200-4e97-9d78-795a3bda431b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:21.653Z|4f9db596-1019-4439-9997-87ed81a18dba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:21.654Z|4f9db596-1019-4439-9997-87ed81a18dba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:21.666Z|5c94468c-a0b6-4dfe-88fc-25f776f55caf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:21.667Z|5c94468c-a0b6-4dfe-88fc-25f776f55caf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:22.707Z|b34d6829-5406-4d08-a3ee-7a3efd00288c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:22.708Z|b34d6829-5406-4d08-a3ee-7a3efd00288c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:31.449Z|3c93bab4-f556-43cf-9a8b-cfc4d1d35532|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:31.452Z|3c93bab4-f556-43cf-9a8b-cfc4d1d35532|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:31.682Z|967cc80a-8840-4f56-95d3-5c70ed73f4ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:31.683Z|967cc80a-8840-4f56-95d3-5c70ed73f4ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:31.689Z|8bf63720-be1f-4e60-ac27-1419e3821d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:31.690Z|8bf63720-be1f-4e60-ac27-1419e3821d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:31.806Z|a60b3610-51fd-4bac-aa8b-1fe5e761ba09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:31.806Z|a60b3610-51fd-4bac-aa8b-1fe5e761ba09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:32.731Z|a136b102-e672-469c-ae78-79e7ab77e59b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:32.732Z|a136b102-e672-469c-ae78-79e7ab77e59b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:41.711Z|4620385f-163b-4a42-9dae-cde14d2a8e00|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:41.711Z|4b11cdbd-9bd3-47a7-9440-78e78a97253d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:41.712Z|4b11cdbd-9bd3-47a7-9440-78e78a97253d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:41.712Z|4620385f-163b-4a42-9dae-cde14d2a8e00|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:42.762Z|f35c9973-afce-4204-8163-107b0957f8e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:42.762Z|f35c9973-afce-4204-8163-107b0957f8e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:46.449Z|0e88cd06-6dc7-429b-b067-9ab94385f34c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:31:46.449Z|0e88cd06-6dc7-429b-b067-9ab94385f34c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:31:51.735Z|8e2d1a89-9329-4bbe-8d0c-daff5fa500a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:51.736Z|01634eac-9cfc-4750-ae82-ac98c5c78133|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:51.736Z|01634eac-9cfc-4750-ae82-ac98c5c78133|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:51.737Z|8e2d1a89-9329-4bbe-8d0c-daff5fa500a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:52.786Z|daa2b48f-ab29-4b0b-a009-420ae6ada36e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:31:52.787Z|daa2b48f-ab29-4b0b-a009-420ae6ada36e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:31:59.843Z|1e92f262-b7bb-45a4-81fe-5340bf3db057|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:31:59.843Z|1e92f262-b7bb-45a4-81fe-5340bf3db057|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:01.449Z|2109496e-fe75-4ab8-8aa2-3b153f8a6544|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:01.449Z|2109496e-fe75-4ab8-8aa2-3b153f8a6544|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:01.759Z|6b1a6e40-18ba-48ea-9be5-4a48fc30de13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:01.759Z|44193361-4c77-4a13-9b4e-aca4a0f4ff2d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:01.760Z|6b1a6e40-18ba-48ea-9be5-4a48fc30de13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:01.760Z|44193361-4c77-4a13-9b4e-aca4a0f4ff2d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:01.807Z|4ff364dd-16a0-40f5-9153-d3f8f5ca8426|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:01.808Z|4ff364dd-16a0-40f5-9153-d3f8f5ca8426|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:02.814Z|7c7ccf61-fe60-4d9f-8aac-a76294f3bb79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:02.815Z|7c7ccf61-fe60-4d9f-8aac-a76294f3bb79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:11.782Z|2c4a7b83-6917-48ba-b33b-7324a5946f48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:11.782Z|a3aec831-db43-4af3-be11-993ccd87a205|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:11.783Z|2c4a7b83-6917-48ba-b33b-7324a5946f48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:11.784Z|a3aec831-db43-4af3-be11-993ccd87a205|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:12.865Z|d34e90bb-2d36-4c16-8195-9913258f5a5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:12.865Z|d34e90bb-2d36-4c16-8195-9913258f5a5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:16.449Z|b6a7c90e-240c-4f3f-a472-a37af758ceeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:16.451Z|b6a7c90e-240c-4f3f-a472-a37af758ceeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:21.806Z|7b0f98f9-664d-49b9-8b61-6496bfa83a05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:21.806Z|1c7f545d-10cd-43c4-8d3c-7084f6439dbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:21.806Z|7b0f98f9-664d-49b9-8b61-6496bfa83a05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:21.806Z|1c7f545d-10cd-43c4-8d3c-7084f6439dbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:22.890Z|5e8a62f2-0eda-40a5-b680-f48a313faf7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:22.891Z|5e8a62f2-0eda-40a5-b680-f48a313faf7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:31.449Z|566f8694-1d39-4b6f-9508-604e16ffe35e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:31.449Z|566f8694-1d39-4b6f-9508-604e16ffe35e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:31.808Z|645ec2ed-df1e-4789-9f12-cfaab45a9f60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:31.809Z|645ec2ed-df1e-4789-9f12-cfaab45a9f60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:31.835Z|727827fa-52e8-4cd4-9450-0a1c4831df51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:31.835Z|4f559415-64fa-43de-a795-72ef51014b95|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:31.836Z|4f559415-64fa-43de-a795-72ef51014b95|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:31.836Z|727827fa-52e8-4cd4-9450-0a1c4831df51|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:32.913Z|55e5aac0-b895-4dc2-9bdb-d8bf04d163ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:32.914Z|55e5aac0-b895-4dc2-9bdb-d8bf04d163ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:41.859Z|9556aed7-7f51-4210-96ca-332744580768|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:41.858Z|2014c562-0156-4af8-9a86-2162a91253e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:41.859Z|9556aed7-7f51-4210-96ca-332744580768|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:41.859Z|2014c562-0156-4af8-9a86-2162a91253e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:42.935Z|b73c124d-0b59-4dc5-b5b1-f8caa0976458|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:42.935Z|b73c124d-0b59-4dc5-b5b1-f8caa0976458|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:46.449Z|f38dc45b-a9d4-405c-a34f-8790f4f003f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:32:46.449Z|f38dc45b-a9d4-405c-a34f-8790f4f003f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:32:51.882Z|76cf973f-b0f3-42cc-af50-3e78852c3ca7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:51.883Z|69b3c7a3-9e53-4603-8d45-a76a1749eaca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:51.883Z|69b3c7a3-9e53-4603-8d45-a76a1749eaca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:51.883Z|76cf973f-b0f3-42cc-af50-3e78852c3ca7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:52.956Z|a1e7b0d4-0eef-4bb3-918d-3cc67bdac5cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:32:52.958Z|a1e7b0d4-0eef-4bb3-918d-3cc67bdac5cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:32:59.842Z|a7be52d7-792f-42cf-8b17-c13c68f2d5e4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:32:59.843Z|a7be52d7-792f-42cf-8b17-c13c68f2d5e4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:01.449Z|8f57c0cc-1846-4982-a3ac-a077c85eadb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:01.452Z|8f57c0cc-1846-4982-a3ac-a077c85eadb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:01.809Z|c1d2271a-ee6f-4b94-b3b6-d6827e4116ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:01.810Z|c1d2271a-ee6f-4b94-b3b6-d6827e4116ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:01.904Z|7f03c784-c969-48fe-978c-19d01d5a095a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:01.904Z|eb5ea53d-526e-4270-89b0-e050b83c3838|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:01.905Z|eb5ea53d-526e-4270-89b0-e050b83c3838|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:01.905Z|7f03c784-c969-48fe-978c-19d01d5a095a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:02.979Z|61fbfbb5-5ac4-49dc-9208-d9e4fc42ae03|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:02.979Z|61fbfbb5-5ac4-49dc-9208-d9e4fc42ae03|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:11.928Z|6d6550a7-0e24-4bd1-a67c-ff67bc163589|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:11.928Z|b0dcb7b0-179c-46cb-9217-ca67301c584c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:11.928Z|b0dcb7b0-179c-46cb-9217-ca67301c584c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:11.928Z|6d6550a7-0e24-4bd1-a67c-ff67bc163589|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:13.002Z|37136fe8-0958-4867-beb2-068045efef9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:13.002Z|37136fe8-0958-4867-beb2-068045efef9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:16.449Z|73f8be76-5df6-45bd-aa99-ca07eaac3140|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:16.450Z|73f8be76-5df6-45bd-aa99-ca07eaac3140|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:21.950Z|016cd8c9-0385-4024-9730-38516213a709|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:21.950Z|9717c150-1f5c-42e6-9ece-4f62f78e1e60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:21.951Z|9717c150-1f5c-42e6-9ece-4f62f78e1e60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:21.951Z|016cd8c9-0385-4024-9730-38516213a709|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:23.025Z|a65a46f6-e063-4046-a06a-0bba1f547270|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:23.026Z|a65a46f6-e063-4046-a06a-0bba1f547270|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:31.449Z|cc9c6e57-2fc4-426f-ba80-c49ae47a97b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:31.449Z|cc9c6e57-2fc4-426f-ba80-c49ae47a97b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:31.811Z|9b772644-356e-4d23-93a2-34ce450a8301|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:31.811Z|9b772644-356e-4d23-93a2-34ce450a8301|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:31.973Z|0dc9343f-ec0e-451f-bf3b-bb8735e7ece2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:31.973Z|0dc9343f-ec0e-451f-bf3b-bb8735e7ece2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:31.976Z|8663a76c-3598-4354-88fc-0b223bbde80c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:31.977Z|8663a76c-3598-4354-88fc-0b223bbde80c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:33.047Z|9d8ffa09-809d-4f72-8734-564eca15fc22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:33.048Z|9d8ffa09-809d-4f72-8734-564eca15fc22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:41.996Z|b4bc6591-92a9-4637-a6f7-5c976f6122fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:41.997Z|b4bc6591-92a9-4637-a6f7-5c976f6122fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:42.000Z|a94f7e7a-247e-4f35-bf2b-f7589070d9c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:42.000Z|a94f7e7a-247e-4f35-bf2b-f7589070d9c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:43.070Z|70805470-cf5a-45d6-9d3c-7e1ebcc76463|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:43.071Z|70805470-cf5a-45d6-9d3c-7e1ebcc76463|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:46.449Z|32d579db-7a99-49c4-97d8-3d8e3548d24f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:33:46.451Z|32d579db-7a99-49c4-97d8-3d8e3548d24f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:33:52.020Z|d8c9c757-90a5-478c-a88e-8502986e7dd2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:52.021Z|d8c9c757-90a5-478c-a88e-8502986e7dd2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:52.021Z|7deb0600-1f12-43ad-84b9-07670f33007b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:52.021Z|7deb0600-1f12-43ad-84b9-07670f33007b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:53.094Z|18bf6bc5-c9b1-43b4-b535-1e275ebae2bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:33:53.095Z|18bf6bc5-c9b1-43b4-b535-1e275ebae2bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:33:59.842Z|0f4340dd-ffcc-488d-a618-ba272722b7d4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:33:59.842Z|0f4340dd-ffcc-488d-a618-ba272722b7d4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:01.449Z|ecd6831d-f15c-43c4-b2c9-6dc54a7b077c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:01.449Z|ecd6831d-f15c-43c4-b2c9-6dc54a7b077c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:01.812Z|3133046f-025e-4834-b7bf-d10f286be973|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:01.812Z|3133046f-025e-4834-b7bf-d10f286be973|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:02.043Z|7dea7a12-209b-421f-aad5-25475b6c4813|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:02.043Z|180cc9e3-6560-4469-937c-872c12c3aa40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:02.043Z|7dea7a12-209b-421f-aad5-25475b6c4813|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:02.043Z|180cc9e3-6560-4469-937c-872c12c3aa40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:03.117Z|d85ddd73-18d7-400e-b14a-ecd7fce9abb6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:03.118Z|d85ddd73-18d7-400e-b14a-ecd7fce9abb6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:12.064Z|38c1257c-b6f4-4c5b-ad70-e87fe04811a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:12.064Z|81892df6-dfad-4324-84bf-2da6c7ab8623|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:12.065Z|81892df6-dfad-4324-84bf-2da6c7ab8623|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:12.065Z|38c1257c-b6f4-4c5b-ad70-e87fe04811a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:13.140Z|aae78b99-b732-4818-ba4a-a926ce520115|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:13.141Z|aae78b99-b732-4818-ba4a-a926ce520115|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:16.449Z|8d09a1a5-9903-44cb-b674-1714f39e2da3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:16.450Z|8d09a1a5-9903-44cb-b674-1714f39e2da3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:22.086Z|9a1a49fe-00a8-434c-97e0-ccc84ec3b6a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:22.085Z|91286eff-691c-480c-a298-88684baa31e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:22.086Z|9a1a49fe-00a8-434c-97e0-ccc84ec3b6a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:22.088Z|91286eff-691c-480c-a298-88684baa31e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:23.163Z|e7d4a1f3-aeba-40e5-8d78-c4588e883076|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:23.164Z|e7d4a1f3-aeba-40e5-8d78-c4588e883076|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:31.449Z|a13c90a5-ec5e-48b6-b6c8-153f47aff010|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:31.452Z|a13c90a5-ec5e-48b6-b6c8-153f47aff010|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:31.813Z|c7d4b313-2bbf-4303-af6e-d38d3964c1ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:31.814Z|c7d4b313-2bbf-4303-af6e-d38d3964c1ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:32.109Z|bb91d12a-0256-45be-ae40-ebdd8bf1a524|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:32.109Z|574a9a03-6882-4bed-b303-9b02791e4976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:32.110Z|574a9a03-6882-4bed-b303-9b02791e4976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:32.110Z|bb91d12a-0256-45be-ae40-ebdd8bf1a524|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:33.191Z|f54bb712-7a6e-4edd-8767-930e4dc82b9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:33.192Z|f54bb712-7a6e-4edd-8767-930e4dc82b9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:42.140Z|2ce79793-540c-4dc6-bb98-8139ab8647eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:42.140Z|2ce79793-540c-4dc6-bb98-8139ab8647eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:42.154Z|e0336880-ad85-46a1-8756-f73f793c3256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:42.155Z|e0336880-ad85-46a1-8756-f73f793c3256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:43.227Z|b86a2c35-7d1a-4ec6-8373-d146869a1ecf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:43.228Z|b86a2c35-7d1a-4ec6-8373-d146869a1ecf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:46.449Z|65d69fb1-66ff-45ab-a9ba-e8eeca73a932|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:34:46.450Z|65d69fb1-66ff-45ab-a9ba-e8eeca73a932|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:34:52.162Z|a74f13a0-e285-489a-9819-b73164bff9db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:52.162Z|a74f13a0-e285-489a-9819-b73164bff9db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:52.177Z|8fe63dd9-9b49-4725-a2e3-be9b8fe41f6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:52.178Z|8fe63dd9-9b49-4725-a2e3-be9b8fe41f6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:53.252Z|d526ddb3-26a2-485f-b749-1a656e789745|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:34:53.253Z|d526ddb3-26a2-485f-b749-1a656e789745|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:34:59.842Z|5db45b3b-1f2d-41c0-818d-7c0c63e6e01d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:34:59.843Z|5db45b3b-1f2d-41c0-818d-7c0c63e6e01d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:01.449Z|9d1162d7-f0c3-47f7-bf13-b08f9b9b5d95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:01.449Z|9d1162d7-f0c3-47f7-bf13-b08f9b9b5d95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:01.815Z|e33348ee-ddcc-40f6-a123-edcf4df47a02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:01.815Z|e33348ee-ddcc-40f6-a123-edcf4df47a02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:02.184Z|23646e3a-5685-44b8-b0a6-d84ee4f8f8af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:02.185Z|23646e3a-5685-44b8-b0a6-d84ee4f8f8af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:02.202Z|e4ae488d-82c8-4556-9745-5805532bb7f7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:02.203Z|e4ae488d-82c8-4556-9745-5805532bb7f7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:03.274Z|bdba0a22-a15f-4dbd-88da-4be5ce57c839|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:03.275Z|bdba0a22-a15f-4dbd-88da-4be5ce57c839|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:12.208Z|4e0b1efa-1e43-410c-bceb-31cd73b69a8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:12.209Z|4e0b1efa-1e43-410c-bceb-31cd73b69a8e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:12.226Z|6ec1265c-5f69-4114-966d-c5c95516f5cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:12.227Z|6ec1265c-5f69-4114-966d-c5c95516f5cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:13.296Z|8e701bfd-d48a-4516-b041-06dde10ae5a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:13.297Z|8e701bfd-d48a-4516-b041-06dde10ae5a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:16.449Z|bfb59fc2-8d1e-4867-b0ae-16dcae1d13f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:16.452Z|bfb59fc2-8d1e-4867-b0ae-16dcae1d13f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:22.237Z|6b2abb21-33b1-4ef0-8283-1ef6b45cc304|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:22.238Z|6b2abb21-33b1-4ef0-8283-1ef6b45cc304|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:22.247Z|df68d065-f0e1-443c-8b0a-92f5a688f0a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:22.248Z|df68d065-f0e1-443c-8b0a-92f5a688f0a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:23.320Z|d80cdc3a-2d3f-4722-91bd-fb46a5664c62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:23.321Z|d80cdc3a-2d3f-4722-91bd-fb46a5664c62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:31.449Z|f9d340b7-5165-48d5-9714-07d48a6045be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:31.450Z|f9d340b7-5165-48d5-9714-07d48a6045be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:31.816Z|0c8f6e4f-f3fd-4892-ad5a-cf5ed65206ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:31.817Z|0c8f6e4f-f3fd-4892-ad5a-cf5ed65206ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:32.260Z|e810fbf0-de3d-4fb0-8a9a-1f04bf452c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:32.261Z|e810fbf0-de3d-4fb0-8a9a-1f04bf452c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:32.268Z|df895a9a-c606-4979-8337-c69d8e1bc8c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:32.269Z|df895a9a-c606-4979-8337-c69d8e1bc8c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:33.343Z|41caa3ea-3f04-433c-9b8a-0b54dfcf5e92|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:33.343Z|41caa3ea-3f04-433c-9b8a-0b54dfcf5e92|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:42.287Z|ad6b5d62-1cf4-4b49-b8a5-bc253b56de1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:42.288Z|ad6b5d62-1cf4-4b49-b8a5-bc253b56de1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:42.291Z|caff8ead-b81f-4537-85e3-cdabbed7d75c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:42.292Z|caff8ead-b81f-4537-85e3-cdabbed7d75c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:43.374Z|4604af65-820f-47cc-8856-ef73b18faf7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:43.375Z|4604af65-820f-47cc-8856-ef73b18faf7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:46.449Z|04de5fa1-4449-429a-9573-5f60ec730dc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:35:46.449Z|04de5fa1-4449-429a-9573-5f60ec730dc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:35:52.317Z|3d546605-49fe-4e3d-a56d-20f66b44ba5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:52.318Z|3d546605-49fe-4e3d-a56d-20f66b44ba5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:52.321Z|05d0e7d5-2e67-413b-b15b-178d82f3b285|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:52.321Z|05d0e7d5-2e67-413b-b15b-178d82f3b285|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:53.398Z|baa22214-7c74-40ef-a85e-6497bebd083a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:35:53.399Z|baa22214-7c74-40ef-a85e-6497bebd083a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:35:59.842Z|c968c1bb-17b7-4064-96b0-b85bf58cc5f5|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:35:59.843Z|c968c1bb-17b7-4064-96b0-b85bf58cc5f5|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:01.449Z|d388640d-eaeb-44ab-8544-831172f7de37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:01.451Z|d388640d-eaeb-44ab-8544-831172f7de37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:01.817Z|832579e5-a82f-49ae-b222-a944bcb5b9fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:01.818Z|832579e5-a82f-49ae-b222-a944bcb5b9fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:02.344Z|76044b21-8afb-440c-ac4e-5b3626f0b1b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:02.344Z|19e58850-3e27-4ad2-83eb-8d7b2394be53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:02.344Z|76044b21-8afb-440c-ac4e-5b3626f0b1b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:02.345Z|19e58850-3e27-4ad2-83eb-8d7b2394be53|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:03.420Z|0b05f4b8-2925-4c99-ba5e-7023143ed5b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:03.421Z|0b05f4b8-2925-4c99-ba5e-7023143ed5b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:12.366Z|d92bffe1-7ccd-42de-b199-7f9df5f0bbbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:12.366Z|5bfb4cda-55b7-4b4a-83bd-88688b3845fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:12.367Z|d92bffe1-7ccd-42de-b199-7f9df5f0bbbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:12.367Z|5bfb4cda-55b7-4b4a-83bd-88688b3845fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:13.442Z|44b832d2-4b60-4e37-9700-c6aae147dd85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:13.443Z|44b832d2-4b60-4e37-9700-c6aae147dd85|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:16.449Z|6369a926-059e-4fb4-acde-8e6dd8f3682d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:16.449Z|6369a926-059e-4fb4-acde-8e6dd8f3682d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:22.388Z|37a32d73-1f34-4656-8c55-3c1110ea90d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:22.388Z|e2f6a894-4177-44ad-b093-d88c11699759|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:22.388Z|37a32d73-1f34-4656-8c55-3c1110ea90d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:22.388Z|e2f6a894-4177-44ad-b093-d88c11699759|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:23.463Z|cd33b725-9803-4320-bc29-dc13535f2723|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:23.464Z|cd33b725-9803-4320-bc29-dc13535f2723|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:31.449Z|dba3aeff-8f23-48ae-88d3-ab4c74753de9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:31.449Z|dba3aeff-8f23-48ae-88d3-ab4c74753de9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:31.819Z|8f676de4-9264-4dcc-9f2d-c0157005fcd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:31.820Z|8f676de4-9264-4dcc-9f2d-c0157005fcd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:32.410Z|6a845bc6-f5b4-4eb2-8211-6a9ac250ccfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:32.411Z|6a845bc6-f5b4-4eb2-8211-6a9ac250ccfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:32.416Z|127a7fc7-de72-40d3-87e0-f7bea76252ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:32.416Z|127a7fc7-de72-40d3-87e0-f7bea76252ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:33.490Z|6082dea3-5d8f-492e-9fc7-84c9613f0003|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:33.491Z|6082dea3-5d8f-492e-9fc7-84c9613f0003|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:42.433Z|a714a10a-4219-46a2-ac9d-00a1555b2168|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:42.433Z|a714a10a-4219-46a2-ac9d-00a1555b2168|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:42.439Z|e1da4eb1-234b-44ea-8e74-4d51e1fa0688|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:42.440Z|e1da4eb1-234b-44ea-8e74-4d51e1fa0688|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:43.519Z|d0800f50-d788-4644-9303-86a01042d753|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:43.520Z|d0800f50-d788-4644-9303-86a01042d753|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:46.449Z|2d4ecad0-27db-4871-9517-fe25d96ae4ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:36:46.452Z|2d4ecad0-27db-4871-9517-fe25d96ae4ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:36:52.454Z|f8df9f44-cb90-4424-9b55-eda427e42c2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:52.455Z|f8df9f44-cb90-4424-9b55-eda427e42c2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:52.459Z|fc2067e8-5048-4f49-99e1-ca429c29ff71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:52.460Z|fc2067e8-5048-4f49-99e1-ca429c29ff71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:53.547Z|c65b8cbf-9040-4ba9-9e86-419e2c9599df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:36:53.548Z|c65b8cbf-9040-4ba9-9e86-419e2c9599df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:36:59.849Z|78805a3b-c8b5-4458-aaee-e9232bf3a550|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:36:59.850Z|78805a3b-c8b5-4458-aaee-e9232bf3a550|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:01.449Z|c17c04e2-da37-4734-bf82-b5c2e71138cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:01.449Z|c17c04e2-da37-4734-bf82-b5c2e71138cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:01.820Z|037973c2-fb41-4cf9-a4fe-955332eaf81e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:01.821Z|037973c2-fb41-4cf9-a4fe-955332eaf81e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:02.481Z|ff56c78c-3022-475a-9836-8ce19092e1f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:02.482Z|ff56c78c-3022-475a-9836-8ce19092e1f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:02.489Z|90bc8dae-adf1-40a7-85d5-e5a5d1159ede|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:02.489Z|90bc8dae-adf1-40a7-85d5-e5a5d1159ede|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:03.574Z|87138c89-e641-4cbe-89c5-3134a9172c53|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:03.575Z|87138c89-e641-4cbe-89c5-3134a9172c53|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:12.506Z|172d9983-4879-4eaf-a13d-04a14514338f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:12.507Z|172d9983-4879-4eaf-a13d-04a14514338f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:12.516Z|8e3addbb-0019-4634-8f09-4ee951f48e88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:12.517Z|8e3addbb-0019-4634-8f09-4ee951f48e88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:13.599Z|563137e9-81ab-4889-a572-29a3d41db54f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:13.600Z|563137e9-81ab-4889-a572-29a3d41db54f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:16.449Z|8e66363b-6d0c-420f-a576-3adf49bbce6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:16.449Z|8e66363b-6d0c-420f-a576-3adf49bbce6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:22.531Z|b39d401b-918d-4c9d-818a-093a701c2806|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:22.532Z|b39d401b-918d-4c9d-818a-093a701c2806|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:22.540Z|b9f86d22-83d8-49c0-a849-4d4f64ddebaa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:22.541Z|b9f86d22-83d8-49c0-a849-4d4f64ddebaa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:23.625Z|bd154cc0-d0ef-46ca-b0c1-121d888c9ee1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:23.626Z|bd154cc0-d0ef-46ca-b0c1-121d888c9ee1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:31.449Z|94dca860-eec6-48d8-a737-e3dc7104f0e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:31.452Z|94dca860-eec6-48d8-a737-e3dc7104f0e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:31.822Z|bbb2f883-4000-4236-a396-84f4b652505b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:31.822Z|bbb2f883-4000-4236-a396-84f4b652505b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:32.555Z|0f2ab6fa-a999-41e6-adba-7c9302309c92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:32.556Z|0f2ab6fa-a999-41e6-adba-7c9302309c92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:32.566Z|24569400-1bd7-4bf1-97d4-34496aedbe67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:32.567Z|24569400-1bd7-4bf1-97d4-34496aedbe67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:33.647Z|25c1b146-11c4-477a-a304-a966c454db47|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:33.648Z|25c1b146-11c4-477a-a304-a966c454db47|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:42.584Z|ac19cf87-6463-4cd6-947f-360514802ada|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:42.585Z|ac19cf87-6463-4cd6-947f-360514802ada|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:42.599Z|d8435e19-b7d3-4ecf-89c7-4e2ff4a02626|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:42.600Z|d8435e19-b7d3-4ecf-89c7-4e2ff4a02626|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:43.673Z|5f6cdacc-f91f-4ef4-9f9b-2ef8995f96e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:43.674Z|5f6cdacc-f91f-4ef4-9f9b-2ef8995f96e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:46.449Z|c83209d3-0171-4f37-af3b-e844299f3d8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:37:46.449Z|c83209d3-0171-4f37-af3b-e844299f3d8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:37:52.643Z|fce98167-867b-4772-99e1-d4526927d0e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:52.644Z|fce98167-867b-4772-99e1-d4526927d0e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:52.652Z|11ad599c-71c7-4dbf-9aae-f1e0ef45e227|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:52.653Z|11ad599c-71c7-4dbf-9aae-f1e0ef45e227|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:53.698Z|d4fadb07-1e73-4285-9a7d-98e33b5ad055|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:37:53.699Z|d4fadb07-1e73-4285-9a7d-98e33b5ad055|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:37:59.846Z|498b915a-0286-41b7-93c6-1d9523dccc1c|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:37:59.846Z|498b915a-0286-41b7-93c6-1d9523dccc1c|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:01.450Z|7b60f632-0ae2-41f3-b1e3-f81d57f106b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:01.456Z|7b60f632-0ae2-41f3-b1e3-f81d57f106b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:01.823Z|42f03818-884a-4112-96a1-0d56b842ae8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:01.826Z|42f03818-884a-4112-96a1-0d56b842ae8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:02.712Z|ba3795e2-e66a-4c9c-9a88-3544282f490a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:02.713Z|ba3795e2-e66a-4c9c-9a88-3544282f490a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:02.718Z|2ff922a9-49b8-4bc6-bfdc-0b2c9fa07666|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:02.719Z|2ff922a9-49b8-4bc6-bfdc-0b2c9fa07666|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:03.724Z|c7231b6d-c316-4d06-b358-3361315801a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:03.724Z|c7231b6d-c316-4d06-b358-3361315801a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:12.754Z|8f36c3ed-9b66-438f-93e9-71a3015aa87d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:12.754Z|1c810085-0bb6-4666-a039-d42c5a79bf52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:12.756Z|8f36c3ed-9b66-438f-93e9-71a3015aa87d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:12.756Z|1c810085-0bb6-4666-a039-d42c5a79bf52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:13.746Z|d70ff3da-f7e8-4ee7-aa5b-5c31e0f075b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:13.746Z|d70ff3da-f7e8-4ee7-aa5b-5c31e0f075b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:16.449Z|9a9aeb75-7459-430b-9805-0eac9a64a1d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:16.449Z|9a9aeb75-7459-430b-9805-0eac9a64a1d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:22.777Z|5d904ec5-e81e-4177-9dea-a583dc2287a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:22.778Z|5d904ec5-e81e-4177-9dea-a583dc2287a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:22.777Z|3fd0fc5d-38e6-4070-bd2a-a8896615b8a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:22.780Z|3fd0fc5d-38e6-4070-bd2a-a8896615b8a9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:23.774Z|cb56cde9-e8cf-47d9-8976-18265d8bf867|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:23.775Z|cb56cde9-e8cf-47d9-8976-18265d8bf867|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:31.449Z|15239aa5-23b3-4a38-8abb-0600a8591bf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:31.449Z|15239aa5-23b3-4a38-8abb-0600a8591bf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:31.827Z|eb14c769-9470-4975-97dd-bde142affed4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:31.828Z|eb14c769-9470-4975-97dd-bde142affed4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:32.813Z|ba2b9ca9-6d0e-492f-bc4c-3c168a63350f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:32.813Z|807680d7-1a72-4b63-95aa-52358e8edf45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:32.814Z|ba2b9ca9-6d0e-492f-bc4c-3c168a63350f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:32.814Z|807680d7-1a72-4b63-95aa-52358e8edf45|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:33.794Z|82c01c5b-5279-4e61-96fa-8808e1751024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:33.795Z|82c01c5b-5279-4e61-96fa-8808e1751024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:42.846Z|793271d9-be75-4295-b136-5d4fb08a21d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:42.847Z|793271d9-be75-4295-b136-5d4fb08a21d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:42.846Z|0c583b49-5ce2-4800-83d3-6fd10ffacd10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:42.848Z|0c583b49-5ce2-4800-83d3-6fd10ffacd10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:43.828Z|21c86279-16e9-41a6-9fcc-a6f76a1dd607|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:43.829Z|21c86279-16e9-41a6-9fcc-a6f76a1dd607|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:46.449Z|b13ba5b5-c699-4172-82a5-3d5354defe27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:38:46.451Z|b13ba5b5-c699-4172-82a5-3d5354defe27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:38:52.924Z|359c7fe8-0cac-4af6-b0de-24aa8cd9ee9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:52.925Z|baf8ecbd-cc8c-44c6-ab17-d1bb37d51c2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:52.925Z|baf8ecbd-cc8c-44c6-ab17-d1bb37d51c2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:52.925Z|359c7fe8-0cac-4af6-b0de-24aa8cd9ee9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:53.852Z|8d611521-f175-4d4d-912e-caaeb0fa5dad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:38:53.852Z|8d611521-f175-4d4d-912e-caaeb0fa5dad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:38:59.842Z|88d23e27-a7a2-4d01-a734-a534d4c5d2ea|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:38:59.843Z|88d23e27-a7a2-4d01-a734-a534d4c5d2ea|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:01.449Z|6a583cff-bbab-420e-a9fd-0e37b93d330b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:01.449Z|6a583cff-bbab-420e-a9fd-0e37b93d330b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:01.828Z|c55d7636-0162-4122-be23-4b2da1e471f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:01.829Z|c55d7636-0162-4122-be23-4b2da1e471f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:02.954Z|01b6183b-f886-4cd6-86fd-f993df2702a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:02.954Z|ff7426be-2238-47b5-b355-11eb2a3a7966|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:02.955Z|ff7426be-2238-47b5-b355-11eb2a3a7966|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:02.955Z|01b6183b-f886-4cd6-86fd-f993df2702a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:03.874Z|a36b840c-69f2-42b7-abd2-2594fc1a1795|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:03.875Z|a36b840c-69f2-42b7-abd2-2594fc1a1795|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:07.133Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:39:07.149Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: d4318163-23c9-4cf6-b211-3886341f90ae already exists in requestDb InfraActiveRequests table 2023-01-22T06:39:07.152Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:07.152Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:39:07.153Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:07.153Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:07.154Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:39:07.154Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5529b37ef6da63e1", X-B3-SpanId:"a01476f783df04e0", X-B3-ParentSpanId:"5529b37ef6da63e1", X-B3-Sampled:"0", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c71b416e-5582-4f6f-aa3f-fedd0b157c99"] 2023-01-22T06:39:07.155Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:39:07.155Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:07.221Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:07.222Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:39:07.223Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:39:07.223Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:39:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:07.224Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: 2023-01-22T06:39:07.224Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:07.224Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|404|Not Found|InvokeReturn 2023-01-22T06:39:07.396Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:39:12.980Z|61631f94-cb87-4415-ae5b-c736a760cb84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:12.981Z|61631f94-cb87-4415-ae5b-c736a760cb84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:12.985Z|435ac2f6-1b00-4558-b9a9-18e55218314a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:12.986Z|435ac2f6-1b00-4558-b9a9-18e55218314a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:13.922Z|8b36547f-4ac3-4b29-98c4-99e7a0d1d87c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:13.923Z|8b36547f-4ac3-4b29-98c4-99e7a0d1d87c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:16.449Z|51eea4eb-7f11-4581-bddb-699b63b0488e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:16.449Z|51eea4eb-7f11-4581-bddb-699b63b0488e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:23.018Z|5a90e519-69dd-4d31-aebc-fa5beb13f21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:23.018Z|948b3080-42a3-4eb3-befc-afd0a97a3189|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:23.018Z|5a90e519-69dd-4d31-aebc-fa5beb13f21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:23.019Z|948b3080-42a3-4eb3-befc-afd0a97a3189|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:23.946Z|f3b6bb63-8d85-435c-b3bd-4f8252678a59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:23.946Z|f3b6bb63-8d85-435c-b3bd-4f8252678a59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:29.817Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:39:29.980Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:39:29.981Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:39:30.346Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:39:30.346Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:39:30 GMT], content-length=[614], vertex-id=[389368], x-aai-txid=[1-aai-resources-230122-06:39:30:210-86770], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:39:30.348Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369425287","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2023-01-22T06:39:30.516Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:39:30.516Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:39:30.536Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:39:30.537Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:39:30.537Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:30.537Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:39:30.538Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:39:30.538Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"115", X-B3-TraceId:"5529b37ef6da63e1", X-B3-SpanId:"2ac1b3a4b2b63718", X-B3-ParentSpanId:"5529b37ef6da63e1", X-B3-Sampled:"0", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c05e79b1-b4f6-4768-86c2-6511bd989632"] 2023-01-22T06:39:30.538Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536","requestScope":"service"} 2023-01-22T06:39:30.538Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:30.829Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:30.830Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:30.831Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:39:30.831Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:39:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:30.832Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:39:30.832Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:30.832Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:39:30.851Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:39:30.852Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:39:30.852Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:30.853Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:39:30.853Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:39:30.853Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"805cd5a5-5a97-4ec8-b814-cb86ff6fe3df"] 2023-01-22T06:39:30.854Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:39:30.854Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:31.274Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:31.274Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:31.275Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:39:31.275Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=0A1BF03C2B8B4BA4FA765737B0049B31; Path=/; HttpOnly", Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:31.276Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:39:31.277Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:31.278Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:39:31.433Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:39:31.434Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T06:39:31.435Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:31.435Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:39:31.436Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:39:31.436Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f424f0eb-5387-4f9e-81cf-90bc3cdc48e1"] 2023-01-22T06:39:31.436Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:39:31.437Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:31.449Z|c88bdf8f-6b0e-4722-b73c-820286b79a91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:31.451Z|c88bdf8f-6b0e-4722-b73c-820286b79a91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:31.830Z|1f434676-c7d3-4a07-89d6-13826c7413a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:31.830Z|1f434676-c7d3-4a07-89d6-13826c7413a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:31.931Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:31.932Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:31.932Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:39:31.933Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:31.935Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T06:39:31.936Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:31.936Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:39:31.951Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:39:31.952Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:39:31.952Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:31.952Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:39:31.952Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:39:31.952Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ad8ddd4d-af0f-403e-827e-91f50ff03101"] 2023-01-22T06:39:31.953Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:39:31.953Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:31.984Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:31.985Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:31.985Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:39:31.985Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:31.987Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:39:31.987Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:31.988Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:39:32.011Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:39:32.012Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:39:32.013Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:32.013Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:39:32.013Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:39:32.014Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1853", X-B3-TraceId:"5529b37ef6da63e1", X-B3-SpanId:"a25e49bffc38d48f", X-B3-ParentSpanId:"5529b37ef6da63e1", X-B3-Sampled:"0", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"71fb770e-c538-4a55-a065-ad4fbc7379b8"] 2023-01-22T06:39:32.014Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"d4318163-23c9-4cf6-b211-3886341f90ae","requestStatus":"IN_PROGRESS","startTime":1674369547402,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"d4318163-23c9-4cf6-b211-3886341f90ae"} 2023-01-22T06:39:32.014Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:32.606Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:32.607Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:39:32.608Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:39:32.608Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:32.610Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:39:07.402+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:39:30.754+00:00", "cloudRegion" : "RegionOne", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:39:32.611Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:32.611Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:39:32.675Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:39:32.676Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:39:32.676Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:32.676Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:39:32.676Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:39:32.677Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2258", X-B3-TraceId:"5529b37ef6da63e1", X-B3-SpanId:"bf980cc06174becc", X-B3-ParentSpanId:"5529b37ef6da63e1", X-B3-Sampled:"0", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"017a7dcc-93ec-4f11-98aa-3de20ca8d0b5"] 2023-01-22T06:39:32.677Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelUuid\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelInvariantUuid\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicnw-customer\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_network\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicnw-project\"},\"owningEntity\":{\"owningEntityId\":\"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\"owningEntityName\":\"basicnw-oe\"}}}","type":"String"},"requestId":{"value":"d4318163-23c9-4cf6-b211-3886341f90ae","type":"String"},"mso-request-id":{"value":"d4318163-23c9-4cf6-b211-3886341f90ae","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:39:32.677Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:33.048Z|fa0cdf0f-3eae-4f52-aaa6-9b102990a7a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:33.048Z|22d7327c-be2a-462b-a46e-4262d72d4fdf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:33.049Z|22d7327c-be2a-462b-a46e-4262d72d4fdf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:33.049Z|fa0cdf0f-3eae-4f52-aaa6-9b102990a7a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:33.968Z|9f5381b5-3c0a-4fb9-bdb5-e790f60381aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:33.970Z|9f5381b5-3c0a-4fb9-bdb5-e790f60381aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:37.509Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:37.510Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:39:37.510Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:39:37.511Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=59036D1ADFA678FA59FF1B6C3DE0B5D5; Path=/; HttpOnly", Date:"Sun, 22 Jan 2023 06:39:36 GMT", X-ONAP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-TransactionID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ECOMP-RequestID:"d4318163-23c9-4cf6-b211-3886341f90ae", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"017a7dcc-93ec-4f11-98aa-3de20ca8d0b5", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:37.511Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"d4318163-23c9-4cf6-b211-3886341f90ae\",\"instanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\"}}","message":"Success","processInstanceID":"876d8a08-9a1f-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:39:37.512Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:37.512Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:39:37.527Z|d4318163-23c9-4cf6-b211-3886341f90ae|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:39:37.696Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:39:37.728Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:37.729Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:39:37.729Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:37.729Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:37.729Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:39:37.730Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9f6dd1fd0f29f681", X-B3-SpanId:"3f341ab9d57ca058", X-B3-ParentSpanId:"9f6dd1fd0f29f681", X-B3-Sampled:"0", X-ONAP-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-TransactionID:"3b63eea5-105b-4062-94e3-9686603001b0", X-ECOMP-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b434c305-48f3-448a-b075-4c9cb1ffb066"] 2023-01-22T06:39:37.730Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:39:37.730Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:37.762Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:37.763Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:37.763Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:39:37.764Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:37.766Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:39:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:39:35.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:39:37.767Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:37.767Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:39:37.772Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:37.773Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:39:37.773Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:37.773Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:37.774Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:39:37.774Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9f6dd1fd0f29f681", X-B3-SpanId:"1492adde2926cc4b", X-B3-ParentSpanId:"9f6dd1fd0f29f681", X-B3-Sampled:"0", X-ONAP-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-TransactionID:"3b63eea5-105b-4062-94e3-9686603001b0", X-ECOMP-RequestID:"3b63eea5-105b-4062-94e3-9686603001b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7f81aaa8-f4c4-48b5-b946-7e0c41f42898"] 2023-01-22T06:39:37.775Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:39:37.775Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:37.905Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:37.906Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:37.906Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:39:37.907Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:37.909Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:39:37.910Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:37.910Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:39:37.938Z|3b63eea5-105b-4062-94e3-9686603001b0|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:39:43.094Z|00461eb4-725f-4674-8acd-0f8f8f7b7bff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:43.095Z|00461eb4-725f-4674-8acd-0f8f8f7b7bff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:43.094Z|808f88e4-2760-4df3-b802-fca4b3a7df0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:43.101Z|808f88e4-2760-4df3-b802-fca4b3a7df0f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:44.001Z|adfc2a73-5271-4aa7-938c-f07df15e4a98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:44.005Z|adfc2a73-5271-4aa7-938c-f07df15e4a98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:46.449Z|24746882-661f-4ddc-ba5c-4c3b76857fd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:39:46.450Z|24746882-661f-4ddc-ba5c-4c3b76857fd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:39:48.118Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:39:48.128Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:48.129Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:39:48.130Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:48.130Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:48.130Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:39:48.130Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16f4ffea4855a9c6", X-B3-SpanId:"7e1da72e42b14180", X-B3-ParentSpanId:"16f4ffea4855a9c6", X-B3-Sampled:"0", X-ONAP-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-TransactionID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-ECOMP-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9cc66c61-e018-49b8-9536-2b6a4a16a094"] 2023-01-22T06:39:48.131Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:39:48.131Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:48.161Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:48.162Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:48.162Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:39:48.162Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:48.163Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:39:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:39:35.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:39:48.163Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:48.164Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:39:48.168Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:48.169Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:39:48.169Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:48.170Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:48.170Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:39:48.170Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16f4ffea4855a9c6", X-B3-SpanId:"bcc13e42ade27258", X-B3-ParentSpanId:"16f4ffea4855a9c6", X-B3-Sampled:"0", X-ONAP-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-TransactionID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-ECOMP-RequestID:"0b6b73cc-14bc-49e5-96e4-eb493ef269d5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7162b82a-856e-46da-9318-fcaf2ca9ee9c"] 2023-01-22T06:39:48.170Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:39:48.171Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:48.189Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:48.190Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:48.190Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:39:48.190Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:48.192Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:39:48.192Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:48.192Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:39:48.217Z|0b6b73cc-14bc-49e5-96e4-eb493ef269d5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:39:53.149Z|1456c5d6-a492-4f21-8593-800f01fbaf2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:53.150Z|1456c5d6-a492-4f21-8593-800f01fbaf2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:53.171Z|01f49200-0efa-4a6f-9f9c-ec177873c455|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:53.172Z|01f49200-0efa-4a6f-9f9c-ec177873c455|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:54.031Z|6cdddc01-323b-4baa-bfad-b49c8335cc77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:39:54.032Z|6cdddc01-323b-4baa-bfad-b49c8335cc77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:39:58.348Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:39:58.354Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:58.355Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:39:58.355Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:58.355Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:39:58.356Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:39:58.356Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9af0e471ba47d2c2", X-B3-SpanId:"9cdf4b73004e1847", X-B3-ParentSpanId:"9af0e471ba47d2c2", X-B3-Sampled:"0", X-ONAP-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-TransactionID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-ECOMP-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"60043e8a-c356-4e50-9b57-39088b505a55"] 2023-01-22T06:39:58.356Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:39:58.356Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:58.388Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:58.389Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:58.389Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:39:58.390Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:58.390Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:39:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:39:35.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:39:58.391Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:58.391Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:39:58.395Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:58.395Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:39:58.396Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:39:58.396Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:39:58.396Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:39:58.397Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9af0e471ba47d2c2", X-B3-SpanId:"b4ff68419d406972", X-B3-ParentSpanId:"9af0e471ba47d2c2", X-B3-Sampled:"0", X-ONAP-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-TransactionID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-ECOMP-RequestID:"98f6b6a6-c757-4859-8e1d-a861f16d44de", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"10801d5d-c640-42d7-84be-b7bac714ef35"] 2023-01-22T06:39:58.397Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:39:58.397Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:39:58.417Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:39:58.418Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:39:58.418Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:39:58.419Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:39:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:39:58.420Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:39:58.420Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:39:58.421Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:39:58.442Z|98f6b6a6-c757-4859-8e1d-a861f16d44de|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:39:59.844Z|9ec0828f-cae5-4b97-a606-6d4f6873bc42|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:39:59.845Z|9ec0828f-cae5-4b97-a606-6d4f6873bc42|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:01.449Z|57599c8b-6638-4143-a25d-7f7bc187267c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:01.450Z|57599c8b-6638-4143-a25d-7f7bc187267c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:01.831Z|3c93b799-5417-4f52-9e79-5e996eef8743|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:01.832Z|3c93b799-5417-4f52-9e79-5e996eef8743|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:03.186Z|997d6a42-3c0a-4395-a95e-aaf736146237|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:03.188Z|997d6a42-3c0a-4395-a95e-aaf736146237|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:03.195Z|bcff6f30-0154-480c-ae11-703d8f78cf8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:03.196Z|bcff6f30-0154-480c-ae11-703d8f78cf8b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:04.054Z|434c1778-21a1-410f-b90a-e188b7125256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:04.055Z|434c1778-21a1-410f-b90a-e188b7125256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:08.575Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:08.581Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:08.581Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:08.582Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:08.582Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:08.582Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:08.583Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"79b772f2484f40c3", X-B3-SpanId:"52f865dc62a55c29", X-B3-ParentSpanId:"79b772f2484f40c3", X-B3-Sampled:"0", X-ONAP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-TransactionID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ECOMP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"10212f4b-5fc1-4fc9-b4c0-b0bdf22f6b59"] 2023-01-22T06:40:08.583Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:08.584Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:08.611Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:08.611Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:08.611Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:08.612Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:06 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:08.613Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignServiceInstanceBB has completed successfully, next invoking ActivateServiceInstanceBB (Execution Path progress: BBs completed = 1; BBs remaining = 1).", "progress" : 52, "startTime" : "2023-01-22T06:39:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:08.613Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:08.613Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:08.616Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:08.617Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:08.617Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:08.617Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:08.618Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:08.618Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"79b772f2484f40c3", X-B3-SpanId:"e1ad4e4a3a8cfeac", X-B3-ParentSpanId:"79b772f2484f40c3", X-B3-Sampled:"0", X-ONAP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-TransactionID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ECOMP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ed16cc31-9e6e-4ac0-b912-88d62c44b1f9"] 2023-01-22T06:40:08.618Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:08.619Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:08.637Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:08.638Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:08.639Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:08.639Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:06 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:08.640Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:08.640Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:08.640Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:08.719Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:08.720Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:08.720Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:08.721Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:08.721Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:08.721Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-TransactionID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ECOMP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"24e4c327-119d-4a43-ad7a-3cdb26193ccf"] 2023-01-22T06:40:08.722Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:08.722Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:08.957Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:08.958Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:08.958Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:08.959Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=31669F0FC703C93E9A011B4CCD163FEE; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"681", Date:"Sun, 22 Jan 2023 06:40:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:08.959Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"9a6cf922-9a1f-11ed-a5de-4aba38362a44","businessKey":"d4318163-23c9-4cf6-b211-3886341f90ae","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T06:40:04.385+0000","endTime":"2023-01-22T06:40:06.430+0000","removalTime":null,"durationInMillis":2045,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"876d8a08-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"988c7a14-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:40:08.960Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:08.960Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=d4318163-23c9-4cf6-b211-3886341f90ae&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:08.997Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:08.997Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:08.997Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:08.998Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:08.998Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:08.998Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-TransactionID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ECOMP-RequestID:"1b7dd524-22fe-45cc-995a-30017838ef36", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8989f85b-e104-4daf-adb3-ebcb3433521b"] 2023-01-22T06:40:08.999Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:08.999Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:09.159Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:09.160Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:09.161Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:09.161Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E20D34822CAC4606A6F9AA9B75D24437; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"762", Date:"Sun, 22 Jan 2023 06:40:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:09.163Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:9a6de395-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"9a6cf922-9a1f-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"9a6cf922-9a1f-11ed-a5de-4aba38362a44","executionId":"9a6cf922-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:40:04.391+0000","endTime":"2023-01-22T06:40:06.423+0000","durationInMillis":2032,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"876d8a08-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:40:09.163Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:09.164Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=9a6cf922-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:09.179Z|1b7dd524-22fe-45cc-995a-30017838ef36|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:13.221Z|d6b55689-d0b7-47db-85cc-13743cc846c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:13.221Z|9b24d13d-6653-4bbd-af48-eb66977184d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:13.223Z|d6b55689-d0b7-47db-85cc-13743cc846c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:13.224Z|9b24d13d-6653-4bbd-af48-eb66977184d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:14.079Z|dce8fc32-fa2f-4e59-bbb2-031312a9e1b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:14.080Z|dce8fc32-fa2f-4e59-bbb2-031312a9e1b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:16.449Z|7854654b-9989-44d9-91f3-6f912719d908|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:16.453Z|7854654b-9989-44d9-91f3-6f912719d908|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:19.331Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:19.338Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.339Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:19.340Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.340Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.340Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:19.343Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"55c1ecd1b055e780", X-B3-SpanId:"9d49d46e0e1b3b7a", X-B3-ParentSpanId:"55c1ecd1b055e780", X-B3-Sampled:"0", X-ONAP-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-TransactionID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-ECOMP-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5429b78a-21c3-4994-b800-2d39c341bada"] 2023-01-22T06:40:19.343Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:19.344Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.379Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.380Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.380Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:19.380Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.382Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:39:07.000+00:00", "endTime" : "2023-01-22T06:40:08.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:07.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:19.382Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.382Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:19.386Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.389Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:19.389Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.390Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.390Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:19.390Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"55c1ecd1b055e780", X-B3-SpanId:"cb920136f5e8c840", X-B3-ParentSpanId:"55c1ecd1b055e780", X-B3-Sampled:"0", X-ONAP-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-TransactionID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-ECOMP-RequestID:"1513b3da-46a4-40ec-92c2-3511f4767e3c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df0714b9-8521-46d3-83b7-c2ff9151c929"] 2023-01-22T06:40:19.391Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:19.391Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.425Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.427Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.427Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:19.428Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.428Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:19.429Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.429Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:19.455Z|1513b3da-46a4-40ec-92c2-3511f4767e3c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:19.579Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:19.584Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.584Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:19.584Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.584Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.585Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:19.585Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"20496df7306adc4f", X-B3-SpanId:"a2cc299584634d00", X-B3-ParentSpanId:"20496df7306adc4f", X-B3-Sampled:"0", X-ONAP-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-TransactionID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-ECOMP-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e13bb165-19f7-4f7a-9c2a-c729a440387d"] 2023-01-22T06:40:19.585Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:19.585Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.610Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.610Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.611Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:19.611Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.612Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:39:07.000+00:00", "endTime" : "2023-01-22T06:40:08.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:07.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:19.612Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.612Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:19.614Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.615Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:19.615Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.615Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.616Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:19.616Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"20496df7306adc4f", X-B3-SpanId:"301acf8c9c5c4a9a", X-B3-ParentSpanId:"20496df7306adc4f", X-B3-Sampled:"0", X-ONAP-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-TransactionID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-ECOMP-RequestID:"b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7079529-f2de-4f17-abc8-10531e45adc6"] 2023-01-22T06:40:19.616Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:19.616Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.632Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.633Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.633Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:19.634Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.636Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:19.637Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.637Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:19.654Z|b053e846-1002-4b9e-ba2c-9ecdf4b1fbc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:19.805Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:19.809Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.809Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:19.810Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.810Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:19.810Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:19.811Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"69325420a416444a", X-B3-SpanId:"50ec66a864485779", X-B3-ParentSpanId:"69325420a416444a", X-B3-Sampled:"0", X-ONAP-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-TransactionID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-ECOMP-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0f23615b-9342-419c-b824-8d921c1623bf"] 2023-01-22T06:40:19.811Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:19.811Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.837Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.838Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.839Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:19.839Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.840Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:39:07.000+00:00", "endTime" : "2023-01-22T06:40:08.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:07.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:19.841Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.841Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:19.843Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.843Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:19.844Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:19.844Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:19.844Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:19.844Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"69325420a416444a", X-B3-SpanId:"c220aafe942eb096", X-B3-ParentSpanId:"69325420a416444a", X-B3-Sampled:"0", X-ONAP-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-TransactionID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-ECOMP-RequestID:"539f5093-f42b-4b61-a7af-89d63c84843b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"af8b4c04-2795-4238-bfab-e4463c94364e"] 2023-01-22T06:40:19.845Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:19.845Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:19.866Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:19.866Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:19.867Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:19.867Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:19.868Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:19.868Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:19.868Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:19.883Z|539f5093-f42b-4b61-a7af-89d63c84843b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:20.024Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:20.033Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:20.034Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:20.034Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:20.035Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:20.035Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:20.035Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"86d488e189efb4e5", X-B3-SpanId:"ba227544862d4387", X-B3-ParentSpanId:"86d488e189efb4e5", X-B3-Sampled:"0", X-ONAP-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-TransactionID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-ECOMP-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f1979be4-8d78-4954-88b7-bb63de405239"] 2023-01-22T06:40:20.036Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:20.036Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:20.062Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:20.063Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:20.063Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:20.063Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:20.064Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:39:07.000+00:00", "endTime" : "2023-01-22T06:40:08.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:07.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:20.064Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:20.065Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:20.067Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:20.067Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:20.068Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:20.068Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:20.068Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:20.069Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"86d488e189efb4e5", X-B3-SpanId:"69ee130e228331dc", X-B3-ParentSpanId:"86d488e189efb4e5", X-B3-Sampled:"0", X-ONAP-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-TransactionID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-ECOMP-RequestID:"30d8bd3d-e2ce-4abd-9340-202bc4f95128", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"52c05163-f281-4ae0-8e28-a7b1f064defa"] 2023-01-22T06:40:20.069Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:20.069Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:20.087Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:20.087Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:20.088Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:20.089Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:20.090Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:20.090Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:20.091Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:20.104Z|30d8bd3d-e2ce-4abd-9340-202bc4f95128|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:20.264Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:20.270Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:20.270Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||Invoke 2023-01-22T06:40:20.271Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:20.272Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae 2023-01-22T06:40:20.272Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Method : GET 2023-01-22T06:40:20.273Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e2b81bedfe1594ed", X-B3-SpanId:"87e55c6230ce0682", X-B3-ParentSpanId:"e2b81bedfe1594ed", X-B3-Sampled:"0", X-ONAP-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-TransactionID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-ECOMP-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7a7be6cd-d5bd-4ac2-a559-21bcee032b53"] 2023-01-22T06:40:20.273Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Request body: 2023-01-22T06:40:20.273Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:20.311Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:20.312Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:20.312Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Status text : 2023-01-22T06:40:20.313Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:20.314Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||Response body: { "requestId" : "d4318163-23c9-4cf6-b211-3886341f90ae", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:39:07.000+00:00", "endTime" : "2023-01-22T06:40:08.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n\t\t\t\"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"69dcf434-50bd-4b9a-93ca-040c07c5c211\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:07.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "d4318163-23c9-4cf6-b211-3886341f90ae", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae" } } } 2023-01-22T06:40:20.314Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:20.314Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/d4318163-23c9-4cf6-b211-3886341f90ae|INFO|500||InvokeReturn 2023-01-22T06:40:20.317Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:20.318Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:20.318Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:20.319Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false 2023-01-22T06:40:20.319Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:20.320Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e2b81bedfe1594ed", X-B3-SpanId:"84290f00f12ceefb", X-B3-ParentSpanId:"e2b81bedfe1594ed", X-B3-Sampled:"0", X-ONAP-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-TransactionID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-ECOMP-RequestID:"88831a52-4179-4ccd-9f64-f1d91eb90e2f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a6aa2832-f82c-41ea-b5e1-8e350dc61f42"] 2023-01-22T06:40:20.320Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:20.320Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:20.336Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:20.337Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:20.337Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:20.338Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:20.339Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:20.339Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:20.339Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=d4318163-23c9-4cf6-b211-3886341f90ae&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:20.356Z|88831a52-4179-4ccd-9f64-f1d91eb90e2f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/d4318163-23c9-4cf6-b211-3886341f90ae|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:23.075Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:23.080Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||Checking if requestId: b3e17430-a390-4285-a354-9f7d8236be25 already exists in requestDb InfraActiveRequests table 2023-01-22T06:40:23.081Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:23.081Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:40:23.081Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.081Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:23.082Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:40:23.082Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"020bda05130ceba8", X-B3-SpanId:"7dc6ce50bd6767c9", X-B3-ParentSpanId:"020bda05130ceba8", X-B3-Sampled:"0", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fb9b4633-8f81-4b5d-b526-2ca94cafd27d"] 2023-01-22T06:40:23.083Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:40:23.083Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.108Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.108Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:40:23.109Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:40:23.109Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:40:21 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.110Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: 2023-01-22T06:40:23.110Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.110Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|404|Not Found|InvokeReturn 2023-01-22T06:40:23.134Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:40:23.135Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T06:40:23.145Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:40:23.201Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|INFO|500||Invoke 2023-01-22T06:40:23.202Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[421ab697-8f40-48dd-8e42-9d6e48968012], X-ECOMP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-TransactionId=[], X-ONAP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25]} 2023-01-22T06:40:23.265Z|ca0c0cc6-2f22-4ffd-9630-59f159ca7b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:23.266Z|ca0c0cc6-2f22-4ffd-9630-59f159ca7b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:23.273Z|06a28996-0e76-4858-955c-80fe7afa6994|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:23.275Z|06a28996-0e76-4858-955c-80fe7afa6994|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:23.281Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:40:23 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:40:23:182-92667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:40:23.290Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743","ERR.5.4.6114"]}}} 2023-01-22T06:40:23.291Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|INFO|404|Not Found|InvokeReturn 2023-01-22T06:40:23.304Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 2023-01-22T06:40:23.306Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 2aba3b12-619d-47e9-a2c8-cbb078fe2743 2023-01-22T06:40:23.309Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:40:23.364Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|INFO|500||Invoke 2023-01-22T06:40:23.365Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[e60bbff2-f8b5-4817-90ce-be313719f11e], X-ECOMP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-TransactionId=[], X-ONAP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25]} 2023-01-22T06:40:23.424Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:40:23 GMT], content-length=[377], x-aai-txid=[1-aai-resources-230122-06:40:23:326-52298], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:40:23.425Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743","ERR.5.4.6114"]}}} 2023-01-22T06:40:23.425Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743|INFO|404|Not Found|InvokeReturn 2023-01-22T06:40:23.429Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/2aba3b12-619d-47e9-a2c8-cbb078fe2743 2023-01-22T06:40:23.430Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 2aba3b12-619d-47e9-a2c8-cbb078fe2743 2023-01-22T06:40:23.434Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:40:23.479Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:40:23.480Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[4068870a-1719-4165-8d2e-a8a405a9a4c2], X-ECOMP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25], X-TransactionId=[], X-ONAP-RequestID=[b3e17430-a390-4285-a354-9f7d8236be25]} 2023-01-22T06:40:23.539Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:40:23 GMT], content-length=[614], vertex-id=[389368], x-aai-txid=[1-aai-resources-230122-06:40:23:430-10776], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:40:23.540Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369425287","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2023-01-22T06:40:23.541Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:40:23.543Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:40:23.543Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:40:23.547Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:40:23.548Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:40:23.548Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.548Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:40:23.549Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:40:23.549Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"177", X-B3-TraceId:"020bda05130ceba8", X-B3-SpanId:"4b0d3e86b866c32a", X-B3-ParentSpanId:"020bda05130ceba8", X-B3-Sampled:"0", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7039ef26-6396-4722-b23b-13ef43626665"] 2023-01-22T06:40:23.549Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"},"instanceName":"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0","requestScope":"network"} 2023-01-22T06:40:23.550Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.575Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.575Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:23.576Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:40:23.576Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:40:21 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.577Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:40:23.577Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.578Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:40:23.580Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1 2023-01-22T06:40:23.580Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|INFO|500||Invoke 2023-01-22T06:40:23.581Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.581Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1 2023-01-22T06:40:23.581Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Method : GET 2023-01-22T06:40:23.582Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e22c1a33-94c9-456b-9162-ed6be3dbbdef"] 2023-01-22T06:40:23.582Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Request body: 2023-01-22T06:40:23.582Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.623Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.623Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:23.624Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Status text : 2023-01-22T06:40:23.624Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.626Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||Response body: { "modelCustomizationUUID" : "8107ff60-8c70-4af8-afce-5231a1d142c1", "modelInstanceName" : "Generic NeutronNet", "created" : "2023-01-22T06:37:01.000+00:00", "networkTechnology" : "NEUTRON", "networkType" : "NEUTRON", "networkScope" : null, "networkRole" : null, "resourceInput" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1" }, "networkResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1" }, "networkResource" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource" } } } 2023-01-22T06:40:23.627Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.628Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1|INFO|500||InvokeReturn 2023-01-22T06:40:23.647Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource 2023-01-22T06:40:23.648Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|INFO|500||Invoke 2023-01-22T06:40:23.648Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.648Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource 2023-01-22T06:40:23.648Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Method : GET 2023-01-22T06:40:23.649Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8d00ef25-f3c7-4c17-94b0-91ae400e3442"] 2023-01-22T06:40:23.649Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Request body: 2023-01-22T06:40:23.649Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.686Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.687Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:23.687Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Status text : 2023-01-22T06:40:23.688Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.690Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||Response body: { "modelUUID" : "4d103556-0638-4e96-90df-eb7689807082", "orchestrationMode" : "HEAT", "description" : "Generic NeutronNet", "neutronNetworkType" : "BASIC", "aicVersionMin" : "2.0", "aicVersionMax" : "3.0", "modelName" : "Generic NeutronNet", "modelInvariantUUID" : "d18236d2-8fc4-4757-a959-695cc5f2ed3e", "modelVersion" : "1.0", "toscaNodeType" : "org.openecomp.resource.vl.GenericNeutronNet", "category" : null, "subCategory" : null, "created" : "2023-01-22T06:37:01.000+00:00", "hibernateLazyInitializer" : { }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082" }, "networkResource" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082" }, "heatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082/heatTemplate" }, "collectionNetworkResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082/collectionNetworkResourceCustomization" }, "networkResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/4d103556-0638-4e96-90df-eb7689807082/networkResourceCustomization" } } } 2023-01-22T06:40:23.691Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.691Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/8107ff60-8c70-4af8-afce-5231a1d142c1/networkResource|INFO|500||InvokeReturn 2023-01-22T06:40:23.711Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance 2023-01-22T06:40:23.712Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|INFO|500||Invoke 2023-01-22T06:40:23.712Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.712Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance 2023-01-22T06:40:23.712Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:40:23.713Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"afc9eddb-71d0-4cba-bd2a-9bfd0bf1a764"] 2023-01-22T06:40:23.713Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:40:23.713Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.742Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.743Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:40:23.744Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:40:23.744Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.745Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:40:23.745Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.746Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:40:23.747Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance 2023-01-22T06:40:23.748Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke 2023-01-22T06:40:23.748Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.749Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance 2023-01-22T06:40:23.749Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:40:23.750Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4fad40ee-d2c7-49a5-b46a-1bbe2d9cd30e"] 2023-01-22T06:40:23.750Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:40:23.751Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.793Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.794Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:23.795Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:40:23.795Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.796Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: { "id" : 178, "action" : "createInstance", "description" : "Gr api recipe to create network", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1.0", "serviceType" : null, "modelName" : "GR-API-DEFAULT", "paramXsd" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/178" }, "networkRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/178" } } } 2023-01-22T06:40:23.797Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.797Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:40:23.810Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:40:23.810Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:40:23.810Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.811Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:40:23.811Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:40:23.811Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2665", X-B3-TraceId:"020bda05130ceba8", X-B3-SpanId:"453974e1ae240a6e", X-B3-ParentSpanId:"020bda05130ceba8", X-B3-Sampled:"0", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a16febff-9f3d-4e48-9e31-d522dcd78949"] 2023-01-22T06:40:23.811Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"b3e17430-a390-4285-a354-9f7d8236be25","requestStatus":"IN_PROGRESS","startTime":1674369623135,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","requestScope":"network","requestAction":"createInstance","networkName":"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0","networkType":"Generic NeutronNet","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"b3e17430-a390-4285-a354-9f7d8236be25"} 2023-01-22T06:40:23.812Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:23.843Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:23.844Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:40:23.844Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:40:23.844Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:21 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:23.845Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:40:23.135+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:40:22.355+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:40:23.845Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:23.846Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:40:23.863Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:40:23.864Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:40:23.864Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:23.864Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:40:23.865Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:40:23.865Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3007", X-B3-TraceId:"020bda05130ceba8", X-B3-SpanId:"c4eb7d27a9ed4df6", X-B3-ParentSpanId:"020bda05130ceba8", X-B3-Sampled:"0", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"313e7b9d-06fb-4596-9c12-8f00ad8dc764"] 2023-01-22T06:40:23.865Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"Generic NeutronNet 0\",\"modelInvariantId\":\"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\"modelType\":\"network\",\"modelName\":\"Generic NeutronNet\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"8107ff60-8c70-4af8-afce-5231a1d142c1\",\"modelVersionId\":\"4d103556-0638-4e96-90df-eb7689807082\",\"modelCustomizationId\":\"8107ff60-8c70-4af8-afce-5231a1d142c1\",\"modelUuid\":\"4d103556-0638-4e96-90df-eb7689807082\",\"modelInvariantUuid\":\"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\"modelInstanceName\":\"Generic NeutronNet 0\"},\"requestInfo\":{\"productFamilyId\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\"source\":\"VID\",\"instanceName\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\"modelInfo\":{\"modelInvariantId\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelUuid\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelInvariantUuid\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"}}}],\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicnw-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnw-lob\"}},\"serviceInstanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\"}","type":"String"},"requestId":{"value":"b3e17430-a390-4285-a354-9f7d8236be25","type":"String"},"mso-request-id":{"value":"b3e17430-a390-4285-a354-9f7d8236be25","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"Generic NeutronNet","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"Generic NeutronNet","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:40:23.865Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:24.103Z|a7569010-cb0a-4da8-ace4-1ebad9f7858b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:24.104Z|a7569010-cb0a-4da8-ace4-1ebad9f7858b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:24.882Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:24.883Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:40:24.884Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:40:24.884Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:40:23 GMT", X-ONAP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-TransactionID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ECOMP-RequestID:"b3e17430-a390-4285-a354-9f7d8236be25", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"313e7b9d-06fb-4596-9c12-8f00ad8dc764", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:24.885Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"b3e17430-a390-4285-a354-9f7d8236be25\",\"instanceId\":\"b1f709ad-6db1-413f-8ce7-471910aae200\"}}","message":"Success","processInstanceID":"a579a604-9a1f-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:40:24.885Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:24.886Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:40:24.892Z|b3e17430-a390-4285-a354-9f7d8236be25|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:25.028Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:25.033Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:25.035Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:40:25.035Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:25.035Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:25.035Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:40:25.036Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0a04b79554577da1", X-B3-SpanId:"4bc9351ce0db752a", X-B3-ParentSpanId:"0a04b79554577da1", X-B3-Sampled:"0", X-ONAP-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-TransactionID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-ECOMP-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df7813ab-7b86-4eba-8bfd-96a08c84f5ed"] 2023-01-22T06:40:25.036Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:40:25.037Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:25.060Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:25.061Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:25.061Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:40:25.062Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:25.063Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:40:23.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:22.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:40:25.063Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:25.063Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:40:25.067Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:25.068Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:25.068Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:25.068Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:25.069Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:25.069Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0a04b79554577da1", X-B3-SpanId:"9703bcb0d1f24006", X-B3-ParentSpanId:"0a04b79554577da1", X-B3-Sampled:"0", X-ONAP-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-TransactionID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-ECOMP-RequestID:"eb88f29f-3de8-4c64-a464-019e4d2c0f7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"22411980-8640-4e45-ad86-08bc890cbf7f"] 2023-01-22T06:40:25.069Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:25.070Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:25.089Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:25.090Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:25.090Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:25.090Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:25.092Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:25.092Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:25.093Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:25.110Z|eb88f29f-3de8-4c64-a464-019e4d2c0f7e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:31.449Z|4730b0a5-ea2f-4e8c-abe4-9148dd7c4de6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:31.450Z|4730b0a5-ea2f-4e8c-abe4-9148dd7c4de6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:31.833Z|4209cf3d-2b29-4f2c-9556-9dab480d6350|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:31.833Z|4209cf3d-2b29-4f2c-9556-9dab480d6350|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:33.339Z|03ff72a0-86fd-47a7-b152-d6e7f3b764a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:33.340Z|03ff72a0-86fd-47a7-b152-d6e7f3b764a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:33.343Z|914d4528-0e79-4111-9f07-c82827b1ea70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:33.343Z|914d4528-0e79-4111-9f07-c82827b1ea70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:34.131Z|89705e6b-cda1-4ec1-b12a-564aa16e82e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:34.131Z|89705e6b-cda1-4ec1-b12a-564aa16e82e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:35.271Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:35.281Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:35.282Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:40:35.282Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:35.283Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:35.283Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:40:35.283Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"70b05f9645053802", X-B3-SpanId:"bdd9c400f76ec2e7", X-B3-ParentSpanId:"70b05f9645053802", X-B3-Sampled:"0", X-ONAP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-TransactionID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ECOMP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8200172a-22f8-4599-9125-acd7ce8edd14"] 2023-01-22T06:40:35.284Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:40:35.284Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:35.317Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:35.318Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:35.318Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:40:35.319Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:33 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:35.320Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:40:23.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:31.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:40:35.320Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:35.320Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:40:35.323Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:35.324Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:35.325Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:35.325Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:35.325Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:35.326Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"70b05f9645053802", X-B3-SpanId:"e3dd19987832354f", X-B3-ParentSpanId:"70b05f9645053802", X-B3-Sampled:"0", X-ONAP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-TransactionID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ECOMP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fbeba2b7-57c2-45f5-aa7b-eb1f93f0c74d"] 2023-01-22T06:40:35.326Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:35.326Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:35.341Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:35.342Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:35.343Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:35.343Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:33 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:35.344Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:35.344Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:35.345Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:35.426Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:35.427Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:35.427Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:35.428Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:35.428Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:35.429Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-TransactionID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ECOMP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ecf22ba1-e8be-4867-a355-640ac422138b"] 2023-01-22T06:40:35.429Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:35.430Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:35.564Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:35.565Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:35.565Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:35.566Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=18F3004D7FA51F95B330BADEEA673E9E; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"681", Date:"Sun, 22 Jan 2023 06:40:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:35.566Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"a87cfb1c-9a1f-11ed-a5de-4aba38362a44","businessKey":"b3e17430-a390-4285-a354-9f7d8236be25","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T06:40:27.978+0000","endTime":"2023-01-22T06:40:31.400+0000","removalTime":null,"durationInMillis":3422,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"a67a25e0-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:40:35.567Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:35.567Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:35.610Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:35.612Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:35.612Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:35.612Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:35.612Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:35.613Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-TransactionID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ECOMP-RequestID:"387efb04-294c-4341-a70a-33b62ff0a943", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"84d969bd-0e2d-4964-b2ec-cd3c7333d4a8"] 2023-01-22T06:40:35.613Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:35.613Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:35.735Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:35.736Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:35.736Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:35.737Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=BE2107BBF0A5DC75CF625ACE385F6B76; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"762", Date:"Sun, 22 Jan 2023 06:40:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:35.738Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:a87de58f-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"a87cfb1c-9a1f-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"a87cfb1c-9a1f-11ed-a5de-4aba38362a44","executionId":"a87cfb1c-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:40:27.984+0000","endTime":"2023-01-22T06:40:31.398+0000","durationInMillis":3414,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:40:35.738Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:35.739Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a87cfb1c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:35.748Z|387efb04-294c-4341-a70a-33b62ff0a943|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:43.386Z|09073a6c-d991-49f8-a1a6-e8216803ccb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:43.387Z|09073a6c-d991-49f8-a1a6-e8216803ccb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:43.390Z|444b7c7c-e93c-4b5b-a5cb-43c2221dcdc2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:43.391Z|444b7c7c-e93c-4b5b-a5cb-43c2221dcdc2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:44.156Z|d6ebed7b-5790-4928-bc74-3f4714260098|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:44.157Z|d6ebed7b-5790-4928-bc74-3f4714260098|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:45.900Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:45.905Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:45.906Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:40:45.906Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:45.907Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:45.907Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:40:45.908Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d3ed6f757cae0679", X-B3-SpanId:"7d4c7f10520e952e", X-B3-ParentSpanId:"d3ed6f757cae0679", X-B3-Sampled:"0", X-ONAP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-TransactionID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ECOMP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6d6542da-9519-44b4-9a69-0966ab66dea4"] 2023-01-22T06:40:45.908Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:40:45.908Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:45.930Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:45.931Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:45.932Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:40:45.932Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:45.932Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new network was successfully created in the cloud", "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:40:23.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:44.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:40:45.933Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:45.933Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:40:45.936Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:45.937Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:45.937Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:45.937Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:45.938Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:45.939Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d3ed6f757cae0679", X-B3-SpanId:"bb49229c724f9300", X-B3-ParentSpanId:"d3ed6f757cae0679", X-B3-Sampled:"0", X-ONAP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-TransactionID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ECOMP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"12f81486-b7e3-4659-8af7-8de3065fd6d2"] 2023-01-22T06:40:45.939Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:45.940Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:45.956Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:45.957Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:45.957Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:45.957Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:45.958Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:40:45.959Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:45.959Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:45.998Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:45.999Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:46.000Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:46.000Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:46.000Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:46.001Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-TransactionID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ECOMP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f7368212-f65d-4385-b206-48d03bceb547"] 2023-01-22T06:40:46.001Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:46.002Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:46.135Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:46.136Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:46.137Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:46.137Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4948A43A06BAA15E7AE3E3A61929A44D; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:40:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:46.138Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"acd1134b-9a1f-11ed-a5de-4aba38362a44","businessKey":"b3e17430-a390-4285-a354-9f7d8236be25","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:40:35.240+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"accf6564-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:40:46.139Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:46.139Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:46.179Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:46.180Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:46.180Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:46.180Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:46.180Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:46.181Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-TransactionID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ECOMP-RequestID:"cb8d9c7d-6a11-4352-b98c-25da0884a1c3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"90154757-26f8-44ae-9294-dc86c607df03"] 2023-01-22T06:40:46.181Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:46.181Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:46.303Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:46.304Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:46.311Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:46.312Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=488B1906B9B02DCCB1812F283B36495A; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:40:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:46.313Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:b2a45143-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","executionId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:40:45.013+0000","endTime":"2023-01-22T06:40:45.018+0000","durationInMillis":5,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:40:46.313Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:46.314Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:46.322Z|cb8d9c7d-6a11-4352-b98c-25da0884a1c3|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:46.449Z|43774b15-fd63-4e3d-abba-3dd69cd86e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:40:46.449Z|43774b15-fd63-4e3d-abba-3dd69cd86e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:40:53.448Z|b08e00d7-ce2f-4b8d-8e1e-69cf1e0e5830|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:53.449Z|b08e00d7-ce2f-4b8d-8e1e-69cf1e0e5830|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:53.451Z|e3930f0d-a5d7-45f8-9c62-60b2c447406b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:53.451Z|e3930f0d-a5d7-45f8-9c62-60b2c447406b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:54.195Z|43fc20a0-a913-462f-b84c-f4dae193db20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:40:54.195Z|43fc20a0-a913-462f-b84c-f4dae193db20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:40:56.466Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:40:56.473Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:56.475Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:40:56.475Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:56.475Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:40:56.475Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:40:56.476Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fc9b754274d96473", X-B3-SpanId:"881cab8a087dd914", X-B3-ParentSpanId:"fc9b754274d96473", X-B3-Sampled:"0", X-ONAP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-TransactionID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ECOMP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b5d2943-9938-4801-8881-4f4de4e2e1e5"] 2023-01-22T06:40:56.476Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:40:56.477Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:56.504Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:56.505Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:56.505Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:40:56.505Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:56.506Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new network was successfully created in the cloud", "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:40:23.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:40:44.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:40:56.506Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:56.507Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:40:56.509Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:56.509Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:40:56.510Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:56.510Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:40:56.510Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:40:56.511Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fc9b754274d96473", X-B3-SpanId:"7f20f69bfa5fed33", X-B3-ParentSpanId:"fc9b754274d96473", X-B3-Sampled:"0", X-ONAP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-TransactionID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ECOMP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"61192ff3-73b6-4498-b54e-d141a0f301a9"] 2023-01-22T06:40:56.511Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:40:56.512Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:56.537Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:56.538Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:56.539Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:40:56.539Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:40:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:56.540Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:40:56.540Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:56.541Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:40:56.597Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:56.598Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:56.598Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:56.599Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:40:56.599Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:56.600Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-TransactionID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ECOMP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"637267c9-0210-4e74-8d0b-5825db9fd55d"] 2023-01-22T06:40:56.600Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:56.601Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:56.727Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:56.728Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:56.728Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:56.729Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8641A151235157D587F42AD61D0326EB; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:40:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:56.729Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"acd1134b-9a1f-11ed-a5de-4aba38362a44","businessKey":"b3e17430-a390-4285-a354-9f7d8236be25","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:40:35.240+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"accf6564-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:40:56.729Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:56.730Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=b3e17430-a390-4285-a354-9f7d8236be25&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:56.759Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:56.760Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:40:56.760Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:40:56.760Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:40:56.761Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:40:56.761Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-TransactionID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ECOMP-RequestID:"b2dc51f2-4687-42f6-be90-90eb481330b3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6f905952-4512-43d1-b000-0ef7d29ec9dd"] 2023-01-22T06:40:56.761Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:40:56.761Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:40:56.889Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:40:56.890Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:40:56.891Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:40:56.891Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=02BA6BC7200841DC99050607C0FAD298; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:40:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:40:56.892Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:b2a45143-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","executionId":"acd1134b-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:40:45.013+0000","endTime":"2023-01-22T06:40:45.018+0000","durationInMillis":5,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a579a604-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:40:56.892Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:40:56.893Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=acd1134b-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:40:56.901Z|b2dc51f2-4687-42f6-be90-90eb481330b3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:40:59.843Z|ff31e0ac-b96b-47a8-bc68-ec96c76b1ac3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:40:59.844Z|ff31e0ac-b96b-47a8-bc68-ec96c76b1ac3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:01.449Z|a24b0886-67d0-47fb-8916-b39ca2b65fd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:01.452Z|a24b0886-67d0-47fb-8916-b39ca2b65fd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:01.836Z|e28b973a-1f6d-4a3d-aabc-f2538f57d009|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:01.837Z|e28b973a-1f6d-4a3d-aabc-f2538f57d009|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:03.474Z|f8e37e90-d14e-46bc-9c8b-07081d23fc02|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:03.475Z|f8e37e90-d14e-46bc-9c8b-07081d23fc02|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:03.475Z|89656ce6-3454-45ff-b89b-d6b73bcb8b73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:03.476Z|89656ce6-3454-45ff-b89b-d6b73bcb8b73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:04.218Z|5ac2582c-756c-444d-b522-f1393bda275d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:04.219Z|5ac2582c-756c-444d-b522-f1393bda275d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:07.037Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:07.042Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.043Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:41:07.043Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.043Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.044Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:41:07.044Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc55e8a776d41c39", X-B3-SpanId:"a67ba47df23a4ffc", X-B3-ParentSpanId:"cc55e8a776d41c39", X-B3-Sampled:"0", X-ONAP-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-TransactionID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-ECOMP-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2f64cc42-c4ac-4240-9cfe-560cfef070d2"] 2023-01-22T06:41:07.045Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:41:07.045Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.070Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.070Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.071Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:41:07.071Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.072Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new network was successfully created in the cloud", "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:40:23.000+00:00", "endTime" : "2023-01-22T06:41:05.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:04.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:41:07.072Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.073Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:41:07.075Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.075Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:07.075Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.076Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.076Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:07.077Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc55e8a776d41c39", X-B3-SpanId:"4798fced4739836f", X-B3-ParentSpanId:"cc55e8a776d41c39", X-B3-Sampled:"0", X-ONAP-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-TransactionID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-ECOMP-RequestID:"c8666f12-cfcd-42c1-b9db-6a5e50524a1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"be17950a-9e05-4e1b-b375-8adb3d4d15f9"] 2023-01-22T06:41:07.077Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:07.077Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.095Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.096Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.096Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:07.097Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.098Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"4fe9b1fc-5c0d-4bf6-9f01-982c8407249d\",\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:07.098Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.098Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:07.124Z|c8666f12-cfcd-42c1-b9db-6a5e50524a1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:07.247Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:07.252Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.253Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:41:07.253Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.254Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.254Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:41:07.254Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1dfacd269c04efc4", X-B3-SpanId:"06b5328d9e271245", X-B3-ParentSpanId:"1dfacd269c04efc4", X-B3-Sampled:"0", X-ONAP-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-TransactionID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-ECOMP-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"08940b27-f838-4565-869b-29acd18a90d2"] 2023-01-22T06:41:07.255Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:41:07.255Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.278Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.279Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.279Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:41:07.280Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.281Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new network was successfully created in the cloud", "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:40:23.000+00:00", "endTime" : "2023-01-22T06:41:05.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:04.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:41:07.281Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.282Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:41:07.284Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.285Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:07.285Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.285Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.286Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:07.286Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1dfacd269c04efc4", X-B3-SpanId:"83056d67c364de04", X-B3-ParentSpanId:"1dfacd269c04efc4", X-B3-Sampled:"0", X-ONAP-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-TransactionID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-ECOMP-RequestID:"c194847c-0728-4bc8-bf7a-65f17cc4fccd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"81e9e780-41c0-46d7-a1b1-bc6f4f4928fb"] 2023-01-22T06:41:07.286Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:07.287Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.304Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.305Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.305Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:07.306Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.307Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"4fe9b1fc-5c0d-4bf6-9f01-982c8407249d\",\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:07.307Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.307Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:07.319Z|c194847c-0728-4bc8-bf7a-65f17cc4fccd|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:07.448Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:07.452Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.453Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:41:07.453Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.453Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.453Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:41:07.454Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b9d6fd7065ac6e99", X-B3-SpanId:"2beab96d0db4e3fc", X-B3-ParentSpanId:"b9d6fd7065ac6e99", X-B3-Sampled:"0", X-ONAP-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-TransactionID:"40c42a28-7a91-4943-bc13-f494548009a1", X-ECOMP-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1100a956-a953-4090-859c-dfa9d9f94a62"] 2023-01-22T06:41:07.454Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:41:07.454Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.476Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.477Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.477Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:41:07.478Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.478Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new network was successfully created in the cloud", "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:40:23.000+00:00", "endTime" : "2023-01-22T06:41:05.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:04.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:41:07.479Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.480Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:41:07.488Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.489Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:07.490Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.491Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.491Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:07.491Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b9d6fd7065ac6e99", X-B3-SpanId:"a48349a4572ea5be", X-B3-ParentSpanId:"b9d6fd7065ac6e99", X-B3-Sampled:"0", X-ONAP-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-TransactionID:"40c42a28-7a91-4943-bc13-f494548009a1", X-ECOMP-RequestID:"40c42a28-7a91-4943-bc13-f494548009a1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dec7653d-c2af-4d9a-9e13-dbc99d4741cf"] 2023-01-22T06:41:07.492Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:07.492Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.513Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.514Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.514Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:07.514Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.516Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"4fe9b1fc-5c0d-4bf6-9f01-982c8407249d\",\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:07.516Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.516Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:07.528Z|40c42a28-7a91-4943-bc13-f494548009a1|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:07.663Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:07.667Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.667Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:41:07.668Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.668Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.669Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:41:07.669Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4b857e385b6b83f5", X-B3-SpanId:"d14942b5586142e8", X-B3-ParentSpanId:"4b857e385b6b83f5", X-B3-Sampled:"0", X-ONAP-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-TransactionID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-ECOMP-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"63c5bf0b-5749-4a63-9db1-1927c05a2c3c"] 2023-01-22T06:41:07.669Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:41:07.669Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.696Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.697Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.697Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:41:07.698Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.699Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new network was successfully created in the cloud", "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:40:23.000+00:00", "endTime" : "2023-01-22T06:41:05.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:04.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:41:07.699Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.699Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:41:07.701Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.702Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:07.702Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.703Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.703Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:07.703Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4b857e385b6b83f5", X-B3-SpanId:"db581de6e7857c9f", X-B3-ParentSpanId:"4b857e385b6b83f5", X-B3-Sampled:"0", X-ONAP-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-TransactionID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-ECOMP-RequestID:"e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"034a0d1a-9cdd-4f9d-9d47-1a310d10f5e5"] 2023-01-22T06:41:07.704Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:07.704Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.731Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.732Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.732Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:07.732Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.734Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"4fe9b1fc-5c0d-4bf6-9f01-982c8407249d\",\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:07.734Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.734Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:07.746Z|e1cf1ba2-e8e3-4062-9ad7-d55a21c629a9|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:07.903Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:07.907Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.908Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||Invoke 2023-01-22T06:41:07.908Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.909Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25 2023-01-22T06:41:07.909Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Method : GET 2023-01-22T06:41:07.909Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b89b966a145520d", X-B3-SpanId:"09afff926fdcfe8e", X-B3-ParentSpanId:"9b89b966a145520d", X-B3-Sampled:"0", X-ONAP-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-TransactionID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-ECOMP-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7886368-9ce5-4a9d-a06e-5f015d965d7e"] 2023-01-22T06:41:07.910Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Request body: 2023-01-22T06:41:07.910Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.939Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.940Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.940Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Status text : 2023-01-22T06:41:07.941Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.942Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||Response body: { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new network was successfully created in the cloud", "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:40:23.000+00:00", "endTime" : "2023-01-22T06:41:05.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"network\",\n \"modelInvariantId\": \"d18236d2-8fc4-4757-a959-695cc5f2ed3e\",\n \"modelVersionId\": \"4d103556-0638-4e96-90df-eb7689807082\",\n \"modelName\": \"Generic NeutronNet\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"8107ff60-8c70-4af8-afce-5231a1d142c1\",\n \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnw-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnw-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:04.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "createInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "Generic NeutronNet", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "cloudIdentifier" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\"},\"environment\":null}", "created" : "2023-01-22T06:40:42.000+00:00" } ], "requestURI" : "b3e17430-a390-4285-a354-9f7d8236be25", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25" } } } 2023-01-22T06:41:07.943Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.943Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/b3e17430-a390-4285-a354-9f7d8236be25|INFO|500||InvokeReturn 2023-01-22T06:41:07.945Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.946Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:07.946Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:07.946Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false 2023-01-22T06:41:07.947Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:07.947Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b89b966a145520d", X-B3-SpanId:"8b142534a28bbd73", X-B3-ParentSpanId:"9b89b966a145520d", X-B3-Sampled:"0", X-ONAP-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-TransactionID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-ECOMP-RequestID:"eae3c2da-6675-4831-9e69-26f0bb939605", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8dd48ce0-2162-492e-b48a-74ec791451be"] 2023-01-22T06:41:07.947Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:07.948Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:07.965Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:07.966Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:07.966Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:07.967Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:07.968Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 9, "soRequestId" : "b3e17430-a390-4285-a354-9f7d8236be25", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"4fe9b1fc-5c0d-4bf6-9f01-982c8407249d\",\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"24c4af30-39e8-4efe-91dc-e692786bceaa\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":null,\"creation_time\":1674369644000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:40:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:07.969Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:07.970Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=b3e17430-a390-4285-a354-9f7d8236be25&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:07.988Z|eae3c2da-6675-4831-9e69-26f0bb939605|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/b3e17430-a390-4285-a354-9f7d8236be25|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:13.500Z|7de4657a-5371-47ac-8c00-a2b1aa3a638d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:13.501Z|7de4657a-5371-47ac-8c00-a2b1aa3a638d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:13.518Z|a3b6ff5e-791f-48e4-b6c2-6ceca3a91bc1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:13.519Z|a3b6ff5e-791f-48e4-b6c2-6ceca3a91bc1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:14.244Z|63a157e0-4ad5-49f0-bb08-dc21d25e01a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:14.245Z|63a157e0-4ad5-49f0-bb08-dc21d25e01a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:16.449Z|ccf4cac7-8ed8-4eda-83b6-ef647cae4fb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:16.449Z|ccf4cac7-8ed8-4eda-83b6-ef647cae4fb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:18.869Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:18.873Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||Checking if requestId: c1681958-2dd9-4ffa-823f-592a3b0c3dd6 already exists in requestDb InfraActiveRequests table 2023-01-22T06:41:18.874Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:18.875Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:41:18.875Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:18.875Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:18.876Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:41:18.876Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"15517afd56ed8962", X-B3-SpanId:"6764a72322cdfc19", X-B3-ParentSpanId:"15517afd56ed8962", X-B3-Sampled:"0", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2f413c79-f38c-48a3-b60a-af78db8242bd"] 2023-01-22T06:41:18.876Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:41:18.877Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:18.899Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:18.899Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:41:18.900Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:41:18.900Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:41:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:18.901Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: 2023-01-22T06:41:18.901Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:18.901Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|404|Not Found|InvokeReturn 2023-01-22T06:41:18.917Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:41:20.219Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:41:20.281Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:41:20.282Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[a0f665f0-ab34-4045-ba72-937713b92434], X-ECOMP-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6], X-TransactionId=[], X-ONAP-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6]} 2023-01-22T06:41:20.372Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:41:20 GMT], content-length=[395], x-aai-txid=[2-aai-resources-230122-06:41:20:248-87974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:41:20.374Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules","Node Not Found:No Node of type vf-module found at: network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules","ERR.5.4.6114"]}}} 2023-01-22T06:41:20.374Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:41:20.378Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200/related-to/vf-modules?resultIndex=0&resultSize=1&format=count 2023-01-22T06:41:20.382Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:41:20.416Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:41:20.417Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[4b9af536-18d9-4b90-bfb7-86fdf249c6e1], X-ECOMP-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6], X-TransactionId=[], X-ONAP-RequestID=[c1681958-2dd9-4ffa-823f-592a3b0c3dd6]} 2023-01-22T06:41:20.487Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:41:20 GMT], content-length=[1067], vertex-id=[389368], x-aai-txid=[1-aai-resources-230122-06:41:20:369-12920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:41:20.488Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369626851","relationship-list":{"relationship":[{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"b1f709ad-6db1-413f-8ce7-471910aae200"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2023-01-22T06:41:20.489Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:41:20.491Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:41:20.491Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:41:20.493Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:41:20.493Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:41:20.494Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:20.494Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:41:20.494Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:41:20.495Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"182", X-B3-TraceId:"15517afd56ed8962", X-B3-SpanId:"d84dba887c99e8b4", X-B3-ParentSpanId:"15517afd56ed8962", X-B3-Sampled:"0", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f1418d12-0e79-408e-b06f-ef51fbe09d6e"] 2023-01-22T06:41:20.495Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"networkInstanceId":"b1f709ad-6db1-413f-8ce7-471910aae200","serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"},"instanceName":null,"requestScope":"network"} 2023-01-22T06:41:20.496Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:20.525Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:20.526Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:20.527Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:41:20.527Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:41:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:20.528Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:41:20.528Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:20.529Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:41:20.530Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:41:20.531Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:41:20.531Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:20.532Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:41:20.532Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:41:20.533Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c92bb953-9bdc-42b0-b41e-16c13b55f320"] 2023-01-22T06:41:20.533Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:41:20.534Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:20.555Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:20.555Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:20.556Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:41:20.556Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:20.557Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Response body: { "id" : 184, "action" : "deleteInstance", "description" : "Gr api recipe to delete network", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1.0", "serviceType" : null, "modelName" : "GR-API-DEFAULT", "paramXsd" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/184" }, "networkRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/184" } } } 2023-01-22T06:41:20.557Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:20.558Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:41:20.564Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:41:20.564Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:41:20.565Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:20.565Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:41:20.565Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:41:20.566Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1255", X-B3-TraceId:"15517afd56ed8962", X-B3-SpanId:"84473f7d21a9ece7", X-B3-ParentSpanId:"15517afd56ed8962", X-B3-Sampled:"0", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fcc4d3aa-224d-47d8-af36-109947c263b0"] 2023-01-22T06:41:20.566Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","requestStatus":"IN_PROGRESS","startTime":1674369680379,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","requestScope":"network","requestAction":"deleteInstance","networkId":"b1f709ad-6db1-413f-8ce7-471910aae200","networkType":"","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6"} 2023-01-22T06:41:20.567Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:20.596Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:20.596Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:41:20.597Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:41:20.597Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:20.598Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:41:20.379+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:41:19.107+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:41:20.598Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:20.599Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:41:20.611Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:41:20.612Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:41:20.612Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:20.613Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:41:20.613Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:41:20.613Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1873", X-B3-TraceId:"15517afd56ed8962", X-B3-SpanId:"741a38358d31c5c2", X-B3-ParentSpanId:"15517afd56ed8962", X-B3-Sampled:"0", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"57bcff32-1aeb-4ba5-8330-630ce7769c40"] 2023-01-22T06:41:20.614Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelType\":\"network\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\",\"networkInstanceId\":\"b1f709ad-6db1-413f-8ce7-471910aae200\"}","type":"String"},"requestId":{"value":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","type":"String"},"mso-request-id":{"value":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"b1f709ad-6db1-413f-8ce7-471910aae200","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:41:20.614Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:21.643Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:21.644Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:41:21.644Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:41:21.645Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:41:20 GMT", X-ONAP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-TransactionID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ECOMP-RequestID:"c1681958-2dd9-4ffa-823f-592a3b0c3dd6", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"57bcff32-1aeb-4ba5-8330-630ce7769c40", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:21.646Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"c1681958-2dd9-4ffa-823f-592a3b0c3dd6\",\"instanceId\":\"b1f709ad-6db1-413f-8ce7-471910aae200\"}}","message":"Success","processInstanceID":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:41:21.646Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:21.647Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:41:21.652Z|c1681958-2dd9-4ffa-823f-592a3b0c3dd6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:21.780Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:21.784Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:21.785Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:41:21.785Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:21.785Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:21.785Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:41:21.785Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"61c82a81f0798613", X-B3-SpanId:"72a693441d005a5a", X-B3-ParentSpanId:"61c82a81f0798613", X-B3-Sampled:"0", X-ONAP-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-TransactionID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-ECOMP-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d27b7468-9359-48b0-b443-7d7e34331bfe"] 2023-01-22T06:41:21.786Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:41:21.786Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:21.808Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:21.809Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:21.809Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:41:21.809Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:21.810Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:41:20.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:41:21.811Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:21.811Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:41:21.813Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:21.813Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:21.814Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:21.814Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:21.814Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:21.815Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"61c82a81f0798613", X-B3-SpanId:"5c102f886dd9d4b4", X-B3-ParentSpanId:"61c82a81f0798613", X-B3-Sampled:"0", X-ONAP-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-TransactionID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-ECOMP-RequestID:"0fa5feb5-ac2a-488c-8a90-906e6b8d15bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"217954e5-5ecc-4fff-87e5-f207aa064481"] 2023-01-22T06:41:21.815Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:21.815Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:21.830Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:21.830Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:21.831Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:21.831Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:21.832Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:41:21.833Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:21.833Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:21.844Z|0fa5feb5-ac2a-488c-8a90-906e6b8d15bd|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:23.525Z|9d9bd0c8-2ad5-4524-9514-96ad311d0bdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:23.526Z|9d9bd0c8-2ad5-4524-9514-96ad311d0bdc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:23.545Z|ce6ee6b3-a5eb-4471-929a-b4d432ba6f7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:23.545Z|ce6ee6b3-a5eb-4471-929a-b4d432ba6f7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:24.270Z|a56406db-4c81-4119-96e7-b73305403f5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:24.271Z|a56406db-4c81-4119-96e7-b73305403f5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:31.449Z|7d76172a-47a8-4387-9683-01638e376380|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:31.450Z|7d76172a-47a8-4387-9683-01638e376380|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:31.838Z|42b1d417-fc55-46f0-926d-d500ab169547|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:31.839Z|42b1d417-fc55-46f0-926d-d500ab169547|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:31.975Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:31.981Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:31.981Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:41:31.982Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:31.982Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:31.983Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:41:31.983Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"504b4d03221e046e", X-B3-SpanId:"95384f8903c4b528", X-B3-ParentSpanId:"504b4d03221e046e", X-B3-Sampled:"0", X-ONAP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-TransactionID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ECOMP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"11132c31-d9a5-4f44-babb-b65a5d1af018"] 2023-01-22T06:41:31.984Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:41:31.984Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:32.014Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:32.015Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:32.015Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:41:32.015Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:32.016Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateNetworkBB has completed successfully, next invoking DeleteNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:41:20.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:25.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:41:32.016Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:32.019Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:41:32.021Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:32.022Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:32.022Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:32.022Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:32.023Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:32.023Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"504b4d03221e046e", X-B3-SpanId:"2cf44ebae208b6ae", X-B3-ParentSpanId:"504b4d03221e046e", X-B3-Sampled:"0", X-ONAP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-TransactionID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ECOMP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9718311d-e897-41eb-9ba6-2ce8a07bd7c2"] 2023-01-22T06:41:32.023Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:32.023Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:32.037Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:32.038Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:32.038Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:32.039Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:32.040Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:32.040Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:32.040Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:32.093Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:32.094Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:32.098Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:32.099Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:32.099Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:32.099Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-TransactionID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ECOMP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b4024db3-8493-414e-8932-78e25add8567"] 2023-01-22T06:41:32.100Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:32.100Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:32.242Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:32.243Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:32.244Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:32.244Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4E75B8B8F38915EA2D4949220971BDD2; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:41:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:32.245Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"c94b924c-9a1f-11ed-a5de-4aba38362a44","businessKey":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:41:23.019+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"c94a5995-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:41:32.245Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:32.246Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:32.282Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:32.282Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:32.283Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:32.283Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:32.284Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:32.284Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-TransactionID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ECOMP-RequestID:"41a07e35-aaf8-485e-a04e-009f0132a89e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"88054d18-1bce-452d-9d93-0f0e08286ce6"] 2023-01-22T06:41:32.284Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:32.284Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:32.408Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:32.408Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:32.409Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:32.409Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=C9D186D8274FD399D00CE83D88E26AFD; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:41:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:32.410Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:cb055064-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","executionId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:41:25.914+0000","endTime":"2023-01-22T06:41:25.920+0000","durationInMillis":6,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:41:32.410Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:32.411Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:32.415Z|41a07e35-aaf8-485e-a04e-009f0132a89e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:33.549Z|e2ac1da3-0500-40d4-88e0-68725877c053|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:33.550Z|e2ac1da3-0500-40d4-88e0-68725877c053|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:33.570Z|1fd03838-aa60-4a84-bfdd-8aeb8f62e098|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:33.571Z|1fd03838-aa60-4a84-bfdd-8aeb8f62e098|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:34.293Z|4aac310e-6eb9-47cf-bb53-b1abbe9c2804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:34.293Z|4aac310e-6eb9-47cf-bb53-b1abbe9c2804|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:42.550Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:42.556Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:42.556Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:41:42.556Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:42.557Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:42.557Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:41:42.557Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0d60180002f767f0", X-B3-SpanId:"e782fa2fd9da6720", X-B3-ParentSpanId:"0d60180002f767f0", X-B3-Sampled:"0", X-ONAP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-TransactionID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ECOMP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a6ad4d36-4982-493b-8708-163f943757a8"] 2023-01-22T06:41:42.558Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:41:42.558Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:42.585Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:42.586Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:42.586Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:41:42.587Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:42.588Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateNetworkBB has completed successfully, next invoking DeleteNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:41:20.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:25.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:41:42.588Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:42.589Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:41:42.593Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:42.593Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:42.594Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:42.594Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:42.595Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:42.595Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0d60180002f767f0", X-B3-SpanId:"86500f75ae41c0b0", X-B3-ParentSpanId:"0d60180002f767f0", X-B3-Sampled:"0", X-ONAP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-TransactionID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ECOMP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7a82a825-ecaf-4a58-9618-e7ecba94d8d4"] 2023-01-22T06:41:42.596Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:42.596Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:42.611Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:42.612Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:42.613Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:42.613Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:42.614Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_30b39712-c3ad-4654-8375-b46301f3c4d8\"},{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:42.614Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:42.615Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:42.667Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:42.668Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:42.668Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:42.669Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:42.669Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:42.670Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-TransactionID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ECOMP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf23b6c5-4e77-467e-9600-3fc7dfceed2d"] 2023-01-22T06:41:42.670Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:42.671Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:42.793Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:42.794Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:42.794Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:42.795Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8BA7EA968F00C0E5921653E0DCE36A81; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:41:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:42.796Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"c94b924c-9a1f-11ed-a5de-4aba38362a44","businessKey":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:41:23.019+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"c94a5995-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:41:42.796Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:42.796Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:42.854Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:42.855Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:42.855Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:42.856Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:42.856Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:42.856Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-TransactionID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ECOMP-RequestID:"464a83ad-4f79-4de0-81ff-10c92e9781dc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8799544b-c66c-4eb9-b492-9380027eadda"] 2023-01-22T06:41:42.857Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:42.857Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:42.989Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:42.990Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:42.990Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:42.991Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=55E340DC7F1AEE541BE18B8DD1D24A5D; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:41:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:42.991Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:cb055064-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","executionId":"c94b924c-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:41:25.914+0000","endTime":"2023-01-22T06:41:25.920+0000","durationInMillis":6,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:41:42.992Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:42.992Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=c94b924c-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:43.001Z|464a83ad-4f79-4de0-81ff-10c92e9781dc|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:43.582Z|85098391-d546-4389-916d-b68e8cb15507|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:43.583Z|85098391-d546-4389-916d-b68e8cb15507|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:43.624Z|d707ae99-177d-4f3a-be9d-56ddc238880c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:43.625Z|d707ae99-177d-4f3a-be9d-56ddc238880c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:44.323Z|87131319-a045-4147-8dbf-405f144fee81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:44.324Z|87131319-a045-4147-8dbf-405f144fee81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:46.449Z|d0aec1f2-f7a4-4479-909d-08df79a99ce3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:41:46.452Z|d0aec1f2-f7a4-4479-909d-08df79a99ce3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:41:53.135Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:41:53.141Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:53.141Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:41:53.141Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:53.142Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:41:53.142Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:41:53.142Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"258fda0329a2e8ed", X-B3-SpanId:"97f9fe9612e7c768", X-B3-ParentSpanId:"258fda0329a2e8ed", X-B3-Sampled:"0", X-ONAP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-TransactionID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ECOMP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c4700cd1-55f0-43e8-ab66-77e889d33c4f"] 2023-01-22T06:41:53.142Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:41:53.143Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:53.167Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:53.168Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:53.168Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:41:53.168Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:53.169Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "flowStatus" : "Execution of DeleteNetworkBB has completed successfully, next invoking UnassignNetworkBB (Execution Path progress: BBs completed = 2; BBs remaining = 1).", "progress" : 68, "startTime" : "2023-01-22T06:41:20.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:41:45.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:41:53.170Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:53.170Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:41:53.173Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:53.173Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:41:53.174Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:53.174Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:41:53.174Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:41:53.174Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"258fda0329a2e8ed", X-B3-SpanId:"9e4d05c78c6a96f2", X-B3-ParentSpanId:"258fda0329a2e8ed", X-B3-Sampled:"0", X-ONAP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-TransactionID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ECOMP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89f7b670-3062-400a-b7a8-5b76c2114d71"] 2023-01-22T06:41:53.175Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:41:53.175Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:53.194Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:53.195Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:53.195Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:41:53.195Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:41:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:53.197Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:41:53.197Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:53.197Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:41:53.239Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:53.240Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:53.240Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:53.241Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:41:53.241Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:53.241Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-TransactionID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ECOMP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"57944493-999a-47c0-95c9-65a5715ec7c4"] 2023-01-22T06:41:53.242Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:53.242Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:53.376Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:53.378Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:53.378Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:53.378Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=23CC62D5B5891F6C3BC387D1129566B5; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"681", Date:"Sun, 22 Jan 2023 06:41:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:53.379Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","businessKey":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T06:41:44.274+0000","endTime":"2023-01-22T06:41:45.547+0000","removalTime":null,"durationInMillis":1273,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"d5e1ec21-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:41:53.379Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:53.380Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:53.405Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:53.406Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:41:53.406Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:41:53.406Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:41:53.407Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:41:53.407Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-TransactionID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ECOMP-RequestID:"a1328473-395e-4fa6-bc59-228c252a4d52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"96e0aaa5-614c-4832-9df9-7fa0b04350ca"] 2023-01-22T06:41:53.407Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:41:53.407Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:41:53.528Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:41:53.529Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:41:53.529Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:41:53.530Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8332468D0ADC03AC079C15BC02EE47EB; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"762", Date:"Sun, 22 Jan 2023 06:41:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:41:53.530Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:d5f74933-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","executionId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:41:44.277+0000","endTime":"2023-01-22T06:41:45.545+0000","durationInMillis":1268,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:41:53.531Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:41:53.531Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:41:53.536Z|a1328473-395e-4fa6-bc59-228c252a4d52|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:41:53.615Z|00aeeda1-7100-422b-b8a9-b08731eeda89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:53.616Z|00aeeda1-7100-422b-b8a9-b08731eeda89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:53.654Z|f56c3abe-cc07-44eb-9bbc-e9e59cd6d84d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:53.655Z|f56c3abe-cc07-44eb-9bbc-e9e59cd6d84d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:54.347Z|469aaea6-14dd-4d2d-aed0-a79c3e77d5e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:41:54.347Z|469aaea6-14dd-4d2d-aed0-a79c3e77d5e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:41:59.842Z|fdf89908-c502-43fe-8f91-7e0f36067832|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:41:59.843Z|fdf89908-c502-43fe-8f91-7e0f36067832|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:01.449Z|502a6b7c-c284-4a5d-92ff-b73200242213|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:01.449Z|502a6b7c-c284-4a5d-92ff-b73200242213|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:01.840Z|5abb332a-5f61-4e19-b4f6-0c3839527ade|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:01.840Z|5abb332a-5f61-4e19-b4f6-0c3839527ade|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:03.639Z|08040c26-e34a-46b3-a436-b5de71915db4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:03.640Z|08040c26-e34a-46b3-a436-b5de71915db4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:03.672Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:03.677Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:03.678Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:03.678Z|2166fa13-e5ce-4bc9-8027-2675050bdde9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:03.678Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:03.679Z|2166fa13-e5ce-4bc9-8027-2675050bdde9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:03.679Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:03.679Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:03.680Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"27b3c6ebc886e839", X-B3-SpanId:"a3aff1f548438405", X-B3-ParentSpanId:"27b3c6ebc886e839", X-B3-Sampled:"0", X-ONAP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-TransactionID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ECOMP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"461bfe58-d5f1-4ffc-b20c-a6b56836503e"] 2023-01-22T06:42:03.680Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:03.680Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:03.707Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:03.708Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:03.708Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:03.709Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:03.710Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAIDeleteTasks.deleteNetwork /network/l3-networks/l3-network/b1f709ad-6db1-413f-8ce7-471910aae200 does not exist in A&AI", "flowStatus" : "Execution of DeleteNetworkBB has completed successfully, next invoking UnassignNetworkBB (Execution Path progress: BBs completed = 2; BBs remaining = 1).", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 68, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:02.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:01.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:03.710Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:03.711Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:03.713Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:03.714Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:03.714Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:03.715Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:03.715Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:03.716Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"27b3c6ebc886e839", X-B3-SpanId:"6f054ef52994982b", X-B3-ParentSpanId:"27b3c6ebc886e839", X-B3-Sampled:"0", X-ONAP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-TransactionID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ECOMP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d75a17e0-a29e-440a-8d62-c662cf386518"] 2023-01-22T06:42:03.717Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:03.718Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:03.736Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:03.736Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:03.737Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:03.738Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:03.738Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:03.739Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:03.740Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:03.798Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:42:03.799Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:42:03.799Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:03.799Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:42:03.800Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:42:03.800Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-TransactionID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ECOMP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4a108f07-3f58-4d4c-92c9-079ed11f0f13"] 2023-01-22T06:42:03.800Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:42:03.801Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:03.833Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:03.836Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 23d1767b-e5b3-4b25-864f-2579cc707c89 already exists in requestDb InfraActiveRequests table 2023-01-22T06:42:03.837Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89 2023-01-22T06:42:03.837Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|INFO|500||Invoke 2023-01-22T06:42:03.838Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:03.838Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89 2023-01-22T06:42:03.838Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Method : GET 2023-01-22T06:42:03.838Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"66f10535cb7847fb", X-B3-SpanId:"c73e283659a20043", X-B3-ParentSpanId:"66f10535cb7847fb", X-B3-Sampled:"0", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a7c160bc-5bd2-48b2-8dd1-2c2857e5121c"] 2023-01-22T06:42:03.838Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Request body: 2023-01-22T06:42:03.839Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:03.858Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:03.858Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:42:03.859Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Status text : 2023-01-22T06:42:03.859Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:03.860Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Response body: 2023-01-22T06:42:03.860Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:03.861Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:03.874Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:42:03.875Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T06:42:03.879Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:03.913Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|INFO|500||Invoke 2023-01-22T06:42:03.914Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[2d70a7de-1e2d-423b-bca4-f4415d146933], X-ECOMP-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89], X-TransactionId=[], X-ONAP-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89]} 2023-01-22T06:42:03.930Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:03.930Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:03.931Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:42:03.931Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=70C09B2D50B36CA4BABADDA5D8AA842E; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"681", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:03.931Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","businessKey":"c1681958-2dd9-4ffa-823f-592a3b0c3dd6","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T06:41:44.274+0000","endTime":"2023-01-22T06:41:45.547+0000","removalTime":null,"durationInMillis":1273,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44","superProcessInstanceId":"d5e1ec21-9a1f-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:42:03.932Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:03.932Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:42:03.958Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:42:03.959Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:42:03.959Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:03.960Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:42:03.960Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:42:03.960Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-TransactionID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ECOMP-RequestID:"d601f8e8-2462-48c3-880d-c9ed39ed4847", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"27f655db-2977-4822-b5c3-b07264d05e55"] 2023-01-22T06:42:03.960Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:42:03.960Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:03.974Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:42:03 GMT], content-length=[116], vertex-id=[245976], x-aai-txid=[1-aai-resources-230122-06:42:03:863-52984], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:03.975Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||{"service-id":"70f2a3c7-6e49-44a4-b656-7c413769eda0","service-description":"pNF","resource-version":"1674369722437"} 2023-01-22T06:42:03.976Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|INFO|500||InvokeReturn 2023-01-22T06:42:03.981Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Found service by service-id 2023-01-22T06:42:03.985Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:04.032Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|INFO|500||Invoke 2023-01-22T06:42:04.033Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[6d2cd959-d91a-4790-9290-977d28598ac7], X-ECOMP-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89], X-TransactionId=[], X-ONAP-RequestID=[23d1767b-e5b3-4b25-864f-2579cc707c89]} 2023-01-22T06:42:04.090Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:42:03 GMT], content-length=[116], vertex-id=[245976], x-aai-txid=[0-aai-resources-230122-06:42:03:985-39886], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:04.091Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|DEBUG|500||{"service-id":"70f2a3c7-6e49-44a4-b656-7c413769eda0","service-description":"pNF","resource-version":"1674369722437"} 2023-01-22T06:42:04.091Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/70f2a3c7-6e49-44a4-b656-7c413769eda0|INFO|500||InvokeReturn 2023-01-22T06:42:04.092Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:42:04.093Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:42:04.096Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.096Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.097Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:42:04.097Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=5D5BD8D5FBA6642EE30247032F9466BD; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"762", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.097Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:d5f74933-9a1f-11ed-a5de-4aba38362a44","parentActivityInstanceId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","executionId":"d5f6d3f0-9a1f-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:41:44.277+0000","endTime":"2023-01-22T06:41:45.545+0000","durationInMillis":1268,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c74ed7bc-9a1f-11ed-a5de-4aba38362a44"}] 2023-01-22T06:42:04.098Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.098Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d5f6d3f0-9a1f-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:42:04.106Z|d601f8e8-2462-48c3-880d-c9ed39ed4847|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:04.111Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:42:04.112Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:42:04.112Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.112Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:42:04.113Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:42:04.114Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"117", X-B3-TraceId:"66f10535cb7847fb", X-B3-SpanId:"ce0758359a401da7", X-B3-ParentSpanId:"66f10535cb7847fb", X-B3-Sampled:"0", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8222c188-a394-4b8b-a7f6-a6f46136e753"] 2023-01-22T06:42:04.114Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44","requestScope":"service"} 2023-01-22T06:42:04.114Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.135Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.135Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.135Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:42:04.136Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.136Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:42:04.136Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.137Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:42:04.138Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:42:04.138Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|INFO|500||Invoke 2023-01-22T06:42:04.138Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.139Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:42:04.139Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Method : GET 2023-01-22T06:42:04.139Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c50e3794-3499-45d8-acc0-825bf761a439"] 2023-01-22T06:42:04.139Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Request body: 2023-01-22T06:42:04.140Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.166Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.167Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.167Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Status text : 2023-01-22T06:42:04.167Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.168Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Response body: { "modelName" : "Demo_pNF_puKFLEXpEh2HcNgWglGn", "description" : "catalog service description", "modelUUID" : "f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b", "modelInvariantUUID" : "0c3735c2-5b1e-4fa0-801c-f6587bf7712c", "created" : "2023-01-22 06:39:43.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network L1-3", "resourceOrder" : "pNF 37ca6bdf-84e7", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/recipes" } } } 2023-01-22T06:42:04.168Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.168Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|INFO|500||InvokeReturn 2023-01-22T06:42:04.177Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance 2023-01-22T06:42:04.178Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|INFO|500||Invoke 2023-01-22T06:42:04.178Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.178Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance 2023-01-22T06:42:04.178Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:42:04.179Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"141d4cd7-be8b-48b5-a429-57f918a8879e"] 2023-01-22T06:42:04.179Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:42:04.179Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.197Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.198Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:42:04.198Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:42:04.198Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.199Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:42:04.200Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.200Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:04.201Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c 2023-01-22T06:42:04.202Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|INFO|500||Invoke 2023-01-22T06:42:04.202Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.202Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c 2023-01-22T06:42:04.203Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Method : GET 2023-01-22T06:42:04.203Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e8532de-2ad7-4911-8e6b-b29af785e8e8"] 2023-01-22T06:42:04.203Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Request body: 2023-01-22T06:42:04.204Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.236Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.237Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.238Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Status text : 2023-01-22T06:42:04.238Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.241Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "Demo_pNF_puKFLEXpEh2HcNgWglGn", "description" : "catalog service description", "modelUUID" : "f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b", "modelInvariantUUID" : "0c3735c2-5b1e-4fa0-801c-f6587bf7712c", "created" : "2023-01-22 06:39:43.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network L1-3", "resourceOrder" : "pNF 37ca6bdf-84e7", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c" } } } 2023-01-22T06:42:04.241Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.242Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=0c3735c2-5b1e-4fa0-801c-f6587bf7712c|INFO|500||InvokeReturn 2023-01-22T06:42:04.257Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance 2023-01-22T06:42:04.258Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|INFO|500||Invoke 2023-01-22T06:42:04.258Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.258Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance 2023-01-22T06:42:04.259Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:42:04.259Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dc45ea8c-a87d-40d5-99ba-0fbdda1af5c9"] 2023-01-22T06:42:04.260Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:42:04.260Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.274Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.275Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:42:04.275Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:42:04.276Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.276Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:42:04.277Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.277Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:04.278Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:04.279Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:42:04.279Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.279Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:04.280Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:42:04.280Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ce8ad427-7ed4-4a9a-9962-5bd68d204070"] 2023-01-22T06:42:04.280Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:42:04.281Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.312Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.312Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.312Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:42:04.313Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.315Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:42:04.315Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.315Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:42:04.319Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:42:04.320Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T06:42:04.320Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.320Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:42:04.321Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:42:04.321Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"70c22adf-69c5-4a3b-b7be-dba4b108cf51"] 2023-01-22T06:42:04.322Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:42:04.322Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.340Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.341Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.341Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:42:04.342Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.342Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T06:42:04.343Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.343Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:42:04.346Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:42:04.346Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|INFO|500||Invoke 2023-01-22T06:42:04.346Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.347Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b 2023-01-22T06:42:04.347Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Method : GET 2023-01-22T06:42:04.347Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e66acf56-2121-4fae-a727-c4d1b086094f"] 2023-01-22T06:42:04.347Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Request body: 2023-01-22T06:42:04.347Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.371Z|44d03b76-edc5-4716-8523-daa9eb260ecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:04.371Z|44d03b76-edc5-4716-8523-daa9eb260ecd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:04.372Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.372Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:04.372Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Status text : 2023-01-22T06:42:04.373Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.375Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||Response body: { "modelName" : "Demo_pNF_puKFLEXpEh2HcNgWglGn", "description" : "catalog service description", "modelUUID" : "f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b", "modelInvariantUUID" : "0c3735c2-5b1e-4fa0-801c-f6587bf7712c", "created" : "2023-01-22 06:39:43.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network L1-3", "resourceOrder" : "pNF 37ca6bdf-84e7", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b/recipes" } } } 2023-01-22T06:42:04.375Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.376Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b|INFO|500||InvokeReturn 2023-01-22T06:42:04.380Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:42:04.381Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:42:04.381Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.381Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:42:04.381Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:42:04.381Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"3885", X-B3-TraceId:"66f10535cb7847fb", X-B3-SpanId:"86eb31a34f34d064", X-B3-ParentSpanId:"66f10535cb7847fb", X-B3-Sampled:"0", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0ddec7a1-5092-43e9-ae5c-157d2adc94eb"] 2023-01-22T06:42:04.382Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"23d1767b-e5b3-4b25-864f-2579cc707c89","requestStatus":"IN_PROGRESS","startTime":1674369723875,"source":"VID","requestBody":"{\n \"requestDetails\":{\n \"modelInfo\":{\n \"modelInvariantId\": \"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\",\n \"modelVersion\":\"1.0\"\n },\n \"owningEntity\":{\n \"owningEntityId\":\"2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\",\n \"owningEntityName\":\"OE-ETE_Customer-2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\"\n },\n \"subscriberInfo\":{\n \"globalSubscriberId\":\"ETE_Customer_87320cc0-27fe-4d45-9a6e-a6bbef61ac44\"\n },\n \"requestInfo\":{\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"source\":\"VID\",\n \"suppressRollback\": \"False\",\n \"requestorId\":\"demo\"\n },\n \"requestParameters\":{\n \"subscriptionServiceType\":\"pNF\",\n \"aLaCarte\": \"False\",\n \"userParams\":[\n {\n \"service\":{\n \"modelInfo\":{\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\"\n },\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"instanceParams\":[\n ],\n \"resources\":{\n \"pnfs\":[\n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"pNF 37ca6bdf-84e7 0\",\n \"modelCustomizationId\":\"288d93d7-7db2-463f-a9d7-55ef5f7e8d6e\",\n \"modelInvariantId\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"Platform-ETE_Customer\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"LOB-ETE_Customer\"\n },\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"instanceParams\":[],\n \"instanceName\":\"puKFLEXpEh2HcNgWglGn\"\n }\n ]\n }\n }\n },\n {\n \"Homing_Solution\":\"none\"\n }\n ]\n }\n }\n}","lastModifiedBy":"APIH","serviceInstanceName":"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.onap:8080/onap/so/infra/serviceInstantiation/v7/serviceInstances","productFamilyName":"pNF","cloudApiRequests":[],"requestURI":"23d1767b-e5b3-4b25-864f-2579cc707c89"} 2023-01-22T06:42:04.382Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:04.430Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:04.431Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:42:04.432Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:42:04.432Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:04.435Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "23d1767b-e5b3-4b25-864f-2579cc707c89", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:42:03.875+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\":{\n \"modelInfo\":{\n \"modelInvariantId\": \"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\",\n \"modelVersion\":\"1.0\"\n },\n \"owningEntity\":{\n \"owningEntityId\":\"2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\",\n \"owningEntityName\":\"OE-ETE_Customer-2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\"\n },\n \"subscriberInfo\":{\n \"globalSubscriberId\":\"ETE_Customer_87320cc0-27fe-4d45-9a6e-a6bbef61ac44\"\n },\n \"requestInfo\":{\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"source\":\"VID\",\n \"suppressRollback\": \"False\",\n \"requestorId\":\"demo\"\n },\n \"requestParameters\":{\n \"subscriptionServiceType\":\"pNF\",\n \"aLaCarte\": \"False\",\n \"userParams\":[\n {\n \"service\":{\n \"modelInfo\":{\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\"\n },\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"instanceParams\":[\n ],\n \"resources\":{\n \"pnfs\":[\n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"pNF 37ca6bdf-84e7 0\",\n \"modelCustomizationId\":\"288d93d7-7db2-463f-a9d7-55ef5f7e8d6e\",\n \"modelInvariantId\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"Platform-ETE_Customer\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"LOB-ETE_Customer\"\n },\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"instanceParams\":[],\n \"instanceName\":\"puKFLEXpEh2HcNgWglGn\"\n }\n ]\n }\n }\n },\n {\n \"Homing_Solution\":\"none\"\n }\n ]\n }\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:42:02.924+00:00", "serviceInstanceName" : "Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.onap:8080/onap/so/infra/serviceInstantiation/v7/serviceInstances", "productFamilyName" : "pNF", "cloudApiRequests" : [ ], "requestURI" : "23d1767b-e5b3-4b25-864f-2579cc707c89", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89" } } } 2023-01-22T06:42:04.436Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:04.436Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:42:04.458Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:42:04.459Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:42:04.459Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:04.459Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:42:04.460Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:42:04.460Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3120", X-B3-TraceId:"66f10535cb7847fb", X-B3-SpanId:"9eea1ab97503be08", X-B3-ParentSpanId:"66f10535cb7847fb", X-B3-Sampled:"0", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b9db64bd-5ee3-4d83-bd57-414fb28bfd5e"] 2023-01-22T06:42:04.460Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\"modelType\":\"service\",\"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\"modelUuid\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\"modelInvariantUuid\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\"},\"requestInfo\":{\"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\"source\":\"VID\",\"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"ETE_Customer_87320cc0-27fe-4d45-9a6e-a6bbef61ac44\"},\"requestParameters\":{\"subscriptionServiceType\":\"pNF\",\"userParams\":[{\"service\":{\"modelInfo\":{\"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\"modelType\":\"service\"},\"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\"instanceParams\":[],\"resources\":{\"pnfs\":[{\"modelInfo\":{\"modelCustomizationName\":\"pNF 37ca6bdf-84e7 0\",\"modelCustomizationId\":\"288d93d7-7db2-463f-a9d7-55ef5f7e8d6e\",\"modelInvariantId\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\"modelType\":\"pnf\",\"modelVersion\":\"1.0\"},\"platform\":{\"platformName\":\"Platform-ETE_Customer\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"LOB-ETE_Customer\"},\"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\"instanceParams\":[],\"instanceName\":\"puKFLEXpEh2HcNgWglGn\"}]}}},{\"Homing_Solution\":\"none\"}],\"aLaCarte\":false,\"usePreload\":false},\"owningEntity\":{\"owningEntityId\":\"2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\",\"owningEntityName\":\"OE-ETE_Customer-2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\"}}}","type":"String"},"requestId":{"value":"23d1767b-e5b3-4b25-864f-2579cc707c89","type":"String"},"mso-request-id":{"value":"23d1767b-e5b3-4b25-864f-2579cc707c89","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:42:04.460Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:05.476Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:05.477Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:42:05.477Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:42:05.477Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:42:04 GMT", X-ONAP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-TransactionID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ECOMP-RequestID:"23d1767b-e5b3-4b25-864f-2579cc707c89", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"b9db64bd-5ee3-4d83-bd57-414fb28bfd5e", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:05.478Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"23d1767b-e5b3-4b25-864f-2579cc707c89\",\"instanceId\":\"11c26d7a-5e70-4e93-943c-6f89dad171e6\"}}","message":"Success","processInstanceID":"e180ee02-9a1f-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:42:05.478Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:05.479Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:42:05.482Z|23d1767b-e5b3-4b25-864f-2579cc707c89|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:13.678Z|2c51c31c-98e7-4d7c-9c78-e8b4c0282a4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:13.679Z|2c51c31c-98e7-4d7c-9c78-e8b4c0282a4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:13.708Z|cb288c41-a56c-43de-a666-a159fefb6a73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:13.709Z|cb288c41-a56c-43de-a666-a159fefb6a73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:14.240Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:14.245Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.245Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:14.245Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.246Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.246Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:14.246Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"37c0b5f132165fa9", X-B3-SpanId:"75ce2793ca109505", X-B3-ParentSpanId:"37c0b5f132165fa9", X-B3-Sampled:"0", X-ONAP-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-TransactionID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-ECOMP-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cc073384-97d2-4b07-9288-1967f234e28a"] 2023-01-22T06:42:14.246Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:14.247Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.269Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.270Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.270Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:14.271Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.272Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 100, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:02.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:14.272Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.273Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:14.275Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.276Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:14.276Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.277Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.277Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:14.278Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"37c0b5f132165fa9", X-B3-SpanId:"38e5342b37025c75", X-B3-ParentSpanId:"37c0b5f132165fa9", X-B3-Sampled:"0", X-ONAP-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-TransactionID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-ECOMP-RequestID:"1a8c614a-fbe7-4593-a555-76b130cd6efc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f6250254-9371-4039-ae99-60dee7d7ec3b"] 2023-01-22T06:42:14.278Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:14.278Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.293Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.294Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.294Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:14.295Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.296Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:14.296Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.296Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:14.309Z|1a8c614a-fbe7-4593-a555-76b130cd6efc|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:14.402Z|e3a8426d-fec2-442d-9454-8aea14607254|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:14.403Z|e3a8426d-fec2-442d-9454-8aea14607254|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:14.437Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:14.441Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.442Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:14.442Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.443Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.443Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:14.443Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ef283f6abb1ddca4", X-B3-SpanId:"b59a7b85da043f5a", X-B3-ParentSpanId:"ef283f6abb1ddca4", X-B3-Sampled:"0", X-ONAP-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-TransactionID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-ECOMP-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"98a345a1-ec3b-4966-9e0e-54cbb318227e"] 2023-01-22T06:42:14.444Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:14.444Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.462Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.463Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.464Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:14.464Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.466Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 100, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:02.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:14.467Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.467Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:14.471Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.472Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:14.472Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.473Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.473Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:14.473Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ef283f6abb1ddca4", X-B3-SpanId:"94c6c94f124472b3", X-B3-ParentSpanId:"ef283f6abb1ddca4", X-B3-Sampled:"0", X-ONAP-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-TransactionID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-ECOMP-RequestID:"d315d87c-70dc-4e0d-87ba-f0f27bb20d2a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"01716d93-3e0c-46de-ba2d-30bf725efbcf"] 2023-01-22T06:42:14.474Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:14.474Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.488Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.490Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.490Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:14.491Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.492Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:14.492Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.493Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:14.509Z|d315d87c-70dc-4e0d-87ba-f0f27bb20d2a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:14.633Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:14.639Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.639Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:14.640Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.640Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.640Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:14.641Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7b95f7635c42cd78", X-B3-SpanId:"ce329210da9e886c", X-B3-ParentSpanId:"7b95f7635c42cd78", X-B3-Sampled:"0", X-ONAP-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-TransactionID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-ECOMP-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"14e749c9-4f0f-4622-b696-586946a0429a"] 2023-01-22T06:42:14.641Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:14.641Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.662Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.663Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.663Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:14.664Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.664Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 100, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:02.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:14.665Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.665Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:14.667Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.668Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:14.668Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.668Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.669Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:14.669Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7b95f7635c42cd78", X-B3-SpanId:"7ecf89f6e89de828", X-B3-ParentSpanId:"7b95f7635c42cd78", X-B3-Sampled:"0", X-ONAP-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-TransactionID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-ECOMP-RequestID:"97a1ea07-855c-42c3-bfbc-723c44ba8c7c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3812bfe0-f023-4385-8ff3-98b769b3e422"] 2023-01-22T06:42:14.669Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:14.670Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.686Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.686Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.687Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:14.688Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.690Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:14.690Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.690Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:14.708Z|97a1ea07-855c-42c3-bfbc-723c44ba8c7c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:14.838Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:14.842Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.843Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:14.843Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.844Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:14.844Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:14.844Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"43eee3899dd471a5", X-B3-SpanId:"700fafe74ba8deee", X-B3-ParentSpanId:"43eee3899dd471a5", X-B3-Sampled:"0", X-ONAP-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-TransactionID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-ECOMP-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"10ac34fa-1fee-4b18-bbe8-9c792a47f002"] 2023-01-22T06:42:14.845Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:14.845Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.865Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.865Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.866Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:14.866Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.867Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 100, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:02.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:14.867Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.868Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:14.869Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.870Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:14.870Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:14.870Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:14.870Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:14.870Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"43eee3899dd471a5", X-B3-SpanId:"75051f285be875aa", X-B3-ParentSpanId:"43eee3899dd471a5", X-B3-Sampled:"0", X-ONAP-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-TransactionID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-ECOMP-RequestID:"300f5fcb-64b4-4da8-bf97-894b3944173b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f329402-79b4-40f1-a040-560202374b72"] 2023-01-22T06:42:14.871Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:14.871Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:14.893Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:14.894Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:14.894Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:14.895Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:14.895Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:14.896Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:14.896Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:14.907Z|300f5fcb-64b4-4da8-bf97-894b3944173b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:15.028Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:15.032Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:15.033Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||Invoke 2023-01-22T06:42:15.034Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:15.034Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6 2023-01-22T06:42:15.035Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Method : GET 2023-01-22T06:42:15.035Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9ad3891db6e4754b", X-B3-SpanId:"0114ee4ea4a79228", X-B3-ParentSpanId:"9ad3891db6e4754b", X-B3-Sampled:"0", X-ONAP-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-TransactionID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-ECOMP-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"80ccc56c-9639-4851-b896-5d50b9ac43ab"] 2023-01-22T06:42:15.036Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Request body: 2023-01-22T06:42:15.036Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:15.055Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:15.055Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:15.056Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Status text : 2023-01-22T06:42:15.056Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:15.057Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||Response body: { "requestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The network was successfully deleted in the cloud", "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "retryStatusMessage" : "Retry 1/5 will be started in PT10S", "progress" : 100, "startTime" : "2023-01-22T06:41:20.000+00:00", "endTime" : "2023-01-22T06:42:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnw-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:02.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "network", "requestAction" : "deleteInstance", "networkId" : "b1f709ad-6db1-413f-8ce7-471910aae200", "networkName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "networkType" : "", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/networks/b1f709ad-6db1-413f-8ce7-471910aae200", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6" } } } 2023-01-22T06:42:15.057Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:15.058Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|INFO|500||InvokeReturn 2023-01-22T06:42:15.062Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:15.063Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:15.063Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:15.063Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false 2023-01-22T06:42:15.064Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:15.064Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9ad3891db6e4754b", X-B3-SpanId:"eb5f3fd11acffd83", X-B3-ParentSpanId:"9ad3891db6e4754b", X-B3-Sampled:"0", X-ONAP-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-TransactionID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-ECOMP-RequestID:"12605302-a6e8-40c9-87ee-41c33bcac7f7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b0e154dc-d1e9-4275-bebe-3b1a30b88cc8"] 2023-01-22T06:42:15.064Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:15.065Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:15.080Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:15.080Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:15.081Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:15.082Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:15.083Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 15, "soRequestId" : "c1681958-2dd9-4ffa-823f-592a3b0c3dd6", "groupingId" : "9e459b0c-0078-495e-a32c-33ac09c4e720", "name" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0", "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0/9e459b0c-0078-495e-a32c-33ac09c4e720\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"updated_time\":1674369686000,\"creation_time\":1674369644000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"392b99b8d05c4b0abb871ff29c5ce086\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"9e459b0c-0078-495e-a32c-33ac09c4e720\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"network_name\":\"basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536_net_0\",\"shared\":\"False\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:41:28.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:42:15.083Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:15.083Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c1681958-2dd9-4ffa-823f-592a3b0c3dd6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:15.099Z|12605302-a6e8-40c9-87ee-41c33bcac7f7|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/c1681958-2dd9-4ffa-823f-592a3b0c3dd6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:15.689Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:15.695Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||Checking if requestId: e5990948-7997-4ad3-a35b-df65bd229820 already exists in requestDb InfraActiveRequests table 2023-01-22T06:42:15.696Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:15.697Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:15.697Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:15.697Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:15.697Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:15.698Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"009c3deda08d20bb", X-B3-SpanId:"24db3b1062edd711", X-B3-ParentSpanId:"009c3deda08d20bb", X-B3-Sampled:"0", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7011eb48-914d-4c7a-9510-72b82fae40d5"] 2023-01-22T06:42:15.698Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:15.698Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:15.716Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:15.717Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:42:15.717Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:15.717Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:15.718Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: 2023-01-22T06:42:15.718Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:15.718Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:15.734Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:42:15.800Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:15.845Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||Invoke 2023-01-22T06:42:15.846Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[7003e28e-34fe-4707-b10c-a03603d3ac4c], X-ECOMP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-TransactionId=[], X-ONAP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820]} 2023-01-22T06:42:15.901Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:42:15 GMT], content-length=[251], vertex-id=[463040], x-aai-txid=[1-aai-resources-230122-06:42:15:794-78027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:15.903Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"}]} 2023-01-22T06:42:15.903Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:42:15.918Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:15.946Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:42:15.947Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:42:16.005Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:16.005Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:42:15 GMT], content-length=[613], x-aai-txid=[1-aai-resources-230122-06:42:15:896-68368], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:16.006Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs","Node Not Found:No Node of type generic-vnf found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs","ERR.5.4.6114"]}}} 2023-01-22T06:42:16.009Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count 2023-01-22T06:42:16.013Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:16.057Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||Invoke 2023-01-22T06:42:16.058Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[9e12b449-9af4-43fe-a4b3-ca6550893831], X-ECOMP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-TransactionId=[], X-ONAP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820]} 2023-01-22T06:42:16.109Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:42:16 GMT], content-length=[251], vertex-id=[463040], x-aai-txid=[2-aai-resources-230122-06:42:16:007-54843], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:16.110Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"}]} 2023-01-22T06:42:16.110Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:42:16.172Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:16.235Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:42:16.236Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:42:16.281Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:16.281Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:42:16 GMT], content-length=[610], x-aai-txid=[2-aai-resources-230122-06:42:16:183-13987], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:16.282Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks","Node Not Found:No Node of type l3-network found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks","ERR.5.4.6114"]}}} 2023-01-22T06:42:16.284Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/l3-networks?resultIndex=0&resultSize=1&format=count 2023-01-22T06:42:16.288Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:16.318Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||Invoke 2023-01-22T06:42:16.318Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[8be8421e-f732-4dd5-a0de-2ed9cbcb2984], X-ECOMP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820], X-TransactionId=[], X-ONAP-RequestID=[e5990948-7997-4ad3-a35b-df65bd229820]} 2023-01-22T06:42:16.363Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:42:16 GMT], content-length=[251], vertex-id=[463040], x-aai-txid=[0-aai-resources-230122-06:42:16:264-80333], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:16.364Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"}]} 2023-01-22T06:42:16.365Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:42:16.371Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:42:16.406Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:42:16.407Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:42:16.449Z|751eeb54-aaf2-4555-b4c7-132c40044a0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:16.449Z|751eeb54-aaf2-4555-b4c7-132c40044a0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:16.487Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:42:16.488Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:42:16 GMT], content-length=[619], x-aai-txid=[2-aai-resources-230122-06:42:16:361-65837], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:42:16.489Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations","Node Not Found:No Node of type configuration found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations","ERR.5.4.6114"]}}} 2023-01-22T06:42:16.493Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780/related-to/configurations?resultIndex=0&resultSize=1&format=count 2023-01-22T06:42:16.493Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:42:16.493Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:42:16.495Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:42:16.495Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:42:16.496Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.496Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:42:16.496Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:42:16.497Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"009c3deda08d20bb", X-B3-SpanId:"9ffca25da7e28856", X-B3-ParentSpanId:"009c3deda08d20bb", X-B3-Sampled:"0", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bd9b3aab-1378-4ee7-ba0f-892e682a232d"] 2023-01-22T06:42:16.497Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780"},"instanceName":null,"requestScope":"service"} 2023-01-22T06:42:16.497Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:16.522Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:16.523Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:16.524Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:42:16.524Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:42:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:16.525Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:42:16.525Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:16.526Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:42:16.527Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:16.528Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:42:16.528Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.528Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:16.529Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:42:16.529Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"64a166e1-2af7-493c-9b3e-b27f41a0bb87"] 2023-01-22T06:42:16.529Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:42:16.530Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:16.551Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:16.552Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:16.552Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:42:16.552Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:16.554Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:42:16.554Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:16.555Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:42:16.564Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:42:16.564Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:42:16.564Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.565Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:42:16.565Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:42:16.565Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"da063350-2b65-48ee-9194-86d5083f222d"] 2023-01-22T06:42:16.565Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:42:16.566Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:16.583Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:16.584Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:16.584Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:42:16.584Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:16.585Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T06:42:16.585Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:16.585Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:42:16.588Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:16.588Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:42:16.588Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.588Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:42:16.589Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:42:16.589Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fb9a098e-dd33-4342-91b7-f630dd42930f"] 2023-01-22T06:42:16.589Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:42:16.589Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:16.611Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:16.612Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:16.612Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:42:16.613Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:16.615Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:42:16.616Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:16.616Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:42:16.619Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:42:16.620Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:42:16.620Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.620Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:42:16.620Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:42:16.621Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1054", X-B3-TraceId:"009c3deda08d20bb", X-B3-SpanId:"6045afc7328bc7b2", X-B3-ParentSpanId:"009c3deda08d20bb", X-B3-Sampled:"0", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"03cffd85-af23-4192-bdb6-dafcb286b5e5"] 2023-01-22T06:42:16.621Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"e5990948-7997-4ad3-a35b-df65bd229820","requestStatus":"IN_PROGRESS","startTime":1674369736493,"source":"VID","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","serviceInstanceId":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","cloudApiRequests":[],"requestURI":"e5990948-7997-4ad3-a35b-df65bd229820"} 2023-01-22T06:42:16.621Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:16.649Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:16.650Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:42:16.650Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:42:16.651Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:16.652Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:42:16.493+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:42:15.159+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:16.652Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:16.652Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:42:16.666Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:42:16.667Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:42:16.668Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:16.668Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:42:16.672Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:42:16.672Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1877", X-B3-TraceId:"009c3deda08d20bb", X-B3-SpanId:"20146f9e1a5f4b63", X-B3-ParentSpanId:"009c3deda08d20bb", X-B3-Sampled:"0", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f667333b-2219-4a33-9e09-622d717f349e"] 2023-01-22T06:42:16.673Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelUuid\":\"01c22cfe-99bc-4092-8e83-475ac0251b32\",\"modelInvariantUuid\":\"2aba3b12-619d-47e9-a2c8-cbb078fe2743\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\"}","type":"String"},"requestId":{"value":"e5990948-7997-4ad3-a35b-df65bd229820","type":"String"},"mso-request-id":{"value":"e5990948-7997-4ad3-a35b-df65bd229820","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:42:16.673Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:17.688Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:17.689Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:42:17.689Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:42:17.689Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:42:16 GMT", X-ONAP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-TransactionID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ECOMP-RequestID:"e5990948-7997-4ad3-a35b-df65bd229820", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"f667333b-2219-4a33-9e09-622d717f349e", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:17.690Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"e5990948-7997-4ad3-a35b-df65bd229820\",\"instanceId\":\"5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780\"}}","message":"Success","processInstanceID":"e8b605ba-9a1f-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:42:17.690Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:17.690Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:42:17.694Z|e5990948-7997-4ad3-a35b-df65bd229820|http-nio-8080-exec-5|onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:17.822Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:17.826Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:17.826Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:17.827Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:17.827Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:17.827Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:17.828Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"32695715d9bced67", X-B3-SpanId:"142e1032effc49f5", X-B3-ParentSpanId:"32695715d9bced67", X-B3-Sampled:"0", X-ONAP-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-TransactionID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-ECOMP-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1825fc7a-a7a7-4844-bb22-f079230a3030"] 2023-01-22T06:42:17.828Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:17.828Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:17.851Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:17.852Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:17.852Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:17.853Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:17.853Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:42:16.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:15.000+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:17.853Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:17.854Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||InvokeReturn 2023-01-22T06:42:17.856Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:17.856Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:17.857Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:17.857Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:17.857Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:17.858Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"32695715d9bced67", X-B3-SpanId:"bf5a5c61e315d813", X-B3-ParentSpanId:"32695715d9bced67", X-B3-Sampled:"0", X-ONAP-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-TransactionID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-ECOMP-RequestID:"3ee7829c-1fb4-4be2-859c-468a0e4aaa52", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d0cea0e9-0b20-40b0-a6d2-5a532fad1165"] 2023-01-22T06:42:17.858Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:17.858Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:17.872Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:17.873Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:17.873Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:17.874Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:17.875Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:17.875Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:17.875Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:17.885Z|3ee7829c-1fb4-4be2-859c-468a0e4aaa52|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:23.702Z|829876dc-c7a3-4cbb-b947-f18f81d7c75e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:23.703Z|829876dc-c7a3-4cbb-b947-f18f81d7c75e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:23.732Z|b583bf55-3765-4b4a-89f4-6b0784258c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:23.733Z|b583bf55-3765-4b4a-89f4-6b0784258c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:24.430Z|928a9a7c-dcd9-4489-ba15-954a82fb0ac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:24.431Z|928a9a7c-dcd9-4489-ba15-954a82fb0ac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:28.012Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:28.017Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.017Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:28.018Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.018Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.018Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:28.018Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3dc0469ace297510", X-B3-SpanId:"4fba13df5c93b582", X-B3-ParentSpanId:"3dc0469ace297510", X-B3-Sampled:"0", X-ONAP-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-TransactionID:"7747a051-403d-4c41-a065-dc032002c6ed", X-ECOMP-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"03675d29-f876-427b-a738-391751d0f9ac"] 2023-01-22T06:42:28.019Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:28.019Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.043Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.044Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.044Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:28.045Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.046Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:42:16.000+00:00", "endTime" : "2023-01-22T06:42:22.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:21.000+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:28.046Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.046Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||InvokeReturn 2023-01-22T06:42:28.048Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.049Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:28.049Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.049Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.049Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:28.050Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3dc0469ace297510", X-B3-SpanId:"3df76752fdfe3415", X-B3-ParentSpanId:"3dc0469ace297510", X-B3-Sampled:"0", X-ONAP-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-TransactionID:"7747a051-403d-4c41-a065-dc032002c6ed", X-ECOMP-RequestID:"7747a051-403d-4c41-a065-dc032002c6ed", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bdd222c8-514b-46ac-835d-f5ea8bcfcbbf"] 2023-01-22T06:42:28.050Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:28.050Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.063Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.064Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.064Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:28.064Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.065Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:28.065Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.066Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:28.075Z|7747a051-403d-4c41-a065-dc032002c6ed|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:28.200Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:28.205Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.205Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:28.206Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.206Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.206Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:28.207Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0ed5df0ad2e19ab0", X-B3-SpanId:"5b0271e889b82d36", X-B3-ParentSpanId:"0ed5df0ad2e19ab0", X-B3-Sampled:"0", X-ONAP-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-TransactionID:"c900d508-647c-47f1-8644-028573d6f0e2", X-ECOMP-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"30a742e5-9867-4a69-8ff1-61b44ae4224c"] 2023-01-22T06:42:28.207Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:28.208Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.226Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.227Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.227Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:28.228Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.228Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:42:16.000+00:00", "endTime" : "2023-01-22T06:42:22.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:21.000+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:28.228Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.229Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||InvokeReturn 2023-01-22T06:42:28.230Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.231Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:28.231Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.231Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.232Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:28.232Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0ed5df0ad2e19ab0", X-B3-SpanId:"8ad1910a56049a08", X-B3-ParentSpanId:"0ed5df0ad2e19ab0", X-B3-Sampled:"0", X-ONAP-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-TransactionID:"c900d508-647c-47f1-8644-028573d6f0e2", X-ECOMP-RequestID:"c900d508-647c-47f1-8644-028573d6f0e2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3c79df99-1cb3-44e9-abb5-74eb4908b7e6"] 2023-01-22T06:42:28.233Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:28.233Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.246Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.246Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.247Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:28.247Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.248Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:28.248Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.249Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:28.258Z|c900d508-647c-47f1-8644-028573d6f0e2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:28.379Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:28.384Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.385Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:28.385Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.385Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.386Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:28.386Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc9714d35cfab755", X-B3-SpanId:"39e6ac86cde6a03b", X-B3-ParentSpanId:"cc9714d35cfab755", X-B3-Sampled:"0", X-ONAP-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-TransactionID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-ECOMP-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6ca0e023-d780-4a41-ab85-31b11b354a09"] 2023-01-22T06:42:28.386Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:28.386Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.409Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.410Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.410Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:28.411Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.411Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:42:16.000+00:00", "endTime" : "2023-01-22T06:42:22.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:21.000+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:28.412Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.412Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||InvokeReturn 2023-01-22T06:42:28.414Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.415Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:28.415Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.415Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.416Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:28.416Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc9714d35cfab755", X-B3-SpanId:"fc2ccb6fd184567c", X-B3-ParentSpanId:"cc9714d35cfab755", X-B3-Sampled:"0", X-ONAP-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-TransactionID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-ECOMP-RequestID:"54942940-7619-4a3b-807b-dd4f77b32ddc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"160c0830-20b9-42c3-827f-f4ede750a16d"] 2023-01-22T06:42:28.416Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:28.417Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.431Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.432Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.432Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:28.432Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.433Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:28.434Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.434Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:28.442Z|54942940-7619-4a3b-807b-dd4f77b32ddc|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:28.575Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:28.581Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.582Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||Invoke 2023-01-22T06:42:28.582Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.583Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820 2023-01-22T06:42:28.583Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Method : GET 2023-01-22T06:42:28.583Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21d613dc93618027", X-B3-SpanId:"78e187c2f6984ecb", X-B3-ParentSpanId:"21d613dc93618027", X-B3-Sampled:"0", X-ONAP-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-TransactionID:"51f288df-644f-4228-9663-271137fbf679", X-ECOMP-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"66ff8e34-29fa-4ab6-831c-9d192fdb9722"] 2023-01-22T06:42:28.584Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Request body: 2023-01-22T06:42:28.584Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.606Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.606Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.606Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Status text : 2023-01-22T06:42:28.607Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.607Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||Response body: { "requestId" : "e5990948-7997-4ad3-a35b-df65bd229820", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:42:16.000+00:00", "endTime" : "2023-01-22T06:42:22.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_network\",\n \"modelInvariantId\": \"2aba3b12-619d-47e9-a2c8-cbb078fe2743\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"01c22cfe-99bc-4092-8e83-475ac0251b32\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:21.000+00:00", "serviceInstanceId" : "5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "serviceInstanceName" : "basic_network-4173fb57-3b7b-4953-98f7-b2f0874b3536", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/5c4bcea5-0ca9-46fb-97e7-a0f7afbe4780", "cloudApiRequests" : [ ], "requestURI" : "e5990948-7997-4ad3-a35b-df65bd229820", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820" } } } 2023-01-22T06:42:28.608Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.608Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e5990948-7997-4ad3-a35b-df65bd229820|INFO|500||InvokeReturn 2023-01-22T06:42:28.609Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.610Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:28.610Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:28.610Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false 2023-01-22T06:42:28.611Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:28.611Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21d613dc93618027", X-B3-SpanId:"41608a26ce134341", X-B3-ParentSpanId:"21d613dc93618027", X-B3-Sampled:"0", X-ONAP-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-TransactionID:"51f288df-644f-4228-9663-271137fbf679", X-ECOMP-RequestID:"51f288df-644f-4228-9663-271137fbf679", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d87e0f53-1482-4283-bb18-5d37e45fcacd"] 2023-01-22T06:42:28.611Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:28.611Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:28.624Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:28.624Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:28.625Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:28.625Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:28.627Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:28.627Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:28.628Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e5990948-7997-4ad3-a35b-df65bd229820&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:28.636Z|51f288df-644f-4228-9663-271137fbf679|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e5990948-7997-4ad3-a35b-df65bd229820|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:31.449Z|01ad3102-067d-4862-aa93-9bc5c905af61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:31.451Z|01ad3102-067d-4862-aa93-9bc5c905af61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:31.760Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:42:31.769Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89 2023-01-22T06:42:31.770Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|INFO|500||Invoke 2023-01-22T06:42:31.770Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:31.770Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89 2023-01-22T06:42:31.771Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Method : GET 2023-01-22T06:42:31.771Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"03c938264be537f1", X-B3-SpanId:"d353615b5d318da7", X-B3-ParentSpanId:"03c938264be537f1", X-B3-Sampled:"0", X-ONAP-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-TransactionID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-ECOMP-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a76eb532-fd57-42ca-b830-2e38e6a767c6"] 2023-01-22T06:42:31.771Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Request body: 2023-01-22T06:42:31.772Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:31.809Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:31.810Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:31.810Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Status text : 2023-01-22T06:42:31.810Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:31.811Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||Response body: { "requestId" : "23d1767b-e5b3-4b25-864f-2579cc707c89", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:42:03.000+00:00", "endTime" : "2023-01-22T06:42:30.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\":{\n \"modelInfo\":{\n \"modelInvariantId\": \"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\",\n \"modelVersion\":\"1.0\"\n },\n \"owningEntity\":{\n \"owningEntityId\":\"2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\",\n \"owningEntityName\":\"OE-ETE_Customer-2b7bcbd4-d497-4c19-9d27-86c86ddb9b81\"\n },\n \"subscriberInfo\":{\n \"globalSubscriberId\":\"ETE_Customer_87320cc0-27fe-4d45-9a6e-a6bbef61ac44\"\n },\n \"requestInfo\":{\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"source\":\"VID\",\n \"suppressRollback\": \"False\",\n \"requestorId\":\"demo\"\n },\n \"requestParameters\":{\n \"subscriptionServiceType\":\"pNF\",\n \"aLaCarte\": \"False\",\n \"userParams\":[\n {\n \"service\":{\n \"modelInfo\":{\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"service\"\n },\n \"instanceName\":\"Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44\",\n \"instanceParams\":[\n ],\n \"resources\":{\n \"pnfs\":[\n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"pNF 37ca6bdf-84e7 0\",\n \"modelCustomizationId\":\"288d93d7-7db2-463f-a9d7-55ef5f7e8d6e\",\n \"modelInvariantId\":\"0c3735c2-5b1e-4fa0-801c-f6587bf7712c\",\n \"modelVersionId\":\"f71e45f4-c1f8-4f1d-b002-f867fe6c2b3b\",\n \"modelName\":\"Demo_pNF_puKFLEXpEh2HcNgWglGn\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"Platform-ETE_Customer\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"LOB-ETE_Customer\"\n },\n \"productFamilyId\":\"70f2a3c7-6e49-44a4-b656-7c413769eda0\",\n \"instanceParams\":[],\n \"instanceName\":\"puKFLEXpEh2HcNgWglGn\"\n }\n ]\n }\n }\n },\n {\n \"Homing_Solution\":\"none\"\n }\n ]\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:42:29.000+00:00", "serviceInstanceId" : "11c26d7a-5e70-4e93-943c-6f89dad171e6", "serviceInstanceName" : "Service_Ete_Name87320cc0-27fe-4d45-9a6e-a6bbef61ac44", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.onap:8080/onap/so/infra/serviceInstantiation/v7/serviceInstances", "productFamilyName" : "pNF", "cloudApiRequests" : [ ], "requestURI" : "23d1767b-e5b3-4b25-864f-2579cc707c89", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89" } } } 2023-01-22T06:42:31.811Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:31.811Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/23d1767b-e5b3-4b25-864f-2579cc707c89|INFO|500||InvokeReturn 2023-01-22T06:42:31.813Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false 2023-01-22T06:42:31.813Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:42:31.813Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:42:31.814Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false 2023-01-22T06:42:31.814Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:42:31.814Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"03c938264be537f1", X-B3-SpanId:"f2c7bdb94b23c193", X-B3-ParentSpanId:"03c938264be537f1", X-B3-Sampled:"0", X-ONAP-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-TransactionID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-ECOMP-RequestID:"abd9e76c-53c8-42b9-946a-1af3a4b9d8e3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"187ba81e-6555-4a9b-abc2-d2c8bb1c896a"] 2023-01-22T06:42:31.814Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:42:31.815Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:42:31.828Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:42:31.829Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:42:31.829Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:42:31.830Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:42:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:42:31.831Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:42:31.831Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:42:31.832Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=23d1767b-e5b3-4b25-864f-2579cc707c89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:42:31.839Z|abd9e76c-53c8-42b9-946a-1af3a4b9d8e3|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/23d1767b-e5b3-4b25-864f-2579cc707c89|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:42:31.841Z|a7d25d72-feba-45a5-9355-8f16949ce2e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:31.842Z|a7d25d72-feba-45a5-9355-8f16949ce2e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:33.732Z|8ebccf39-b749-4a11-af4e-eae7db35fcf8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:33.732Z|8ebccf39-b749-4a11-af4e-eae7db35fcf8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:33.755Z|dea31889-74a2-4514-9a4e-2d3094fa85a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:33.756Z|dea31889-74a2-4514-9a4e-2d3094fa85a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:34.459Z|09e736d4-11ff-4356-8bee-16206a5fedcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:34.459Z|09e736d4-11ff-4356-8bee-16206a5fedcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:43.755Z|9476ec72-cf92-43f5-a303-d9dc7e74b67b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:43.755Z|9476ec72-cf92-43f5-a303-d9dc7e74b67b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:43.806Z|bea719ad-9d4d-48b8-afe6-4001c5d2fde1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:43.807Z|bea719ad-9d4d-48b8-afe6-4001c5d2fde1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:44.484Z|677604b5-4fb1-465f-9e19-34125aa8f715|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:44.485Z|677604b5-4fb1-465f-9e19-34125aa8f715|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:46.449Z|b07f6979-0ecd-41cc-8765-827c752ea49c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:42:46.449Z|b07f6979-0ecd-41cc-8765-827c752ea49c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:42:53.798Z|c305c46c-9450-44f8-a88a-10ac4c04e14e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:53.798Z|c305c46c-9450-44f8-a88a-10ac4c04e14e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:53.872Z|90c653f1-5823-4f50-a019-ee3f183106c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:53.873Z|90c653f1-5823-4f50-a019-ee3f183106c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:54.510Z|17ca8115-a79f-4207-8a7e-7e1ea3281171|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:42:54.511Z|17ca8115-a79f-4207-8a7e-7e1ea3281171|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:42:59.842Z|a41dd7af-68bd-4bb5-85f8-bf53afb483af|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:42:59.843Z|a41dd7af-68bd-4bb5-85f8-bf53afb483af|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:01.449Z|ea346e0e-5bda-4588-9059-3f63d5b01744|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:01.449Z|ea346e0e-5bda-4588-9059-3f63d5b01744|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:01.842Z|5c789e46-b792-47c8-a4f4-80113664318e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:01.843Z|5c789e46-b792-47c8-a4f4-80113664318e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:03.824Z|ff6cc9f1-1285-4b84-8cd6-50763ba00421|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:03.827Z|ff6cc9f1-1285-4b84-8cd6-50763ba00421|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:03.872Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:03.876Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 7b92d37f-1c2e-4311-953e-90b3f6e91126 already exists in requestDb InfraActiveRequests table 2023-01-22T06:43:03.876Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:03.877Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:03.877Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:03.877Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:03.878Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:03.878Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3b4db4ca1f03bac0", X-B3-SpanId:"6ef879890921160c", X-B3-ParentSpanId:"3b4db4ca1f03bac0", X-B3-Sampled:"0", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee3b7255-57b5-430c-83eb-77bdc221dc0e"] 2023-01-22T06:43:03.878Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:03.878Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:03.898Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:03.898Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:03.898Z|51c611c2-61d9-45fc-b9e0-9273199552ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:03.898Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:03.898Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:03.899Z|51c611c2-61d9-45fc-b9e0-9273199552ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:03.899Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: 2023-01-22T06:43:03.899Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:03.899Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:03.909Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:43:03.913Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:03.968Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:03.969Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:43:04.026Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:43:04.026Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:43:03 GMT], content-length=[604], vertex-id=[401600], x-aai-txid=[0-aai-resources-230122-06:43:03:923-24065], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:04.028Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369482063","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:43:04.029Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:43:04.030Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:43:04.031Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:04.032Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:43:04.032Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.032Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:04.033Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:43:04.033Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"110", X-B3-TraceId:"3b4db4ca1f03bac0", X-B3-SpanId:"1b08b7f7825d46c4", X-B3-ParentSpanId:"3b4db4ca1f03bac0", X-B3-Sampled:"0", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"890d1acc-b921-4306-8f39-87d572206258"] 2023-01-22T06:43:04.033Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef","requestScope":"service"} 2023-01-22T06:43:04.034Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.051Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.052Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:04.052Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:43:04.053Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.053Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:43:04.054Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.054Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:43:04.055Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:04.055Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:43:04.056Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.056Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:04.056Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:43:04.057Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8c53c828-9d5e-4ba4-9394-d39d32001113"] 2023-01-22T06:43:04.057Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:43:04.057Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.079Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.080Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:04.080Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:43:04.081Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.082Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:43:04.083Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.083Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:43:04.087Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:43:04.088Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:04.088Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.088Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:43:04.088Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:04.088Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06e1b7b8-8cc5-4626-bf82-84fe90aeff0c"] 2023-01-22T06:43:04.089Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:04.089Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.106Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.107Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:04.107Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:04.107Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.108Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T06:43:04.108Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.109Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:43:04.111Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:04.112Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:43:04.112Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.112Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:04.113Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:43:04.113Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"51bb8802-c81e-4342-bdc8-393ad9b43391"] 2023-01-22T06:43:04.113Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:43:04.114Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.135Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.136Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:04.136Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:43:04.137Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.138Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:43:04.139Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.139Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:43:04.144Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:04.145Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:43:04.145Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.145Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:04.146Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:43:04.146Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1833", X-B3-TraceId:"3b4db4ca1f03bac0", X-B3-SpanId:"aec9afa8dce84ffd", X-B3-ParentSpanId:"3b4db4ca1f03bac0", X-B3-Sampled:"0", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ea4e9193-ab1b-4075-a0e7-56a15bcaee49"] 2023-01-22T06:43:04.146Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"7b92d37f-1c2e-4311-953e-90b3f6e91126","requestStatus":"IN_PROGRESS","startTime":1674369783910,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"7b92d37f-1c2e-4311-953e-90b3f6e91126"} 2023-01-22T06:43:04.147Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.171Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.171Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:43:04.172Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:43:04.172Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.172Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:03.910+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:43:02.683+00:00", "cloudRegion" : "RegionOne", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:04.173Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.173Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:43:04.189Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:04.190Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:43:04.191Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.191Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:04.191Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:43:04.191Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2243", X-B3-TraceId:"3b4db4ca1f03bac0", X-B3-SpanId:"246a27452f624c8b", X-B3-ParentSpanId:"3b4db4ca1f03bac0", X-B3-Sampled:"0", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a52859f-88b8-4699-a737-4b00b9a6420f"] 2023-01-22T06:43:04.192Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelUuid\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelInvariantUuid\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicvm-customer\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_vm\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicvm-project\"},\"owningEntity\":{\"owningEntityId\":\"87b98013-2b78-44f4-b83d-3c14603f82cb\",\"owningEntityName\":\"basicvm-oe\"}}}","type":"String"},"requestId":{"value":"7b92d37f-1c2e-4311-953e-90b3f6e91126","type":"String"},"mso-request-id":{"value":"7b92d37f-1c2e-4311-953e-90b3f6e91126","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:43:04.192Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.535Z|2d7481a4-a0c3-42ea-9cc7-10b50f807126|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:04.536Z|2d7481a4-a0c3-42ea-9cc7-10b50f807126|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:04.966Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:04.970Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 2ae2b321-e7a3-40e0-bd99-60e720eb0182 already exists in requestDb InfraActiveRequests table 2023-01-22T06:43:04.970Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:04.971Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:04.971Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:04.971Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:04.972Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:04.972Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"144d4b7f4c8ec172", X-B3-SpanId:"f882852b1f3c3620", X-B3-ParentSpanId:"144d4b7f4c8ec172", X-B3-Sampled:"0", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"91ddaac3-8f2e-4c5d-aa65-635f295dbdbf"] 2023-01-22T06:43:04.972Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:04.973Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:04.993Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:04.993Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:04.994Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:04.994Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:04.995Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: 2023-01-22T06:43:04.995Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:04.995Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:05.005Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:43:05.010Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:05.039Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:05.041Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:43:05.096Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:43:05.097Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:43:04 GMT], content-length=[573], vertex-id=[413888], x-aai-txid=[1-aai-resources-230122-06:43:04:992-51941], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:05.098Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674369483335","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:43:05.099Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:43:05.099Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:43:05.100Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:05.101Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:43:05.101Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.101Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:05.101Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:43:05.102Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"111", X-B3-TraceId:"144d4b7f4c8ec172", X-B3-SpanId:"88ffa8d9092f146c", X-B3-ParentSpanId:"144d4b7f4c8ec172", X-B3-Sampled:"0", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c5f9ad90-c058-4197-a1bc-c9f4254bdd22"] 2023-01-22T06:43:05.102Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4","requestScope":"service"} 2023-01-22T06:43:05.102Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.119Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.120Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.121Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:43:05.121Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.122Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:43:05.123Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.123Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:43:05.124Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:05.125Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:43:05.125Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.126Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:05.126Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:43:05.127Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0128d952-f4d9-4e2c-9820-5ea7b9e3b96b"] 2023-01-22T06:43:05.128Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:43:05.128Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.149Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.150Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.150Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:43:05.150Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.152Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:43:05.152Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.153Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:43:05.160Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:43:05.161Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:05.162Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.162Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:43:05.163Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:05.163Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1ad69275-326a-4226-b9dd-8d5e171a4b17"] 2023-01-22T06:43:05.164Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:05.164Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.184Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.185Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.185Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:05.185Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.186Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T06:43:05.186Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.186Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:43:05.188Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:05.189Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:43:05.189Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.189Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:43:05.189Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:43:05.190Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a59783cb-056d-4125-be6d-073ab5ffaab1"] 2023-01-22T06:43:05.190Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:43:05.190Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.205Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.207Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:43:05.207Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:43:05.207Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:43:04 GMT", X-ONAP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-TransactionID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ECOMP-RequestID:"7b92d37f-1c2e-4311-953e-90b3f6e91126", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3a52859f-88b8-4699-a737-4b00b9a6420f", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.208Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"7b92d37f-1c2e-4311-953e-90b3f6e91126\",\"instanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\"}}","message":"Success","processInstanceID":"0508b0d4-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:43:05.208Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.209Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:43:05.211Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.211Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.211Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:43:05.211Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.212Z|7b92d37f-1c2e-4311-953e-90b3f6e91126|http-nio-8080-exec-8|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:05.214Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:43:05.214Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.214Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:43:05.217Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:05.218Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:43:05.218Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.218Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:05.219Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:43:05.219Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1783", X-B3-TraceId:"144d4b7f4c8ec172", X-B3-SpanId:"69a269eb01f56760", X-B3-ParentSpanId:"144d4b7f4c8ec172", X-B3-Sampled:"0", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8ad79519-fe2c-4ff8-be57-1b28de6372da"] 2023-01-22T06:43:05.219Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"2ae2b321-e7a3-40e0-bd99-60e720eb0182","requestStatus":"IN_PROGRESS","startTime":1674369785006,"source":"VID","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceName":"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"2ae2b321-e7a3-40e0-bd99-60e720eb0182"} 2023-01-22T06:43:05.220Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.246Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.247Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:43:05.247Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:43:05.247Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.249Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:05.006+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:43:03.757+00:00", "cloudRegion" : "k8sregion", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:05.249Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.250Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:43:05.269Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:05.269Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:43:05.270Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.270Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:05.270Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:43:05.271Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2225", X-B3-TraceId:"144d4b7f4c8ec172", X-B3-SpanId:"84660e6980a9864e", X-B3-ParentSpanId:"144d4b7f4c8ec172", X-B3-Sampled:"0", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"59d3351e-c907-46dc-ac80-f02ef202fa44"] 2023-01-22T06:43:05.271Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicnf-customer\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_cnf\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicnf_project\"},\"owningEntity\":{\"owningEntityId\":\"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\"owningEntityName\":\"basicnf_owning_entity\"}}}","type":"String"},"requestId":{"value":"2ae2b321-e7a3-40e0-bd99-60e720eb0182","type":"String"},"mso-request-id":{"value":"2ae2b321-e7a3-40e0-bd99-60e720eb0182","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:43:05.271Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.362Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:05.367Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:05.367Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:05.368Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.368Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:05.368Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:05.369Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"79a90c6221db8d84", X-B3-SpanId:"ab31345252fed7f5", X-B3-ParentSpanId:"79a90c6221db8d84", X-B3-Sampled:"0", X-ONAP-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-TransactionID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-ECOMP-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06de61b6-2637-47aa-8eea-5a7a0bba5ff7"] 2023-01-22T06:43:05.369Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:05.369Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.388Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.389Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.389Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:05.389Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.390Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:03.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:03.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:05.390Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.390Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:05.393Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:05.393Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:05.394Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:05.394Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:05.394Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:05.394Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"79a90c6221db8d84", X-B3-SpanId:"054ca993d296f4a4", X-B3-ParentSpanId:"79a90c6221db8d84", X-B3-Sampled:"0", X-ONAP-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-TransactionID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-ECOMP-RequestID:"e0fb8f87-52bb-4cff-ad6f-9ae79b904399", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d2037ffa-74c2-411b-afee-8a30d8f262b5"] 2023-01-22T06:43:05.394Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:05.395Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:05.408Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:05.408Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:05.409Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:05.409Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:05.410Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:05.410Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:05.410Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:05.418Z|e0fb8f87-52bb-4cff-ad6f-9ae79b904399|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:06.282Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:06.283Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:43:06.283Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:43:06.284Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:43:05 GMT", X-ONAP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-TransactionID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ECOMP-RequestID:"2ae2b321-e7a3-40e0-bd99-60e720eb0182", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"59d3351e-c907-46dc-ac80-f02ef202fa44", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:06.284Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"2ae2b321-e7a3-40e0-bd99-60e720eb0182\",\"instanceId\":\"9bbfb659-0063-473b-a70f-0a11708a6ed9\"}}","message":"Success","processInstanceID":"05ad2e2c-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:43:06.285Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:06.285Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:43:06.290Z|2ae2b321-e7a3-40e0-bd99-60e720eb0182|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:06.430Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:06.435Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:06.436Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:06.437Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:06.437Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:06.437Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:06.438Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8a1c0fce29ec37fb", X-B3-SpanId:"16e4b8c09ada8c54", X-B3-ParentSpanId:"8a1c0fce29ec37fb", X-B3-Sampled:"0", X-ONAP-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-TransactionID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-ECOMP-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"49485926-89d4-48a1-a546-65d38ecc7f1d"] 2023-01-22T06:43:06.439Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:06.439Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:06.457Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:06.458Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:06.458Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:06.459Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:06.461Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:05.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:04.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:06.462Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:06.462Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:06.465Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:06.465Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:06.466Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:06.466Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:06.466Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:06.467Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8a1c0fce29ec37fb", X-B3-SpanId:"0205416b69c9ca31", X-B3-ParentSpanId:"8a1c0fce29ec37fb", X-B3-Sampled:"0", X-ONAP-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-TransactionID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-ECOMP-RequestID:"dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5129e588-d316-4e76-bfc7-c15544af01d0"] 2023-01-22T06:43:06.467Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:06.468Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:06.482Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:06.483Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:06.483Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:06.483Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:06.484Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:06.484Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:06.484Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:06.495Z|dd997fc8-e4e8-4ea5-a4c4-81b7d3e9216f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:13.848Z|9447a8ae-9d4c-4e9a-94f5-02c18fcd5f02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:13.849Z|9447a8ae-9d4c-4e9a-94f5-02c18fcd5f02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:13.918Z|762cfcd8-648e-4977-a310-b15750996016|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:13.919Z|762cfcd8-648e-4977-a310-b15750996016|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:14.561Z|af1deb0f-c6ac-4fe8-b56b-b91045ce3d66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:14.562Z|af1deb0f-c6ac-4fe8-b56b-b91045ce3d66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:15.557Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:15.562Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.563Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:15.564Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:15.564Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.564Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:15.565Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8d904a5299f2b0fe", X-B3-SpanId:"b17026ceb2e1030c", X-B3-ParentSpanId:"8d904a5299f2b0fe", X-B3-Sampled:"0", X-ONAP-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-TransactionID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-ECOMP-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dff6cc25-753f-42e0-9e8e-49e2ede451ea"] 2023-01-22T06:43:15.565Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:15.565Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:15.589Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:15.590Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:15.590Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:15.593Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:15.594Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:03.000+00:00", "endTime" : "2023-01-22T06:43:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:15.594Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:15.595Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:15.597Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:15.598Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:15.598Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:15.598Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:15.599Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:15.599Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8d904a5299f2b0fe", X-B3-SpanId:"0b9bc0d666ce8b76", X-B3-ParentSpanId:"8d904a5299f2b0fe", X-B3-Sampled:"0", X-ONAP-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-TransactionID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-ECOMP-RequestID:"8a40df42-6103-4667-993c-f21f4054fa1e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"219f2320-149f-4db6-98c4-097ce081122f"] 2023-01-22T06:43:15.599Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:15.599Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:15.618Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:15.618Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:15.619Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:15.619Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:15.621Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:15.621Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:15.622Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:15.631Z|8a40df42-6103-4667-993c-f21f4054fa1e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:15.756Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:15.761Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.762Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:15.762Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:15.762Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.763Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:15.763Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"025f7397739f302d", X-B3-SpanId:"20cb39df79c5644c", X-B3-ParentSpanId:"025f7397739f302d", X-B3-Sampled:"0", X-ONAP-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-TransactionID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-ECOMP-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"963a7250-8600-4895-a303-7ac33aa1f4ba"] 2023-01-22T06:43:15.764Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:15.764Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:15.787Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:15.788Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:15.788Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:15.789Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:15.789Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:03.000+00:00", "endTime" : "2023-01-22T06:43:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:15.790Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:15.790Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:15.791Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:15.792Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:15.792Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:15.792Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:15.792Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:15.793Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"025f7397739f302d", X-B3-SpanId:"98aae3e87d9189a2", X-B3-ParentSpanId:"025f7397739f302d", X-B3-Sampled:"0", X-ONAP-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-TransactionID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-ECOMP-RequestID:"849b4d5a-4b1b-4116-8b17-8c673535412c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"67668182-c689-425a-a4c9-311904b57610"] 2023-01-22T06:43:15.793Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:15.793Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:15.849Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:15.849Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:15.849Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:15.850Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:15.851Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:15.852Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:15.852Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:15.862Z|849b4d5a-4b1b-4116-8b17-8c673535412c|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:15.979Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:15.983Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.984Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:15.984Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:15.984Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:15.985Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:15.985Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c5fdb90bc0be839b", X-B3-SpanId:"cfb2bfd49c036c75", X-B3-ParentSpanId:"c5fdb90bc0be839b", X-B3-Sampled:"0", X-ONAP-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-TransactionID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-ECOMP-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d339c233-7878-4339-a2b4-a352f7b6bb99"] 2023-01-22T06:43:15.986Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:15.986Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.004Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.005Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.005Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:16.006Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.006Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:03.000+00:00", "endTime" : "2023-01-22T06:43:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:16.007Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.008Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:16.009Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.010Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:16.010Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.011Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.011Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:16.012Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c5fdb90bc0be839b", X-B3-SpanId:"d051902a411ad93a", X-B3-ParentSpanId:"c5fdb90bc0be839b", X-B3-Sampled:"0", X-ONAP-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-TransactionID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-ECOMP-RequestID:"735f903c-26c3-46d8-99dd-84280b15bce8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d4f8f63b-9ba0-4905-8a98-e38c9be7d018"] 2023-01-22T06:43:16.012Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:16.013Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.026Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.027Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.028Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:16.028Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.029Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:16.030Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.030Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:16.041Z|735f903c-26c3-46d8-99dd-84280b15bce8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:16.178Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:16.185Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:16.186Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:16.186Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.187Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:16.187Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:16.188Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b6c1484c77e8ebdd", X-B3-SpanId:"8440dc8115e7a760", X-B3-ParentSpanId:"b6c1484c77e8ebdd", X-B3-Sampled:"0", X-ONAP-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-TransactionID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-ECOMP-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f0f90ca8-3e65-4b40-9497-da2cbbfcc7c4"] 2023-01-22T06:43:16.188Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:16.189Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.214Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.215Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.215Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:16.216Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Connection:"close"] 2023-01-22T06:43:16.217Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:03.000+00:00", "endTime" : "2023-01-22T06:43:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:16.217Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.218Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:16.220Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.220Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:16.221Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.221Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.221Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:16.222Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b6c1484c77e8ebdd", X-B3-SpanId:"8648c3a42215c979", X-B3-ParentSpanId:"b6c1484c77e8ebdd", X-B3-Sampled:"0", X-ONAP-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-TransactionID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-ECOMP-RequestID:"d3810ad2-e35d-4508-93b9-bf78cb01b2c5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bdb4349e-70d9-47c2-a21d-4d6025bdf872"] 2023-01-22T06:43:16.222Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:16.222Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.253Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.254Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.254Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:16.254Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.255Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:16.255Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.256Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:16.267Z|d3810ad2-e35d-4508-93b9-bf78cb01b2c5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:16.389Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:16.396Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:16.396Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||Invoke 2023-01-22T06:43:16.397Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.397Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126 2023-01-22T06:43:16.397Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Method : GET 2023-01-22T06:43:16.397Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2c8f741120b1ad8c", X-B3-SpanId:"0c44cd7c1a1f68d1", X-B3-ParentSpanId:"2c8f741120b1ad8c", X-B3-Sampled:"0", X-ONAP-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-TransactionID:"df901e0e-1251-423a-87d1-77885adcea0a", X-ECOMP-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2fa91a1a-fff5-4115-acbb-3d41e2b0be77"] 2023-01-22T06:43:16.398Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Request body: 2023-01-22T06:43:16.398Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.420Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.421Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.421Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Status text : 2023-01-22T06:43:16.422Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.422Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||Response body: { "requestId" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:03.000+00:00", "endTime" : "2023-01-22T06:43:07.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n\t\t\t\"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:06.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "7b92d37f-1c2e-4311-953e-90b3f6e91126", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126" } } } 2023-01-22T06:43:16.422Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.423Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/7b92d37f-1c2e-4311-953e-90b3f6e91126|INFO|500||InvokeReturn 2023-01-22T06:43:16.424Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.425Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:16.425Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.425Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.425Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:16.426Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2c8f741120b1ad8c", X-B3-SpanId:"250d39d900b9c1fb", X-B3-ParentSpanId:"2c8f741120b1ad8c", X-B3-Sampled:"0", X-ONAP-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-TransactionID:"df901e0e-1251-423a-87d1-77885adcea0a", X-ECOMP-RequestID:"df901e0e-1251-423a-87d1-77885adcea0a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b10ebc95-ed86-45f5-a1aa-e518bfeb670b"] 2023-01-22T06:43:16.426Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:16.426Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.438Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.439Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.439Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:16.439Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.440Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:16.440Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.440Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=7b92d37f-1c2e-4311-953e-90b3f6e91126&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:16.449Z|458ca6b3-b006-47e9-a966-8ded9f75e949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:16.450Z|df901e0e-1251-423a-87d1-77885adcea0a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/7b92d37f-1c2e-4311-953e-90b3f6e91126|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:16.451Z|458ca6b3-b006-47e9-a966-8ded9f75e949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:16.638Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:16.642Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:16.643Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:16.643Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.644Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:16.644Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:16.644Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"013a23a48679d2e4", X-B3-SpanId:"49bff60b811cab64", X-B3-ParentSpanId:"013a23a48679d2e4", X-B3-Sampled:"0", X-ONAP-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-TransactionID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-ECOMP-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"abfb8b82-8f8c-483c-b5ab-604832290bb5"] 2023-01-22T06:43:16.645Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:16.645Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.668Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.668Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.669Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:16.669Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.671Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:05.000+00:00", "endTime" : "2023-01-22T06:43:08.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:07.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:16.671Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.671Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:16.673Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.673Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:16.674Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.674Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.674Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:16.674Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"013a23a48679d2e4", X-B3-SpanId:"f9e0b0641589fb34", X-B3-ParentSpanId:"013a23a48679d2e4", X-B3-Sampled:"0", X-ONAP-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-TransactionID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-ECOMP-RequestID:"b03bcfa0-a7db-4426-9b6f-b1218c777230", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"699edfdd-ef0f-4239-aed1-24e4aaf1309d"] 2023-01-22T06:43:16.675Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:16.675Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.687Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.688Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.688Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:16.688Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.689Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:16.689Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.690Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:16.702Z|b03bcfa0-a7db-4426-9b6f-b1218c777230|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:16.825Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:16.829Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:16.830Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:16.830Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.830Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:16.831Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:16.831Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"348f1e4bbc27e1c5", X-B3-SpanId:"0e7724bd0d7139f3", X-B3-ParentSpanId:"348f1e4bbc27e1c5", X-B3-Sampled:"0", X-ONAP-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-TransactionID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-ECOMP-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f391f349-c71e-4006-8683-43bcb22ca80b"] 2023-01-22T06:43:16.831Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:16.831Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.850Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.851Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.851Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:16.852Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.852Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:05.000+00:00", "endTime" : "2023-01-22T06:43:08.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:07.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:16.852Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.853Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:16.855Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.855Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:16.856Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:16.856Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:16.856Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:16.856Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"348f1e4bbc27e1c5", X-B3-SpanId:"1ce94cd821e23496", X-B3-ParentSpanId:"348f1e4bbc27e1c5", X-B3-Sampled:"0", X-ONAP-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-TransactionID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-ECOMP-RequestID:"7d094467-7522-418b-8ba3-dcb73f81753b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a043d141-9920-4814-b004-986189e94d6e"] 2023-01-22T06:43:16.857Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:16.857Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:16.868Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:16.869Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:16.869Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:16.870Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:16.870Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:16.871Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:16.871Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:16.878Z|7d094467-7522-418b-8ba3-dcb73f81753b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:16.999Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:17.004Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.005Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:17.005Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.005Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.006Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:17.006Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b2307dd3b1e8a48", X-B3-SpanId:"cd1ff919619fe54a", X-B3-ParentSpanId:"9b2307dd3b1e8a48", X-B3-Sampled:"0", X-ONAP-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-TransactionID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-ECOMP-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"824bb8d3-e231-4c41-8224-f5d4c1e7f489"] 2023-01-22T06:43:17.006Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:17.007Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.025Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.026Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.026Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:17.026Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.027Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:05.000+00:00", "endTime" : "2023-01-22T06:43:08.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:07.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:17.027Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.028Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:17.029Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.030Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:17.030Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.031Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.031Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:17.032Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b2307dd3b1e8a48", X-B3-SpanId:"7a907db7b2071e5c", X-B3-ParentSpanId:"9b2307dd3b1e8a48", X-B3-Sampled:"0", X-ONAP-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-TransactionID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-ECOMP-RequestID:"9d737613-15fe-466d-9d62-11a80feb1ecd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a5c6508c-6b28-4d45-9ba1-568eb918e2ff"] 2023-01-22T06:43:17.032Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:17.032Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.044Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.045Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.046Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:17.046Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.047Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:17.047Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.048Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:17.057Z|9d737613-15fe-466d-9d62-11a80feb1ecd|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:17.195Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:17.200Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.200Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:17.201Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.201Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.201Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:17.202Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8298e02eeef1b926", X-B3-SpanId:"e9c542715318115f", X-B3-ParentSpanId:"8298e02eeef1b926", X-B3-Sampled:"0", X-ONAP-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-TransactionID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-ECOMP-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9b7aa3c3-1847-45a1-b8e9-b20c2fddf121"] 2023-01-22T06:43:17.202Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:17.202Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.222Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.223Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.223Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:17.224Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.224Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:05.000+00:00", "endTime" : "2023-01-22T06:43:08.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:07.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:17.224Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.225Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:17.226Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.227Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:17.227Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.227Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.228Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:17.228Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8298e02eeef1b926", X-B3-SpanId:"4b99ba68f58908fd", X-B3-ParentSpanId:"8298e02eeef1b926", X-B3-Sampled:"0", X-ONAP-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-TransactionID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-ECOMP-RequestID:"5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6ca9e990-c1b7-4761-b32b-dd359856c345"] 2023-01-22T06:43:17.228Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:17.228Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.241Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.242Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.242Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:17.243Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.244Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:17.244Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.244Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:17.253Z|5e7c53c0-9bd3-4adc-b7fe-70d5bb783d4b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:17.386Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:17.391Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.392Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||Invoke 2023-01-22T06:43:17.392Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.392Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182 2023-01-22T06:43:17.392Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Method : GET 2023-01-22T06:43:17.393Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc448db064347972", X-B3-SpanId:"66ad538a53ae5541", X-B3-ParentSpanId:"cc448db064347972", X-B3-Sampled:"0", X-ONAP-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-TransactionID:"af662a25-0508-4175-996b-9d8a67af0811", X-ECOMP-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a5ddfc22-cf47-473b-a750-61fc3db759f9"] 2023-01-22T06:43:17.393Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Request body: 2023-01-22T06:43:17.393Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.411Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.412Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.412Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Status text : 2023-01-22T06:43:17.412Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.413Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||Response body: { "requestId" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:05.000+00:00", "endTime" : "2023-01-22T06:43:08.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:07.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "serviceInstanceName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "2ae2b321-e7a3-40e0-bd99-60e720eb0182", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182" } } } 2023-01-22T06:43:17.413Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.414Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2ae2b321-e7a3-40e0-bd99-60e720eb0182|INFO|500||InvokeReturn 2023-01-22T06:43:17.415Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.415Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:17.416Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.416Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false 2023-01-22T06:43:17.416Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:17.416Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc448db064347972", X-B3-SpanId:"f40d5302e6f40b49", X-B3-ParentSpanId:"cc448db064347972", X-B3-Sampled:"0", X-ONAP-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-TransactionID:"af662a25-0508-4175-996b-9d8a67af0811", X-ECOMP-RequestID:"af662a25-0508-4175-996b-9d8a67af0811", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d5e093ca-487c-4775-acab-b4e4ae941192"] 2023-01-22T06:43:17.417Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:17.417Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.429Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.429Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:17.430Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:17.430Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.432Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:17.432Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.432Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2ae2b321-e7a3-40e0-bd99-60e720eb0182&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:17.440Z|af662a25-0508-4175-996b-9d8a67af0811|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2ae2b321-e7a3-40e0-bd99-60e720eb0182|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:17.708Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:17.711Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||Checking if requestId: 1b6179b9-784a-4387-ba42-548aa026efee already exists in requestDb InfraActiveRequests table 2023-01-22T06:43:17.712Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:17.712Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:17.712Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:17.712Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:17.713Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:17.713Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8a9d9938f3beaf1e", X-B3-SpanId:"fcc9cc265aaa06e9", X-B3-ParentSpanId:"8a9d9938f3beaf1e", X-B3-Sampled:"0", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1dbf9492-10c8-4785-8666-314d1b5f3161"] 2023-01-22T06:43:17.713Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:17.713Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:17.731Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:17.731Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:17.732Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:17.732Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:17.732Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: 2023-01-22T06:43:17.733Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:17.733Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:17.741Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:43:17.741Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T06:43:17.745Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:17.774Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:17.775Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3|INFO|500||Invoke 2023-01-22T06:43:17.823Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:17.823Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:43:17 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:43:17:725-53521], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:17.825Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3","ERR.5.4.6114"]}}} 2023-01-22T06:43:17.828Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 2023-01-22T06:43:17.828Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 2023-01-22T06:43:17.844Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:17.871Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:17.872Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3|INFO|500||Invoke 2023-01-22T06:43:17.915Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:17.916Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:43:17 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:43:17:821-54067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:17.917Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3","ERR.5.4.6114"]}}} 2023-01-22T06:43:17.920Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 2023-01-22T06:43:17.921Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3 2023-01-22T06:43:17.926Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:17.965Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:17.966Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:43:18.017Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:43:18.018Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:43:17 GMT], content-length=[604], vertex-id=[401600], x-aai-txid=[2-aai-resources-230122-06:43:17:913-97729], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:18.019Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369482063","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:43:18.021Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:43:18.021Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:43:18.023Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:18.024Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:43:18.024Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.025Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:18.025Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:43:18.025Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"168", X-B3-TraceId:"8a9d9938f3beaf1e", X-B3-SpanId:"26a71bb6e9c0f81c", X-B3-ParentSpanId:"8a9d9938f3beaf1e", X-B3-Sampled:"0", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2bf0ca9d-e702-40c5-b93f-d10bfdd36774"] 2023-01-22T06:43:18.026Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d"},"instanceName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0","requestScope":"vnf"} 2023-01-22T06:43:18.026Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.048Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.049Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.049Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:43:18.050Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.050Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:43:18.051Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.051Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:43:18.053Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d 2023-01-22T06:43:18.053Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|INFO|500||Invoke 2023-01-22T06:43:18.054Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.054Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d 2023-01-22T06:43:18.054Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Method : GET 2023-01-22T06:43:18.054Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"505c86f4-2355-4d2c-902d-86c7af80ae2c"] 2023-01-22T06:43:18.055Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Request body: 2023-01-22T06:43:18.055Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.121Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.122Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.123Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Status text : 2023-01-22T06:43:18.123Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.124Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||Response body: { "_embedded" : { "vnfResourceCustomization" : [ { "id" : 9, "modelCustomizationUUID" : "183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d", "modelInstanceName" : "basic_vm 0", "created" : "2023-01-22 06:40:28.000", "minInstances" : null, "maxInstances" : null, "availabilityZoneMaxCount" : null, "nfFunction" : null, "nfType" : null, "nfRole" : null, "nfNamingCode" : null, "multiStageDesign" : "false", "resourceInput" : "{\\\"skip_post_instantiation_configuration\\\":\\\"true\\\",\\\"nf_naming\\\":\\\"true\\\",\\\"multi_stage_design\\\":\\\"false\\\",\\\"controller_actor\\\":\\\"SO-REF-DATA\\\",\\\"availability_zone_max_count\\\":\\\"1\\\"}", "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "vnfcInstanceGroupOrder" : null, "nfDataValid" : false, "controllerActor" : "SO-REF-DATA", "creationTimestamp" : "2023-01-22T06:40:28.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9" }, "vnfResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9" }, "vnfcInstanceGroupCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfcInstanceGroupCustomizations" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources" }, "vfModuleCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vfModuleCustomizations" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/service" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d" } } } 2023-01-22T06:43:18.124Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.125Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d|INFO|500||InvokeReturn 2023-01-22T06:43:18.143Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources 2023-01-22T06:43:18.143Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|INFO|500||Invoke 2023-01-22T06:43:18.144Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.144Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources 2023-01-22T06:43:18.144Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Method : GET 2023-01-22T06:43:18.145Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"697a7558-be8b-4552-9112-8619251338f2"] 2023-01-22T06:43:18.145Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Request body: 2023-01-22T06:43:18.146Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.182Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.183Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.183Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Status text : 2023-01-22T06:43:18.184Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/vnfResource/8766e9fe-2e14-43d3-837c-a735fda43908", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.185Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||Response body: { "modelUUID" : "8766e9fe-2e14-43d3-837c-a735fda43908", "modelInvariantUUID" : "d424f3ce-2fdc-4144-bfdb-1d6b91ac789d", "modelName" : "basic_vm", "modelVersion" : "1.0", "toscaNodeType" : "org.openecomp.resource.vf.BasicVm", "description" : "VF", "orchestrationMode" : "HEAT", "aicVersionMin" : null, "aicVersionMax" : null, "category" : "Generic", "subCategory" : "Abstract", "created" : "2023-01-22T06:40:28.000+00:00", "modelInvariantId" : "d424f3ce-2fdc-4144-bfdb-1d6b91ac789d", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/8766e9fe-2e14-43d3-837c-a735fda43908" }, "vnfResource" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/8766e9fe-2e14-43d3-837c-a735fda43908" }, "heatTemplates" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/8766e9fe-2e14-43d3-837c-a735fda43908/heatTemplates" }, "vnfResourceWorkflow" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/8766e9fe-2e14-43d3-837c-a735fda43908/vnfResourceWorkflow" } } } 2023-01-22T06:43:18.185Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.186Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/9/vnfResources|INFO|500||InvokeReturn 2023-01-22T06:43:18.196Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:43:18.197Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:18.198Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.198Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:43:18.198Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:18.199Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e640ccb-fb79-4f26-8ca1-6dc442875d37"] 2023-01-22T06:43:18.199Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:18.199Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.232Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.233Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.233Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:18.234Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.235Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: { "id" : 10033, "nfRole" : "GR-API-DEFAULT", "paramXsd" : null, "vfModuleId" : null, "action" : "createInstance", "description" : "Gr api recipe to create vnf", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1", "serviceType" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" }, "vnfRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" } } } 2023-01-22T06:43:18.236Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.236Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:43:18.251Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:18.252Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:43:18.253Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.253Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:18.254Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:43:18.254Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2615", X-B3-TraceId:"8a9d9938f3beaf1e", X-B3-SpanId:"ea8238e62e6150f3", X-B3-ParentSpanId:"8a9d9938f3beaf1e", X-B3-Sampled:"0", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7eddda03-faab-422e-8e74-c7e88f2eff4e"] 2023-01-22T06:43:18.255Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"1b6179b9-784a-4387-ba42-548aa026efee","requestStatus":"IN_PROGRESS","startTime":1674369797741,"source":"VID","vnfName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0","vnfType":"basic_vm/basic_vm 0","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","requestScope":"vnf","requestAction":"createInstance","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"1b6179b9-784a-4387-ba42-548aa026efee"} 2023-01-22T06:43:18.255Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.284Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.286Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:43:18.286Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:43:18.286Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.287Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:17.741+00:00", "source" : "VID", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:43:16.793+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:18.288Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.288Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:43:18.300Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:18.301Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:43:18.301Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.302Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:18.302Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:43:18.303Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2942", X-B3-TraceId:"8a9d9938f3beaf1e", X-B3-SpanId:"2a1e5e4d4b942a08", X-B3-ParentSpanId:"8a9d9938f3beaf1e", X-B3-Sampled:"0", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"359e3b8a-22aa-44f0-a1e8-3d169657d477"] 2023-01-22T06:43:18.303Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelVersionId\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelCustomizationId\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelUuid\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelInvariantUuid\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelInstanceName\":\"basic_vm 0\"},\"requestInfo\":{\"productFamilyId\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\"source\":\"VID\",\"instanceName\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\"modelInfo\":{\"modelInvariantId\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelUuid\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelInvariantUuid\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"}}}],\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicvm-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicvm-lob\"}},\"serviceInstanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\"}","type":"String"},"requestId":{"value":"1b6179b9-784a-4387-ba42-548aa026efee","type":"String"},"mso-request-id":{"value":"1b6179b9-784a-4387-ba42-548aa026efee","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_vm/basic_vm 0","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:43:18.304Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.570Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:18.573Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||Checking if requestId: 104ba9cb-5118-4ed3-a669-8ca257c730f1 already exists in requestDb InfraActiveRequests table 2023-01-22T06:43:18.576Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:18.577Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:18.577Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.577Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:18.578Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:18.578Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1a9f3fe0ccff2205", X-B3-SpanId:"0f198ee470c1e413", X-B3-ParentSpanId:"1a9f3fe0ccff2205", X-B3-Sampled:"0", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"084cb741-ddcb-4079-a22d-eb7208fbf450"] 2023-01-22T06:43:18.579Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:18.579Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.595Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.596Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:18.596Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:18.596Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.597Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: 2023-01-22T06:43:18.597Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.598Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:18.611Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:43:18.613Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T06:43:18.617Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:18.651Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|500||Invoke 2023-01-22T06:43:18.652Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 with request headers:{Authorization=[***REDACTED***], X-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[c6b17b57-d512-4717-86c9-43483319982c], X-ECOMP-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1], X-TransactionId=[], X-ONAP-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1]} 2023-01-22T06:43:18.698Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:43:18 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:43:18:603-98198], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:18.699Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","ERR.5.4.6114"]}}} 2023-01-22T06:43:18.700Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:18.703Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:43:18.704Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:43:18.707Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:18.742Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:43:18.743Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|500||Invoke 2023-01-22T06:43:18.786Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:18.787Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:43:18 GMT], content-length=[377], x-aai-txid=[1-aai-resources-230122-06:43:18:691-13488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:18.788Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","ERR.5.4.6114"]}}} 2023-01-22T06:43:18.790Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:43:18.790Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:43:18.793Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:18.817Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:43:18.818Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[15da8c49-7340-43ad-8fc5-2537ce50389a], X-ECOMP-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1], X-TransactionId=[], X-ONAP-RequestID=[104ba9cb-5118-4ed3-a669-8ca257c730f1]} 2023-01-22T06:43:18.868Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:43:18 GMT], content-length=[573], vertex-id=[413888], x-aai-txid=[0-aai-resources-230122-06:43:18:767-44320], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:18.870Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674369483335","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:43:18.870Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:43:18.871Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:43:18.872Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:43:18.873Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:18.873Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:43:18.873Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.874Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:18.874Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:43:18.874Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"169", X-B3-TraceId:"1a9f3fe0ccff2205", X-B3-SpanId:"5feb96b00c6c9c9c", X-B3-ParentSpanId:"1a9f3fe0ccff2205", X-B3-Sampled:"0", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"08b79b6a-3378-4a5d-9fc7-2538cddd2a88"] 2023-01-22T06:43:18.875Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"9bbfb659-0063-473b-a70f-0a11708a6ed9"},"instanceName":"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0","requestScope":"vnf"} 2023-01-22T06:43:18.875Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.892Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.893Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.893Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:43:18.893Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.894Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:43:18.894Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.895Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:43:18.895Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:43:18.896Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|INFO|500||Invoke 2023-01-22T06:43:18.896Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.897Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:43:18.897Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Method : GET 2023-01-22T06:43:18.897Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ed3067f0-27c6-4fc2-8106-1397a497dc8b"] 2023-01-22T06:43:18.898Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Request body: 2023-01-22T06:43:18.898Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.932Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.933Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.933Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Status text : 2023-01-22T06:43:18.933Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.934Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Response body: { "_embedded" : { "vnfResourceCustomization" : [ { "id" : 12, "modelCustomizationUUID" : "a47ac5cf-5b35-4611-9644-c981430d86c5", "modelInstanceName" : "basic_cnf 0", "created" : "2023-01-22 06:41:22.000", "minInstances" : null, "maxInstances" : null, "availabilityZoneMaxCount" : null, "nfFunction" : null, "nfType" : null, "nfRole" : null, "nfNamingCode" : null, "multiStageDesign" : "false", "resourceInput" : "{\\\"skip_post_instantiation_configuration\\\":\\\"true\\\",\\\"nf_naming\\\":\\\"true\\\",\\\"multi_stage_design\\\":\\\"false\\\",\\\"controller_actor\\\":\\\"SO-REF-DATA\\\",\\\"availability_zone_max_count\\\":\\\"1\\\"}", "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "vnfcInstanceGroupOrder" : null, "nfDataValid" : false, "controllerActor" : "SO-REF-DATA", "creationTimestamp" : "2023-01-22T06:41:22.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12" }, "vnfResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12" }, "vnfcInstanceGroupCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfcInstanceGroupCustomizations" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources" }, "vfModuleCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vfModuleCustomizations" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/service" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5" } } } 2023-01-22T06:43:18.934Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.935Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|INFO|500||InvokeReturn 2023-01-22T06:43:18.940Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources 2023-01-22T06:43:18.941Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|INFO|500||Invoke 2023-01-22T06:43:18.941Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.941Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources 2023-01-22T06:43:18.942Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Method : GET 2023-01-22T06:43:18.942Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e2ecd2d7-a371-4a49-a64d-ce8561aa5312"] 2023-01-22T06:43:18.943Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Request body: 2023-01-22T06:43:18.943Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:18.976Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:18.978Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:18.978Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Status text : 2023-01-22T06:43:18.979Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:18.979Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Response body: { "modelUUID" : "7962c827-bd92-4a87-895e-2679490fcbf9", "modelInvariantUUID" : "c1d4e286-6de9-460d-89bc-08455e2eaede", "modelName" : "basic_cnf", "modelVersion" : "1.0", "toscaNodeType" : "org.openecomp.resource.vf.BasicCnf", "description" : "VF", "orchestrationMode" : "HEAT", "aicVersionMin" : null, "aicVersionMax" : null, "category" : "Generic", "subCategory" : "Abstract", "created" : "2023-01-22T06:41:22.000+00:00", "modelInvariantId" : "c1d4e286-6de9-460d-89bc-08455e2eaede", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9" }, "vnfResource" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9" }, "heatTemplates" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9/heatTemplates" }, "vnfResourceWorkflow" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9/vnfResourceWorkflow" } } } 2023-01-22T06:43:18.980Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:18.980Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|INFO|500||InvokeReturn 2023-01-22T06:43:18.984Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:43:18.985Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:18.985Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:18.985Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:43:18.986Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:18.986Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"24d4918a-7638-4eef-9a89-3e8ba62e57eb"] 2023-01-22T06:43:18.986Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:18.987Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:19.004Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:19.005Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:19.005Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:19.006Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:19.007Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: { "id" : 10033, "nfRole" : "GR-API-DEFAULT", "paramXsd" : null, "vfModuleId" : null, "action" : "createInstance", "description" : "Gr api recipe to create vnf", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1", "serviceType" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" }, "vnfRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" } } } 2023-01-22T06:43:19.008Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:19.008Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:43:19.012Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:19.013Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:43:19.013Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:19.014Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:19.014Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:43:19.015Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2557", X-B3-TraceId:"1a9f3fe0ccff2205", X-B3-SpanId:"1eecf58cae10694d", X-B3-ParentSpanId:"1a9f3fe0ccff2205", X-B3-Sampled:"0", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ed0522c6-ecb5-41a4-a38e-ae2eac47cc24"] 2023-01-22T06:43:19.015Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"104ba9cb-5118-4ed3-a669-8ca257c730f1","requestStatus":"IN_PROGRESS","startTime":1674369798613,"source":"VID","vnfName":"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0","vnfType":"basic_cnf/basic_cnf 0","tenantId":"123456","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceId":"9bbfb659-0063-473b-a70f-0a11708a6ed9","requestScope":"vnf","requestAction":"createInstance","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"104ba9cb-5118-4ed3-a669-8ca257c730f1"} 2023-01-22T06:43:19.016Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:19.048Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:19.048Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:43:19.049Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:43:19.049Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:19.050Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:18.613+00:00", "source" : "VID", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:43:17.555+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:19.050Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:19.051Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:43:19.067Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:19.068Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:43:19.069Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:19.069Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:19.069Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:43:19.069Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2917", X-B3-TraceId:"1a9f3fe0ccff2205", X-B3-SpanId:"3572e22b8058e87c", X-B3-ParentSpanId:"1a9f3fe0ccff2205", X-B3-Sampled:"0", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7fb1b3b-f6c5-490b-bd68-34b7083d22b4"] 2023-01-22T06:43:19.070Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_cnf 0\",\"modelInvariantId\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelType\":\"vnf\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelVersionId\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelCustomizationId\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelUuid\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelInvariantUuid\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelInstanceName\":\"basic_cnf 0\"},\"requestInfo\":{\"productFamilyId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"source\":\"VID\",\"instanceName\":\"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"}}}],\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicnf_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnf_lob\"}},\"serviceInstanceId\":\"9bbfb659-0063-473b-a70f-0a11708a6ed9\"}","type":"String"},"requestId":{"value":"104ba9cb-5118-4ed3-a669-8ca257c730f1","type":"String"},"mso-request-id":{"value":"104ba9cb-5118-4ed3-a669-8ca257c730f1","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"9bbfb659-0063-473b-a70f-0a11708a6ed9","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_cnf/basic_cnf 0","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:43:19.070Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:19.322Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:19.323Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:43:19.323Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:43:19.324Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:43:18 GMT", X-ONAP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-TransactionID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ECOMP-RequestID:"1b6179b9-784a-4387-ba42-548aa026efee", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"359e3b8a-22aa-44f0-a1e8-3d169657d477", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:19.325Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"1b6179b9-784a-4387-ba42-548aa026efee\",\"instanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\"}}","message":"Success","processInstanceID":"0d72518c-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:43:19.325Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:19.326Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:43:19.330Z|1b6179b9-784a-4387-ba42-548aa026efee|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:19.466Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:19.471Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:19.472Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:19.472Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:19.472Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:19.473Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:19.473Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cfe9bf9eb4ae69c0", X-B3-SpanId:"ab952c982c9536a2", X-B3-ParentSpanId:"cfe9bf9eb4ae69c0", X-B3-Sampled:"0", X-ONAP-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-TransactionID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-ECOMP-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f3830d2e-a338-4c81-bd64-195c84af77de"] 2023-01-22T06:43:19.474Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:19.474Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:19.494Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:19.494Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:19.495Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:19.495Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:19.496Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:17.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:17.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:19.496Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:19.496Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:19.498Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:19.499Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:19.499Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:19.500Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:19.500Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:19.500Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cfe9bf9eb4ae69c0", X-B3-SpanId:"1879ff851091c4ed", X-B3-ParentSpanId:"cfe9bf9eb4ae69c0", X-B3-Sampled:"0", X-ONAP-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-TransactionID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-ECOMP-RequestID:"9203d9db-9dd6-48cf-b3d4-210f73bd4e1f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"442f4bc8-f999-4264-bed2-2bce4f697ad9"] 2023-01-22T06:43:19.500Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:19.501Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:19.514Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:19.515Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:19.515Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:19.575Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:19.593Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:19.597Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:19.606Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:19.661Z|9203d9db-9dd6-48cf-b3d4-210f73bd4e1f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:20.085Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:20.086Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:43:20.086Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:43:20.086Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:43:19 GMT", X-ONAP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-TransactionID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ECOMP-RequestID:"104ba9cb-5118-4ed3-a669-8ca257c730f1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"b7fb1b3b-f6c5-490b-bd68-34b7083d22b4", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:20.087Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"104ba9cb-5118-4ed3-a669-8ca257c730f1\",\"instanceId\":\"1eb70645-f02c-4538-8564-663881a0cbee\"}}","message":"Success","processInstanceID":"0de7330f-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:43:20.087Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:20.087Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:43:20.091Z|104ba9cb-5118-4ed3-a669-8ca257c730f1|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:20.247Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:20.250Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:20.250Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:20.251Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:20.251Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:20.251Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:20.252Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4d57096e40067901", X-B3-SpanId:"6502273ec62d218f", X-B3-ParentSpanId:"4d57096e40067901", X-B3-Sampled:"0", X-ONAP-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-TransactionID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-ECOMP-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2c98a4ed-a9f4-4c60-82fb-fb0ef0e4a0fb"] 2023-01-22T06:43:20.252Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:20.253Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:20.273Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:20.274Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:20.274Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:20.274Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:20.275Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:18.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:18.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:20.275Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:20.276Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:20.278Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:20.278Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:20.278Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:20.279Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:20.279Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:20.279Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4d57096e40067901", X-B3-SpanId:"b60295038d8a8381", X-B3-ParentSpanId:"4d57096e40067901", X-B3-Sampled:"0", X-ONAP-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-TransactionID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-ECOMP-RequestID:"7202e7ca-673a-47a0-90ec-176f45439a83", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cc1bd078-df21-47a2-a8ff-d6d12cf41f64"] 2023-01-22T06:43:20.279Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:20.280Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:20.298Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:20.299Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:20.299Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:20.300Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:20.301Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:20.302Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:20.303Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:20.312Z|7202e7ca-673a-47a0-90ec-176f45439a83|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:23.876Z|7f5133cf-4f47-4756-a852-7ad03f8bda9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:23.876Z|7f5133cf-4f47-4756-a852-7ad03f8bda9c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:23.940Z|73af8086-131b-453d-86f0-abf958aec2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:23.941Z|73af8086-131b-453d-86f0-abf958aec2b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:24.583Z|6b445b0c-265f-4edf-9811-10a7697e9bc1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:24.583Z|6b445b0c-265f-4edf-9811-10a7697e9bc1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:29.795Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:29.799Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:29.800Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:29.800Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:29.801Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:29.801Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:29.801Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbfb8bdef23a59b8", X-B3-SpanId:"503dfa3d196a533a", X-B3-ParentSpanId:"bbfb8bdef23a59b8", X-B3-Sampled:"0", X-ONAP-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-TransactionID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-ECOMP-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4ae74693-ec90-435c-b29c-ff07c6121d4e"] 2023-01-22T06:43:29.802Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:29.802Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:29.824Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:29.825Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:29.825Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:29.826Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:29.826Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:17.000+00:00", "endTime" : "2023-01-22T06:43:26.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:29.827Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:29.827Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:29.829Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:29.829Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:29.829Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:29.830Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:29.830Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:29.830Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbfb8bdef23a59b8", X-B3-SpanId:"876b1854a965c0db", X-B3-ParentSpanId:"bbfb8bdef23a59b8", X-B3-Sampled:"0", X-ONAP-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-TransactionID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-ECOMP-RequestID:"daaf390a-19c3-4dcc-921d-4eec02632b1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d3e2ed00-2b1c-4641-91e1-5fa0d7d122e8"] 2023-01-22T06:43:29.830Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:29.831Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:29.845Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:29.846Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:29.846Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:29.846Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:29.847Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:29.847Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:29.848Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:29.859Z|daaf390a-19c3-4dcc-921d-4eec02632b1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:29.979Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:29.983Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:29.983Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:29.984Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:29.984Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:29.984Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:29.984Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9ed3c087296a8eb6", X-B3-SpanId:"671ae114aeda4918", X-B3-ParentSpanId:"9ed3c087296a8eb6", X-B3-Sampled:"0", X-ONAP-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-TransactionID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-ECOMP-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e70ccfc4-8804-4737-90da-3df8731e1763"] 2023-01-22T06:43:29.985Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:29.986Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.004Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.005Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.006Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:30.006Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.007Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:17.000+00:00", "endTime" : "2023-01-22T06:43:26.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:30.007Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.008Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:30.011Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.011Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.011Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.012Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.012Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.013Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9ed3c087296a8eb6", X-B3-SpanId:"a94625bcbedf7bf5", X-B3-ParentSpanId:"9ed3c087296a8eb6", X-B3-Sampled:"0", X-ONAP-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-TransactionID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-ECOMP-RequestID:"0335c0e4-fffd-41f5-ad30-ed6d445d5ea9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df121a1c-7dc4-4f90-a643-d038ce404d6e"] 2023-01-22T06:43:30.013Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.014Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.026Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.027Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.028Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.028Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.029Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.029Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.030Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.040Z|0335c0e4-fffd-41f5-ad30-ed6d445d5ea9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.164Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.169Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.169Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:30.170Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.170Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.170Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:30.170Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5b14036678b1ce41", X-B3-SpanId:"a0e6c77ac1cf1439", X-B3-ParentSpanId:"5b14036678b1ce41", X-B3-Sampled:"0", X-ONAP-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-TransactionID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-ECOMP-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5b3e7383-7501-4855-9d2d-1fdad9be1307"] 2023-01-22T06:43:30.171Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:30.171Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.189Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.189Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.190Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:30.190Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.191Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:17.000+00:00", "endTime" : "2023-01-22T06:43:26.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:30.191Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.192Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:30.193Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.194Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.194Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.194Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.195Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.195Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5b14036678b1ce41", X-B3-SpanId:"40e10e7250a2882c", X-B3-ParentSpanId:"5b14036678b1ce41", X-B3-Sampled:"0", X-ONAP-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-TransactionID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-ECOMP-RequestID:"45b82c24-89a0-4d49-abfa-3c89b531030b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6ee5a5a7-cb8f-45a8-8b82-095d0208578f"] 2023-01-22T06:43:30.195Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.196Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.210Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.210Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.211Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.211Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.212Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.212Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.212Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.220Z|45b82c24-89a0-4d49-abfa-3c89b531030b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.345Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.349Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.350Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:30.350Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.350Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.351Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:30.351Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbf3694bf0997850", X-B3-SpanId:"32a680932332b9e1", X-B3-ParentSpanId:"bbf3694bf0997850", X-B3-Sampled:"0", X-ONAP-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-TransactionID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-ECOMP-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7fb98b5-b453-4288-9df6-19609be30a49"] 2023-01-22T06:43:30.352Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:30.352Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.369Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.370Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.370Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:30.371Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.371Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:17.000+00:00", "endTime" : "2023-01-22T06:43:26.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:30.372Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.373Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:30.374Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.375Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.375Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.375Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.376Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.376Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbf3694bf0997850", X-B3-SpanId:"1cc724e9cf6ab5af", X-B3-ParentSpanId:"bbf3694bf0997850", X-B3-Sampled:"0", X-ONAP-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-TransactionID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-ECOMP-RequestID:"2fb510a5-a477-41cf-abc4-96fd02f21cf6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"221ea09d-8287-4a23-91fe-5abf47f11d8f"] 2023-01-22T06:43:30.376Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.377Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.389Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.389Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.389Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.390Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.391Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.392Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.392Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.399Z|2fb510a5-a477-41cf-abc4-96fd02f21cf6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.449Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.454Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.455Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:30.455Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.456Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.456Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:30.456Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5a237bc3fb4680df", X-B3-SpanId:"2131b50664d3cc8e", X-B3-ParentSpanId:"5a237bc3fb4680df", X-B3-Sampled:"0", X-ONAP-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-TransactionID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-ECOMP-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16145667-2d6d-47dd-be63-703d68bb3096"] 2023-01-22T06:43:30.457Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:30.457Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.476Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.476Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.476Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:30.477Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.478Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "ROLLED_BACK", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createVnf Error calling A&AI. Request-Id=104ba9cb-5118-4ed3-a669-8ca257c730f1 {\"timestamp\":\"2023-01-22T06:43:21.014+0000\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Request failed.\",\"path\":\"/aai/v24/network/generic-vnfs/generic-vnf/1eb70645-f02c-4538-8564-663881a0cbee\"}", "rollbackStatusMessage" : "Rollback has been completed successfully.", "flowStatus" : "All Rollback flows have completed successfully", "progress" : 100, "startTime" : "2023-01-22T06:43:18.000+00:00", "endTime" : "2023-01-22T06:43:23.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:23.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:30.478Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.478Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:30.481Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.481Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.481Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.481Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.482Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.482Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5a237bc3fb4680df", X-B3-SpanId:"915a2cca82a1f256", X-B3-ParentSpanId:"5a237bc3fb4680df", X-B3-Sampled:"0", X-ONAP-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-TransactionID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-ECOMP-RequestID:"324054db-d073-4acc-b8e0-a3b040ad6eb0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"798107c8-4908-41f7-bc42-e89901d83453"] 2023-01-22T06:43:30.482Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.482Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.495Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.496Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.496Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.497Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.498Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.498Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.499Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.508Z|324054db-d073-4acc-b8e0-a3b040ad6eb0|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.530Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.533Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.534Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||Invoke 2023-01-22T06:43:30.534Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.535Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee 2023-01-22T06:43:30.535Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Method : GET 2023-01-22T06:43:30.535Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"05b5b1ef6dd50e0e", X-B3-SpanId:"77568c206eb4afce", X-B3-ParentSpanId:"05b5b1ef6dd50e0e", X-B3-Sampled:"0", X-ONAP-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-TransactionID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-ECOMP-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a54e398-ad46-4ab8-87df-0227ad5fd36a"] 2023-01-22T06:43:30.536Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Request body: 2023-01-22T06:43:30.536Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.553Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.554Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.554Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Status text : 2023-01-22T06:43:30.554Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.555Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||Response body: { "requestId" : "1b6179b9-784a-4387-ba42-548aa026efee", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:17.000+00:00", "endTime" : "2023-01-22T06:43:26.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "vnfType" : "basic_vm/basic_vm 0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelName\": \"basic_vm\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "1b6179b9-784a-4387-ba42-548aa026efee", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee" } } } 2023-01-22T06:43:30.555Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.556Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1b6179b9-784a-4387-ba42-548aa026efee|INFO|500||InvokeReturn 2023-01-22T06:43:30.558Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.558Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.558Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.559Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.559Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.559Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"05b5b1ef6dd50e0e", X-B3-SpanId:"768c288be63d90ab", X-B3-ParentSpanId:"05b5b1ef6dd50e0e", X-B3-Sampled:"0", X-ONAP-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-TransactionID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-ECOMP-RequestID:"3486dc9b-edb5-44bc-b365-cbbcff195adf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"601346f5-75cf-4093-9713-38e2ac6061d2"] 2023-01-22T06:43:30.560Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.560Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.573Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.573Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.574Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.574Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.575Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.575Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.576Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1b6179b9-784a-4387-ba42-548aa026efee&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.583Z|3486dc9b-edb5-44bc-b365-cbbcff195adf|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1b6179b9-784a-4387-ba42-548aa026efee|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.640Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.644Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.645Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:30.645Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.645Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.646Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:30.646Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a78f43dbf9f510eb", X-B3-SpanId:"a675b4b8d5566268", X-B3-ParentSpanId:"a78f43dbf9f510eb", X-B3-Sampled:"0", X-ONAP-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-TransactionID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-ECOMP-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ecb5a6d4-ae91-46b9-8001-97f8b349772c"] 2023-01-22T06:43:30.646Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:30.647Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.670Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.670Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.671Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:30.671Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.672Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "ROLLED_BACK", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createVnf Error calling A&AI. Request-Id=104ba9cb-5118-4ed3-a669-8ca257c730f1 {\"timestamp\":\"2023-01-22T06:43:21.014+0000\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Request failed.\",\"path\":\"/aai/v24/network/generic-vnfs/generic-vnf/1eb70645-f02c-4538-8564-663881a0cbee\"}", "rollbackStatusMessage" : "Rollback has been completed successfully.", "flowStatus" : "All Rollback flows have completed successfully", "progress" : 100, "startTime" : "2023-01-22T06:43:18.000+00:00", "endTime" : "2023-01-22T06:43:23.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:23.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:30.673Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.673Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:30.675Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.676Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.676Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.676Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.677Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.677Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a78f43dbf9f510eb", X-B3-SpanId:"2e1f21e24dc6fc4c", X-B3-ParentSpanId:"a78f43dbf9f510eb", X-B3-Sampled:"0", X-ONAP-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-TransactionID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-ECOMP-RequestID:"ab5bdea4-1aa3-40ed-9161-023308f0316b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1f0b6d06-6286-4a68-8103-bd2503884cb3"] 2023-01-22T06:43:30.678Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.678Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.690Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.691Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.692Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.692Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.693Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.693Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.694Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.705Z|ab5bdea4-1aa3-40ed-9161-023308f0316b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:30.825Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:30.829Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.830Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:30.830Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.830Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:30.830Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:30.831Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d1f810656c28011e", X-B3-SpanId:"2c9c7e2aeac4b757", X-B3-ParentSpanId:"d1f810656c28011e", X-B3-Sampled:"0", X-ONAP-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-TransactionID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-ECOMP-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"02bf49b7-0db1-46ff-a1f4-d065f0da7c64"] 2023-01-22T06:43:30.831Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:30.831Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.850Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.851Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.851Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:30.851Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.853Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "ROLLED_BACK", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createVnf Error calling A&AI. Request-Id=104ba9cb-5118-4ed3-a669-8ca257c730f1 {\"timestamp\":\"2023-01-22T06:43:21.014+0000\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Request failed.\",\"path\":\"/aai/v24/network/generic-vnfs/generic-vnf/1eb70645-f02c-4538-8564-663881a0cbee\"}", "rollbackStatusMessage" : "Rollback has been completed successfully.", "flowStatus" : "All Rollback flows have completed successfully", "progress" : 100, "startTime" : "2023-01-22T06:43:18.000+00:00", "endTime" : "2023-01-22T06:43:23.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:23.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:30.853Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.853Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:30.855Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.855Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:30.855Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:30.856Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:30.856Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:30.856Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d1f810656c28011e", X-B3-SpanId:"6fa97be8211c3e15", X-B3-ParentSpanId:"d1f810656c28011e", X-B3-Sampled:"0", X-ONAP-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-TransactionID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-ECOMP-RequestID:"f7de9c5b-6065-4f16-bce0-068659507eff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"91b6805b-dc98-4536-a218-951551a8fdb3"] 2023-01-22T06:43:30.857Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:30.857Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:30.870Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:30.871Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:30.871Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:30.871Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:30.873Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:30.873Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:30.873Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:30.881Z|f7de9c5b-6065-4f16-bce0-068659507eff|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:31.005Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:31.010Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:31.011Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:31.011Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:31.011Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:31.012Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:31.012Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"634de41604c4eff1", X-B3-SpanId:"9ddeea038137327b", X-B3-ParentSpanId:"634de41604c4eff1", X-B3-Sampled:"0", X-ONAP-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-TransactionID:"8450da60-8dc5-4b87-96b7-24651e201924", X-ECOMP-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"41fc6611-c08e-4566-a9c9-d832cefc6d0f"] 2023-01-22T06:43:31.012Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:31.013Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:31.033Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:31.034Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:31.034Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:31.034Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:31.035Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "ROLLED_BACK", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createVnf Error calling A&AI. Request-Id=104ba9cb-5118-4ed3-a669-8ca257c730f1 {\"timestamp\":\"2023-01-22T06:43:21.014+0000\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Request failed.\",\"path\":\"/aai/v24/network/generic-vnfs/generic-vnf/1eb70645-f02c-4538-8564-663881a0cbee\"}", "rollbackStatusMessage" : "Rollback has been completed successfully.", "flowStatus" : "All Rollback flows have completed successfully", "progress" : 100, "startTime" : "2023-01-22T06:43:18.000+00:00", "endTime" : "2023-01-22T06:43:23.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:23.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:31.035Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:31.036Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:31.037Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:31.038Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:31.038Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:31.038Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:31.038Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:31.039Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"634de41604c4eff1", X-B3-SpanId:"6d5a49905c7258ee", X-B3-ParentSpanId:"634de41604c4eff1", X-B3-Sampled:"0", X-ONAP-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-TransactionID:"8450da60-8dc5-4b87-96b7-24651e201924", X-ECOMP-RequestID:"8450da60-8dc5-4b87-96b7-24651e201924", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e25a3002-4145-412f-aa1c-50f1dc200ba9"] 2023-01-22T06:43:31.039Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:31.039Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:31.051Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:31.052Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:31.052Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:31.052Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:31.053Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:31.054Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:31.054Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:31.062Z|8450da60-8dc5-4b87-96b7-24651e201924|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:31.193Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:31.198Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:31.199Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||Invoke 2023-01-22T06:43:31.199Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:31.199Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1 2023-01-22T06:43:31.200Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Method : GET 2023-01-22T06:43:31.200Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"888f7fca9d4fc5b7", X-B3-SpanId:"967ec993f70541ae", X-B3-ParentSpanId:"888f7fca9d4fc5b7", X-B3-Sampled:"0", X-ONAP-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-TransactionID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-ECOMP-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cf0d5953-6f65-46a8-8d05-c9946cafcda4"] 2023-01-22T06:43:31.200Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Request body: 2023-01-22T06:43:31.201Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:31.220Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:31.220Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:31.221Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Status text : 2023-01-22T06:43:31.221Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:31.222Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||Response body: { "requestId" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "requestStatus" : "ROLLED_BACK", "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createVnf Error calling A&AI. Request-Id=104ba9cb-5118-4ed3-a669-8ca257c730f1 {\"timestamp\":\"2023-01-22T06:43:21.014+0000\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Request failed.\",\"path\":\"/aai/v24/network/generic-vnfs/generic-vnf/1eb70645-f02c-4538-8564-663881a0cbee\"}", "rollbackStatusMessage" : "Rollback has been completed successfully.", "flowStatus" : "All Rollback flows have completed successfully", "progress" : 100, "startTime" : "2023-01-22T06:43:18.000+00:00", "endTime" : "2023-01-22T06:43:23.000+00:00", "source" : "VID", "vnfId" : "1eb70645-f02c-4538-8564-663881a0cbee", "vnfName" : "basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-91b918fc-2a7d-4b3d-bbdb-d8160be9f6f4_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"9bbfb659-0063-473b-a70f-0a11708a6ed9\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:23.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "9bbfb659-0063-473b-a70f-0a11708a6ed9", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/9bbfb659-0063-473b-a70f-0a11708a6ed9/vnfs", "extSystemErrorSource" : "UNKNOWN", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "104ba9cb-5118-4ed3-a669-8ca257c730f1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1" } } } 2023-01-22T06:43:31.222Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:31.223Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/104ba9cb-5118-4ed3-a669-8ca257c730f1|INFO|500||InvokeReturn 2023-01-22T06:43:31.225Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:31.225Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:31.225Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:31.226Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false 2023-01-22T06:43:31.226Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:31.226Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"888f7fca9d4fc5b7", X-B3-SpanId:"7f753bb02c777096", X-B3-ParentSpanId:"888f7fca9d4fc5b7", X-B3-Sampled:"0", X-ONAP-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-TransactionID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-ECOMP-RequestID:"e3f5be2a-f7cf-4704-97f2-f2c666ba3b92", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f4ea576b-c179-4806-848c-cc06afd8d5a4"] 2023-01-22T06:43:31.226Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:31.227Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:31.238Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:31.239Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:31.239Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:31.240Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:31.241Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:31.241Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:31.241Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=104ba9cb-5118-4ed3-a669-8ca257c730f1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:31.249Z|e3f5be2a-f7cf-4704-97f2-f2c666ba3b92|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/104ba9cb-5118-4ed3-a669-8ca257c730f1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:31.449Z|e2f2ddbd-c050-4c99-a8c7-efcec3ec5b68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:31.449Z|e2f2ddbd-c050-4c99-a8c7-efcec3ec5b68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:31.843Z|157a20ba-3d6f-4e12-b170-27a92fcde1c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:31.844Z|157a20ba-3d6f-4e12-b170-27a92fcde1c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:32.375Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:32.377Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||INFO|500||Checking if requestId: 4ff293d9-366b-41b4-8ad2-ebc4a37af824 already exists in requestDb InfraActiveRequests table 2023-01-22T06:43:32.378Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:32.378Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:43:32.378Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.379Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:32.379Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:43:32.379Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"95bfcf2ef414356b", X-B3-SpanId:"8f583ee16c76ffec", X-B3-ParentSpanId:"95bfcf2ef414356b", X-B3-Sampled:"0", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ae53b827-aacb-4414-915b-311c587926c8"] 2023-01-22T06:43:32.379Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:43:32.380Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.397Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.398Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:32.398Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:43:32.398Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.398Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: 2023-01-22T06:43:32.399Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.399Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:32.411Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:43:32.419Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:43:32.460Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:43:32.461Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ff293d9-366b-41b4-8ad2-ebc4a37af824], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[ee0917fd-8bdb-4725-9662-7f19aa88b96f], X-ECOMP-RequestID=[4ff293d9-366b-41b4-8ad2-ebc4a37af824], X-TransactionId=[], X-ONAP-RequestID=[4ff293d9-366b-41b4-8ad2-ebc4a37af824]} 2023-01-22T06:43:32.545Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:43:32 GMT], content-length=[1054], vertex-id=[401600], x-aai-txid=[1-aai-resources-230122-06:43:32:416-95283], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:43:32.547Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369801468","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:43:32.547Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:43:32.550Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:43:32.550Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:43:32.554Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:32.555Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:43:32.555Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.556Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:43:32.556Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:43:32.557Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"222", X-B3-TraceId:"95bfcf2ef414356b", X-B3-SpanId:"6a8873c13fd16c08", X-B3-ParentSpanId:"95bfcf2ef414356b", X-B3-Sampled:"0", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"39de05e6-1f5e-459f-bd64-d976f0184ad3"] 2023-01-22T06:43:32.557Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d"},"instanceName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef","requestScope":"vfModule"} 2023-01-22T06:43:32.558Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.584Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.584Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.585Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:43:32.585Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.586Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:43:32.586Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.587Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:43:32.589Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6 2023-01-22T06:43:32.589Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|INFO|500||Invoke 2023-01-22T06:43:32.590Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.590Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6 2023-01-22T06:43:32.590Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Method : GET 2023-01-22T06:43:32.591Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eeb44e34-d645-4527-802f-93ad3c3d17e8"] 2023-01-22T06:43:32.591Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Request body: 2023-01-22T06:43:32.592Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.661Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.662Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.662Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Status text : 2023-01-22T06:43:32.662Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.665Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||Response body: { "id" : 9, "modelCustomizationUUID" : "fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6", "label" : "base_ubuntu20", "minInstances" : 1, "maxInstances" : 1, "initialCount" : 1, "availabilityZoneCount" : null, "created" : "2023-01-22 06:40:28.000", "skipPostInstConf" : true, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9" }, "cvnfcCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/cvnfcCustomization" }, "heatEnvironment" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/heatEnvironment" }, "volumeHeatEnv" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/volumeHeatEnv" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule" }, "vnfCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vnfCustomization" } } } 2023-01-22T06:43:32.665Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.666Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6|INFO|500||InvokeReturn 2023-01-22T06:43:32.678Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule 2023-01-22T06:43:32.679Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|INFO|500||Invoke 2023-01-22T06:43:32.679Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.679Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule 2023-01-22T06:43:32.680Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Method : GET 2023-01-22T06:43:32.680Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c2fbc27c-ae3b-49fd-9903-b545505913d7"] 2023-01-22T06:43:32.680Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Request body: 2023-01-22T06:43:32.681Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.722Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.723Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.724Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Status text : 2023-01-22T06:43:32.724Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.725Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||Response body: { "modelUUID" : "626ed399-7e65-4bfd-b36d-fbf229c07977", "modelInvariantUUID" : "a9794d98-7921-44ef-a031-d62af30a5203", "modelName" : "BasicVm..base_ubuntu20..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:40:28.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/moduleHeatTemplate" } } } 2023-01-22T06:43:32.725Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.726Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/9/vfModule|INFO|500||InvokeReturn 2023-01-22T06:43:32.736Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.737Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:32.737Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.737Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.738Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:32.738Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"556b77ae-db8d-4787-a29c-8bae25cbdc3c"] 2023-01-22T06:43:32.738Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:32.739Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.771Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.772Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:32.772Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:32.772Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.773Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:43:32.773Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.774Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:32.775Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203 2023-01-22T06:43:32.775Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|INFO|500||Invoke 2023-01-22T06:43:32.775Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.776Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203 2023-01-22T06:43:32.776Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Method : GET 2023-01-22T06:43:32.776Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4b68ee4c-1b8e-423c-8039-bec2be4f3500"] 2023-01-22T06:43:32.777Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Request body: 2023-01-22T06:43:32.777Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.804Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.805Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.805Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Status text : 2023-01-22T06:43:32.806Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.807Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||Response body: { "_embedded" : { "vfModule" : [ { "modelUUID" : "626ed399-7e65-4bfd-b36d-fbf229c07977", "modelInvariantUUID" : "a9794d98-7921-44ef-a031-d62af30a5203", "modelName" : "BasicVm..base_ubuntu20..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:40:28.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/moduleHeatTemplate" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203" } } } 2023-01-22T06:43:32.807Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.807Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a9794d98-7921-44ef-a031-d62af30a5203|INFO|500||InvokeReturn 2023-01-22T06:43:32.813Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.814Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:32.815Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.815Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.815Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:32.816Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5e768e0f-7537-418e-b808-d1fbf34cf0d0"] 2023-01-22T06:43:32.816Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:32.816Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.831Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.832Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:43:32.832Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:32.832Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.833Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:43:32.833Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.833Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=626ed399-7e65-4bfd-b36d-fbf229c07977&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:43:32.834Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.835Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:43:32.835Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.835Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:43:32.835Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:43:32.836Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6673d815-e0fb-40b1-9023-6a6ba41dd99f"] 2023-01-22T06:43:32.836Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:43:32.836Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.860Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.861Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.861Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:43:32.862Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.864Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: { "id" : 46, "action" : "createInstance", "description" : "Gr api recipe to create vf-module", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "vnfType" : null, "paramXsd" : null, "vnfComponentType" : "vfModule", "vfModuleModelUUID" : "GR-API-DEFAULT", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/46" }, "vnfComponentsRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/46" } } } 2023-01-22T06:43:32.864Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.865Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:43:32.876Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977 2023-01-22T06:43:32.876Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|INFO|500||Invoke 2023-01-22T06:43:32.877Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.878Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977 2023-01-22T06:43:32.878Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Method : GET 2023-01-22T06:43:32.878Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"79210082-b79f-456f-b91d-cdeb98911019"] 2023-01-22T06:43:32.879Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Request body: 2023-01-22T06:43:32.879Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.907Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.908Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:32.908Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Status text : 2023-01-22T06:43:32.908Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.911Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Response body: { "modelUUID" : "626ed399-7e65-4bfd-b36d-fbf229c07977", "modelInvariantUUID" : "a9794d98-7921-44ef-a031-d62af30a5203", "modelName" : "BasicVm..base_ubuntu20..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:40:28.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/moduleHeatTemplate" } } } 2023-01-22T06:43:32.911Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.912Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|INFO|500||InvokeReturn 2023-01-22T06:43:32.915Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:32.915Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:43:32.915Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.916Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:43:32.916Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:43:32.916Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"3402", X-B3-TraceId:"95bfcf2ef414356b", X-B3-SpanId:"a5d957b1d763474b", X-B3-ParentSpanId:"95bfcf2ef414356b", X-B3-Sampled:"0", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"70b4036b-23cd-4cf0-be2a-d7a48ad11e4b"] 2023-01-22T06:43:32.917Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","requestStatus":"IN_PROGRESS","startTime":1674369812412,"source":"VID","vnfId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","vnfType":"","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}","lastModifiedBy":"APIH","vfModuleName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef","vfModuleModelName":"BasicVm..base_ubuntu20..module-0","cloudRegion":"RegionOne","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","requestScope":"vfModule","requestAction":"createInstance","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"4ff293d9-366b-41b4-8ad2-ebc4a37af824"} 2023-01-22T06:43:32.917Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:32.960Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:32.961Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:43:32.961Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:43:32.962Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:32.962Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:32.412+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:43:31.461+00:00", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:43:32.962Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:32.963Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:43:32.971Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:32.972Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:43:32.972Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:32.973Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:43:32.973Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:43:32.973Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3671", X-B3-TraceId:"95bfcf2ef414356b", X-B3-SpanId:"28687cc520909a89", X-B3-ParentSpanId:"95bfcf2ef414356b", X-B3-Sampled:"0", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d09931d2-5157-41a8-8b3e-8efeb360f833"] 2023-01-22T06:43:32.974Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"BasicVm..base_ubuntu20..module-0\",\"modelInvariantId\":\"a9794d98-7921-44ef-a031-d62af30a5203\",\"modelType\":\"vfModule\",\"modelName\":\"BasicVm..base_ubuntu20..module-0\",\"modelVersion\":\"1\",\"modelCustomizationUuid\":\"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\"modelVersionId\":\"626ed399-7e65-4bfd-b36d-fbf229c07977\",\"modelCustomizationId\":\"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\"modelUuid\":\"626ed399-7e65-4bfd-b36d-fbf229c07977\",\"modelInvariantUuid\":\"a9794d98-7921-44ef-a031-d62af30a5203\",\"modelInstanceName\":\"BasicVm..base_ubuntu20..module-0\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\"modelInfo\":{\"modelInvariantId\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelUuid\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelInvariantUuid\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"}}},{\"relatedInstance\":{\"instanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelVersionId\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelCustomizationId\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelUuid\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelInvariantUuid\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelInstanceName\":\"basic_vm 0\"}}}],\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\"vnfInstanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\"}","type":"String"},"requestId":{"value":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","type":"String"},"mso-request-id":{"value":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_vm/basic_vm 0","type":"String"},"vfModuleType":{"value":"basic_vm/basic_vm 0::BasicVm..base_ubuntu20..module-0","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:43:32.974Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:33.899Z|bb5795ec-1e82-4e0c-9ee3-9464e8ebf43f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:33.900Z|bb5795ec-1e82-4e0c-9ee3-9464e8ebf43f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:33.967Z|ed0b765a-b590-44d0-b7d2-c05fdea2009b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:33.969Z|ed0b765a-b590-44d0-b7d2-c05fdea2009b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:33.998Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:33.999Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:43:33.999Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:43:34.000Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:43:33 GMT", X-ONAP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-TransactionID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ECOMP-RequestID:"4ff293d9-366b-41b4-8ad2-ebc4a37af824", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d09931d2-5157-41a8-8b3e-8efeb360f833", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:34.001Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"4ff293d9-366b-41b4-8ad2-ebc4a37af824\",\"instanceId\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\"}}","message":"Success","processInstanceID":"163227b4-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:43:34.001Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:34.001Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:43:34.006Z|4ff293d9-366b-41b4-8ad2-ebc4a37af824|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:34.146Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:34.151Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:34.151Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:43:34.151Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:34.152Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:34.152Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:43:34.152Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"30611eadaf435b7b", X-B3-SpanId:"2563e003dff37e82", X-B3-ParentSpanId:"30611eadaf435b7b", X-B3-Sampled:"0", X-ONAP-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-TransactionID:"034382b3-a503-4444-90c3-a3eb29430936", X-ECOMP-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"64efc000-31a9-4cea-8a7b-cf354c04b7a4"] 2023-01-22T06:43:34.152Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:43:34.153Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:34.170Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:34.170Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:34.171Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:43:34.171Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:34.172Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:31.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:43:34.172Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:34.174Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:43:34.176Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:34.177Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:34.177Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:34.177Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:34.178Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:34.178Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"30611eadaf435b7b", X-B3-SpanId:"6c1fdc614f18434e", X-B3-ParentSpanId:"30611eadaf435b7b", X-B3-Sampled:"0", X-ONAP-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-TransactionID:"034382b3-a503-4444-90c3-a3eb29430936", X-ECOMP-RequestID:"034382b3-a503-4444-90c3-a3eb29430936", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f29ea849-6827-4ade-969f-cc90bacfd6cb"] 2023-01-22T06:43:34.178Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:34.179Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:34.197Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:34.198Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:34.198Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:34.198Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:34.199Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:34.200Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:34.200Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:34.212Z|034382b3-a503-4444-90c3-a3eb29430936|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:34.604Z|ebf5d8b6-6bce-407b-828c-99980ec41f33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:34.605Z|ebf5d8b6-6bce-407b-828c-99980ec41f33|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:43.923Z|ce5373a3-84b7-4430-8c44-ea9cd4fd5acd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:43.924Z|ce5373a3-84b7-4430-8c44-ea9cd4fd5acd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:43.991Z|0dbfa3eb-4903-4077-898a-5f06c6cc977d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:43.992Z|0dbfa3eb-4903-4077-898a-5f06c6cc977d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:44.351Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:44.365Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:44.366Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:43:44.366Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:44.366Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:44.367Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:43:44.367Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"46a1854dd4a4264c", X-B3-SpanId:"4799c75d70103fc6", X-B3-ParentSpanId:"46a1854dd4a4264c", X-B3-Sampled:"0", X-ONAP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-TransactionID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ECOMP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"78320d12-2341-48cb-aca8-67ecc068e46d"] 2023-01-22T06:43:44.367Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:43:44.368Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:44.390Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:44.391Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:44.392Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:43:44.392Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:44.393Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:36.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:43:44.394Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:44.394Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:43:44.396Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:44.397Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:44.397Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:44.398Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:44.398Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:44.398Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"46a1854dd4a4264c", X-B3-SpanId:"d11ddf048e959f96", X-B3-ParentSpanId:"46a1854dd4a4264c", X-B3-Sampled:"0", X-ONAP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-TransactionID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ECOMP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2ced2152-98de-4409-a8be-9085af674112"] 2023-01-22T06:43:44.399Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:44.399Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:44.412Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:44.413Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:44.413Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:44.413Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:44.414Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:43:44.414Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:44.414Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:44.456Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:43:44.456Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:43:44.456Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:44.457Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:43:44.457Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:43:44.457Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-TransactionID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ECOMP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0931c8f2-b720-4c0a-a0e0-8c6e2ace95f1"] 2023-01-22T06:43:44.457Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:43:44.457Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:44.583Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:44.584Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:44.584Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:43:44.585Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4D4FD6889FF412E66645E8222E21E6AB; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:43:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:44.585Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:43:44.585Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:44.586Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:43:44.610Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:43:44.610Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:43:44.611Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:44.611Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:43:44.611Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:43:44.612Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-TransactionID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ECOMP-RequestID:"a39eb35f-9e13-4dfd-b348-63b6f507ed0c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4f1bbbe5-0c2b-4420-9583-2b51eb2747e8"] 2023-01-22T06:43:44.612Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:43:44.613Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:44.631Z|bc268c80-02b8-47aa-bc89-2c0581e62a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:44.632Z|bc268c80-02b8-47aa-bc89-2c0581e62a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:44.740Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:44.741Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:44.741Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:43:44.741Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=5120162BD0F1D12D4C49F8BF037F2310; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"775", Date:"Sun, 22 Jan 2023 06:43:43 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:44.742Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:1ac25eb6-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:43:39.693+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:43:44.742Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:44.742Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:43:44.747Z|a39eb35f-9e13-4dfd-b348-63b6f507ed0c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:46.449Z|0367ba66-ef17-415d-9467-3d0b2a575eb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:43:46.449Z|0367ba66-ef17-415d-9467-3d0b2a575eb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:43:53.954Z|077c3162-9472-4da1-b8dc-26c5c9e4da5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:53.955Z|077c3162-9472-4da1-b8dc-26c5c9e4da5f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:54.015Z|845d6ebd-8386-4ae6-8afa-dbe89313b0db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:54.016Z|845d6ebd-8386-4ae6-8afa-dbe89313b0db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:54.655Z|d439b598-c96d-4d52-bc81-f099479eaf8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:43:54.656Z|d439b598-c96d-4d52-bc81-f099479eaf8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:43:54.874Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:43:54.880Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:54.880Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:43:54.880Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:54.881Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:43:54.881Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:43:54.881Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e34db1f9df669903", X-B3-SpanId:"87ac69b88375bdfc", X-B3-ParentSpanId:"e34db1f9df669903", X-B3-Sampled:"0", X-ONAP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-TransactionID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ECOMP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6012953d-83c8-4d76-9c17-df7b50ccb1a7"] 2023-01-22T06:43:54.881Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:43:54.882Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:54.905Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:54.905Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:54.906Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:43:54.906Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:53 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:54.907Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:43:54.907Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:54.908Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:43:54.910Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:54.910Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:43:54.911Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:54.911Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:43:54.911Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:43:54.912Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e34db1f9df669903", X-B3-SpanId:"edd0858ed61e83e3", X-B3-ParentSpanId:"e34db1f9df669903", X-B3-Sampled:"0", X-ONAP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-TransactionID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ECOMP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cf7f3fc0-315e-4909-a8be-e7e4eac794b2"] 2023-01-22T06:43:54.912Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:43:54.912Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:54.933Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:54.934Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:54.934Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:43:54.935Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:43:53 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:54.936Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:43:54.937Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:54.937Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:43:54.967Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:43:54.968Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:43:54.968Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:54.969Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:43:54.969Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:43:54.969Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-TransactionID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ECOMP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f48b500-47c1-416c-aa1b-d6f162f5d32c"] 2023-01-22T06:43:54.969Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:43:54.970Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:55.101Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:55.101Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:55.101Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:43:55.102Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=D1A211E452E70BB04D0B678EFC8A1B97; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:43:54 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:55.102Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:43:55.102Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:55.103Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:43:55.126Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:43:55.127Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:43:55.128Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:43:55.128Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:43:55.128Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:43:55.128Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-TransactionID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ECOMP-RequestID:"fb6d0a9b-aa69-4055-aa96-96be782d5215", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1d898c1b-231e-43da-856d-0e7cc641331e"] 2023-01-22T06:43:55.129Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:43:55.129Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:43:55.253Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:43:55.254Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:43:55.254Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:43:55.254Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=869892A91764D8FD98F65ACBEF9A5E4F; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:43:54 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:43:55.254Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:1ea7fc77-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:43:46.231+0000","endTime":"2023-01-22T06:43:46.235+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:43:55.255Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:43:55.255Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:43:55.260Z|fb6d0a9b-aa69-4055-aa96-96be782d5215|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:43:59.842Z|cf49382e-db19-4597-afbc-ec6ae97ab473|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:43:59.842Z|cf49382e-db19-4597-afbc-ec6ae97ab473|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:01.449Z|053bfbdf-a9f2-458d-9d89-ee708cf26895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:01.451Z|053bfbdf-a9f2-458d-9d89-ee708cf26895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:01.845Z|5313d1e6-9c9a-40db-b073-385a6ff57e03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:01.846Z|5313d1e6-9c9a-40db-b073-385a6ff57e03|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:03.978Z|895e97fb-2b92-4aac-a2eb-e58587a5b7bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:03.978Z|895e97fb-2b92-4aac-a2eb-e58587a5b7bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:04.039Z|d3cd08cf-060f-4c64-b661-3677bfb725a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:04.040Z|d3cd08cf-060f-4c64-b661-3677bfb725a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:04.684Z|102a4a8e-9d80-442d-adeb-7d2c28376159|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:04.684Z|102a4a8e-9d80-442d-adeb-7d2c28376159|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:05.393Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:05.398Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:05.398Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:05.399Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:05.399Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:05.399Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:05.399Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cf4d4a37e0c68ed3", X-B3-SpanId:"85fbab73cc21abde", X-B3-ParentSpanId:"cf4d4a37e0c68ed3", X-B3-Sampled:"0", X-ONAP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-TransactionID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ECOMP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c924b8ec-4c09-4d1f-b821-0ede1e802007"] 2023-01-22T06:44:05.400Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:05.400Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:05.425Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:05.426Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:05.426Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:05.427Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:05.429Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:05.429Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:05.430Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:05.434Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:05.434Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:05.435Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:05.435Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:05.435Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:05.435Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cf4d4a37e0c68ed3", X-B3-SpanId:"3d091605f81797db", X-B3-ParentSpanId:"cf4d4a37e0c68ed3", X-B3-Sampled:"0", X-ONAP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-TransactionID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ECOMP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16be9a7f-1f66-41d5-a6d1-2156f1b38e0f"] 2023-01-22T06:44:05.436Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:05.436Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:05.452Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:05.452Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:05.453Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:05.453Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:03 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:05.454Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:05.454Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:05.454Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:05.488Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:05.488Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:05.489Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:05.489Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:05.489Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:05.489Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-TransactionID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ECOMP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"901ebb02-5dfd-4971-b574-e13da21782a7"] 2023-01-22T06:44:05.489Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:05.490Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:05.612Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:05.613Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:05.613Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:05.613Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=B8D622AF8D386D6D36A6E2465D50BA34; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:44:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:05.614Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:44:05.614Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:05.614Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:05.637Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:05.638Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:05.638Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:05.638Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:05.639Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:05.639Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-TransactionID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ECOMP-RequestID:"fd3c64b1-567d-4323-9b38-877f053c1e3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e76ccd2e-e68d-41d9-aa6f-e0952c714f9d"] 2023-01-22T06:44:05.639Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:05.639Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:05.761Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:05.762Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:05.762Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:05.762Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=9FFE922D35238E8D5AD1C257491F20E8; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:44:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:05.763Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:1ea7fc77-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:43:46.231+0000","endTime":"2023-01-22T06:43:46.235+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:05.763Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:05.763Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:05.767Z|fd3c64b1-567d-4323-9b38-877f053c1e3e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:14.001Z|e0811feb-c515-46b8-8867-60372efd071e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:14.001Z|e0811feb-c515-46b8-8867-60372efd071e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:14.064Z|e1b6e9d4-f54d-47a9-b744-35dc4c993f2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:14.065Z|e1b6e9d4-f54d-47a9-b744-35dc4c993f2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:14.710Z|20161dbf-e75f-4a8d-9eeb-b8b193534c56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:14.710Z|20161dbf-e75f-4a8d-9eeb-b8b193534c56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:15.905Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:15.912Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:15.914Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:15.914Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:15.914Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:15.914Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:15.915Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1b6f4eac69af5697", X-B3-SpanId:"bc964c00958ab24e", X-B3-ParentSpanId:"1b6f4eac69af5697", X-B3-Sampled:"0", X-ONAP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-TransactionID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ECOMP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3b292796-efce-4e1b-a94a-ef19c10d19f1"] 2023-01-22T06:44:15.915Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:15.916Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:15.947Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:15.948Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:15.949Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:15.949Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:15.950Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:15.950Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:15.951Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:15.953Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:15.954Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:15.954Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:15.954Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:15.955Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:15.955Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1b6f4eac69af5697", X-B3-SpanId:"55626803c203016f", X-B3-ParentSpanId:"1b6f4eac69af5697", X-B3-Sampled:"0", X-ONAP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-TransactionID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ECOMP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"af26c70a-51e9-4b0f-a558-46108af3dfc4"] 2023-01-22T06:44:15.955Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:15.955Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:15.969Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:15.970Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:15.971Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:15.971Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:15.972Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:15.973Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:15.973Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:16.025Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:16.026Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:16.027Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:16.027Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:16.028Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:16.028Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-TransactionID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ECOMP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"833aac36-e52b-424c-979f-fb318af032af"] 2023-01-22T06:44:16.029Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:16.029Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:16.159Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:16.160Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:16.160Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:16.160Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=73FD625B7BE15E8E8EA8FBC179C1C699; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:44:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:16.161Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:44:16.161Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:16.161Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:16.185Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:16.186Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:16.186Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:16.186Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:16.187Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:16.187Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-TransactionID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ECOMP-RequestID:"07c5b0db-1c60-4104-9fc0-89b6364d3cff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4bccdac6-4ba1-4eb8-8766-eb4eeb2add76"] 2023-01-22T06:44:16.187Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:16.187Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:16.309Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:16.310Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:16.310Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:16.311Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=B19C21D694BBA4BC3B62CBC0D57C7E9B; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:44:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:16.311Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:1ea7fc77-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:43:46.231+0000","endTime":"2023-01-22T06:43:46.235+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:16.311Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:16.312Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:16.316Z|07c5b0db-1c60-4104-9fc0-89b6364d3cff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:16.449Z|9d06303d-303f-487a-80c1-7429972bef57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:16.449Z|9d06303d-303f-487a-80c1-7429972bef57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:24.022Z|4c6ccf65-f586-4339-8f41-486016c7135e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:24.022Z|4c6ccf65-f586-4339-8f41-486016c7135e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:24.086Z|0b3819d7-9f7f-43d0-85b3-a2a22a08354e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:24.087Z|0b3819d7-9f7f-43d0-85b3-a2a22a08354e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:24.730Z|c5fd76b3-c078-4bf3-bd35-e18d82903fcf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:24.731Z|c5fd76b3-c078-4bf3-bd35-e18d82903fcf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:26.442Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:26.447Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:26.448Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:26.448Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:26.449Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:26.449Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:26.449Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a80e1bbedfc06f3f", X-B3-SpanId:"dcac8cfaf4c0f94c", X-B3-ParentSpanId:"a80e1bbedfc06f3f", X-B3-Sampled:"0", X-ONAP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-TransactionID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ECOMP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b94a2c74-c283-4976-b64a-da59dc2636be"] 2023-01-22T06:44:26.450Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:26.450Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:26.474Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:26.475Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:26.475Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:26.476Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:24 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:26.477Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:26.478Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:26.479Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:26.482Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:26.482Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:26.483Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:26.483Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:26.484Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:26.485Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a80e1bbedfc06f3f", X-B3-SpanId:"380d3af031b1c31d", X-B3-ParentSpanId:"a80e1bbedfc06f3f", X-B3-Sampled:"0", X-ONAP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-TransactionID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ECOMP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8dcd1d7d-6afb-4c55-9166-cb0b23dd9b5d"] 2023-01-22T06:44:26.485Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:26.486Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:26.505Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:26.506Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:26.507Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:26.507Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:24 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:26.508Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:26.508Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:26.509Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:26.539Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:26.540Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:26.541Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:26.541Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:26.541Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:26.542Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-TransactionID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ECOMP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"60bf3cab-92a7-4f93-9f2c-2cf4db53358a"] 2023-01-22T06:44:26.542Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:26.544Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:26.675Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:26.676Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:26.677Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:26.677Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=21F743FFEBC0B618AC42ACF15AD89DEB; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:44:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:26.678Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:44:26.678Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:26.679Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:26.703Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:26.705Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:26.705Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:26.705Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:26.706Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:26.706Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-TransactionID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ECOMP-RequestID:"2fc41f5b-c56b-45d8-ad93-0ef53d33474f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5ee00da2-02e1-4d90-8e7d-cfec6f983979"] 2023-01-22T06:44:26.706Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:26.707Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:26.837Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:26.838Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:26.838Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:26.839Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=998531EA3AE82C18FDC104E8F05DC8E7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:44:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:26.839Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:26.840Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:26.840Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:26.845Z|2fc41f5b-c56b-45d8-ad93-0ef53d33474f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:31.449Z|40d90cfb-2ea5-45ca-ae87-569059b91054|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:31.449Z|40d90cfb-2ea5-45ca-ae87-569059b91054|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:31.846Z|168c7ee6-4a1b-4099-8617-1e45b88cef1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:31.847Z|168c7ee6-4a1b-4099-8617-1e45b88cef1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:34.044Z|001f9b2e-286d-4d26-b7bb-822241f476c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:34.045Z|001f9b2e-286d-4d26-b7bb-822241f476c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:34.107Z|3fb0057c-4b83-4017-9eaf-9570aeb7c4ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:34.108Z|3fb0057c-4b83-4017-9eaf-9570aeb7c4ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:34.749Z|33bc1cfa-67fa-4d72-a0bb-1dc3b336e3f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:34.750Z|33bc1cfa-67fa-4d72-a0bb-1dc3b336e3f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:36.972Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:36.977Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:36.978Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:36.978Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:36.978Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:36.979Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:36.979Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"771322674885db0d", X-B3-SpanId:"f3e79f2e37b9dddf", X-B3-ParentSpanId:"771322674885db0d", X-B3-Sampled:"0", X-ONAP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-TransactionID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ECOMP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1099439c-4067-4313-b19d-a1fe4a822119"] 2023-01-22T06:44:36.980Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:36.980Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:37.005Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:37.005Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:37.006Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:37.006Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:37.008Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:37.008Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:37.009Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:37.011Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:37.011Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:37.012Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:37.012Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:37.012Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:37.012Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"771322674885db0d", X-B3-SpanId:"7acd05a224b58193", X-B3-ParentSpanId:"771322674885db0d", X-B3-Sampled:"0", X-ONAP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-TransactionID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ECOMP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f470ed0-fa86-49c3-82bf-e4685a919d63"] 2023-01-22T06:44:37.013Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:37.013Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:37.025Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:37.026Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:37.026Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:37.026Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:37.027Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:37.028Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:37.028Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:37.057Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:37.057Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:37.058Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:37.058Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:37.058Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:37.058Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-TransactionID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ECOMP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c69a638d-155e-483b-b59c-e401f7bf9187"] 2023-01-22T06:44:37.059Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:37.059Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:37.181Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:37.182Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:37.183Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:37.183Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=6565973B1DCB8F53384A6734D4647F30; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:44:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:37.183Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:44:37.184Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:37.184Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:37.209Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:37.210Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:37.210Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:37.210Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:37.211Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:37.211Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-TransactionID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ECOMP-RequestID:"a58b1c5e-df2e-4dd9-8c1e-7be760027c5c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"421a0aff-5343-4cc2-851f-266e3e3b78db"] 2023-01-22T06:44:37.211Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:37.211Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:37.333Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:37.333Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:37.334Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:37.334Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=1574113A62116E6442ABD6DA2F0E83D7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:44:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:37.335Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:37.335Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:37.336Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:37.342Z|a58b1c5e-df2e-4dd9-8c1e-7be760027c5c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:44.066Z|aae62b92-707d-4292-b789-4be6ae7e7f11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:44.066Z|aae62b92-707d-4292-b789-4be6ae7e7f11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:44.139Z|27a1fc43-1233-4cbc-a5b4-c607d6ad591c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:44.140Z|27a1fc43-1233-4cbc-a5b4-c607d6ad591c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:44.784Z|bdcf6b8d-eb70-4d15-b863-4e4adaf7d6bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:44.785Z|bdcf6b8d-eb70-4d15-b863-4e4adaf7d6bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:46.449Z|1c420586-e145-4f2e-974d-de2997017161|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:44:46.452Z|1c420586-e145-4f2e-974d-de2997017161|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:44:47.467Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:47.471Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:47.471Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:47.471Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:47.472Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:47.472Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:47.472Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c4600abc2cc12e61", X-B3-SpanId:"1692cb16df14ba30", X-B3-ParentSpanId:"c4600abc2cc12e61", X-B3-Sampled:"0", X-ONAP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-TransactionID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ECOMP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"96163483-d949-410f-a6c5-1d95c4da1611"] 2023-01-22T06:44:47.472Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:47.473Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:47.501Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:47.502Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:47.502Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:47.503Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:47.503Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:47.504Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:47.504Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:47.506Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:47.506Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:47.506Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:47.506Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:47.507Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:47.507Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c4600abc2cc12e61", X-B3-SpanId:"4343ed5007e1da24", X-B3-ParentSpanId:"c4600abc2cc12e61", X-B3-Sampled:"0", X-ONAP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-TransactionID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ECOMP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2db3fc98-407e-4c56-b909-3591fba6c9e9"] 2023-01-22T06:44:47.507Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:47.507Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:47.523Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:47.523Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:47.524Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:47.524Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:47.525Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:47.525Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:47.525Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:47.552Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:47.552Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:47.553Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:47.553Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:47.553Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:47.554Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-TransactionID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ECOMP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a3d0964f-c46c-43e3-84d2-1899a240eda1"] 2023-01-22T06:44:47.554Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:47.554Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:47.672Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:47.673Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:47.673Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:47.673Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=3101D1B737F7DCE45366325537B2FF18; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:44:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:47.674Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:44:47.674Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:47.674Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:47.695Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:47.696Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:47.696Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:47.696Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:47.697Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:47.697Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-TransactionID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ECOMP-RequestID:"c07b6769-42f4-4276-98cd-b778fc5a3736", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4fd73087-97e3-4da7-baf8-3df95b261679"] 2023-01-22T06:44:47.697Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:47.697Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:47.816Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:47.816Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:47.817Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:47.817Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=86A2608C749148CDB6A28C986186E70E; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:44:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:47.817Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:47.818Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:47.818Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:47.823Z|c07b6769-42f4-4276-98cd-b778fc5a3736|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:54.106Z|cfe11f86-5155-45f6-aaf4-bd6acfbd66b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:54.106Z|cfe11f86-5155-45f6-aaf4-bd6acfbd66b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:54.163Z|03cc006d-f0a6-4e90-9aa0-44e107b5af61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:54.164Z|03cc006d-f0a6-4e90-9aa0-44e107b5af61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:54.809Z|8833409d-4616-4a9f-8a03-086e6e361c48|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:44:54.810Z|8833409d-4616-4a9f-8a03-086e6e361c48|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:44:57.946Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:44:57.951Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:57.952Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:44:57.953Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:57.953Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:44:57.953Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:44:57.954Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"17296d4555f16a47", X-B3-SpanId:"a09f51e22947d002", X-B3-ParentSpanId:"17296d4555f16a47", X-B3-Sampled:"0", X-ONAP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-TransactionID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ECOMP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd65e566-9c65-4166-92bf-0b97a320d5ec"] 2023-01-22T06:44:57.954Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:44:57.954Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:57.982Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:57.983Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:57.983Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:44:57.984Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:57.985Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:44:57.986Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:57.986Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:44:57.989Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:57.989Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:44:57.989Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:57.989Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:44:57.990Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:44:57.990Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"17296d4555f16a47", X-B3-SpanId:"317708b3d176084a", X-B3-ParentSpanId:"17296d4555f16a47", X-B3-Sampled:"0", X-ONAP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-TransactionID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ECOMP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9175eb22-b5c8-4ec8-9ad8-fa4de20b8fee"] 2023-01-22T06:44:57.991Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:44:57.991Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:58.010Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:58.011Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:58.011Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:44:58.012Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:44:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:58.012Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:44:58.013Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:58.013Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:44:58.044Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:58.045Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:58.045Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:58.046Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:44:58.046Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:58.046Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-TransactionID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ECOMP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f1a06909-1e6d-4019-af9b-d4e865ef7740"] 2023-01-22T06:44:58.046Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:58.047Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:58.183Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:58.184Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:58.184Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:58.185Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=284014B32EB96D76183CBCB83A407F95; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:44:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:58.185Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:44:58.186Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:58.186Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:58.221Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:58.221Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:44:58.222Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:44:58.222Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:44:58.222Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:44:58.222Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-TransactionID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ECOMP-RequestID:"1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"794728a1-3ce7-4a43-8b54-ac0737162081"] 2023-01-22T06:44:58.223Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:44:58.223Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:44:58.363Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:44:58.364Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:44:58.364Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:44:58.365Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=BF920522B0FD1A429ED92C258FCE4ED6; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:44:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:44:58.365Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:44:58.366Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:44:58.366Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:44:58.376Z|1d4743a6-bacc-45cc-81e5-5c1b5af2dd1a|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:44:59.841Z|e36650ff-0627-43c5-9174-cbc02404c6d8|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:44:59.843Z|e36650ff-0627-43c5-9174-cbc02404c6d8|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:01.449Z|43cc04cf-1004-46c4-8665-bb66b13725b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:01.449Z|43cc04cf-1004-46c4-8665-bb66b13725b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:01.848Z|2518a4fe-96f0-4cfc-bb78-faeafbae7e92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:01.849Z|2518a4fe-96f0-4cfc-bb78-faeafbae7e92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:04.126Z|7a23346f-7191-4878-a2a4-b1cb46d57f2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:04.127Z|7a23346f-7191-4878-a2a4-b1cb46d57f2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:04.190Z|0b68846e-68aa-44e2-81bb-b3b27065853a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:04.191Z|0b68846e-68aa-44e2-81bb-b3b27065853a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:04.831Z|0d95641c-a2be-4896-9de7-04bde836ae8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:04.832Z|0d95641c-a2be-4896-9de7-04bde836ae8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:08.519Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:08.523Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:08.524Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:08.524Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:08.525Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:08.525Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:08.525Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a957d746af8f01a1", X-B3-SpanId:"f9f15b217402ba02", X-B3-ParentSpanId:"a957d746af8f01a1", X-B3-Sampled:"0", X-ONAP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-TransactionID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ECOMP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dc14b9d6-7b17-48fc-beeb-4f03795bbcbc"] 2023-01-22T06:45:08.525Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:08.526Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:08.551Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:08.552Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:08.552Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:08.553Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:08.554Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:08.555Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:08.555Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:08.558Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:08.558Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:08.558Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:08.558Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:08.559Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:08.559Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a957d746af8f01a1", X-B3-SpanId:"72ac8b2185114f3f", X-B3-ParentSpanId:"a957d746af8f01a1", X-B3-Sampled:"0", X-ONAP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-TransactionID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ECOMP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f6ed2bb7-8c32-4ec0-9d3e-ded09b7b2283"] 2023-01-22T06:45:08.559Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:08.560Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:08.578Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:08.578Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:08.579Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:08.579Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:08.580Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:08.580Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:08.581Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:08.652Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:08.653Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:08.653Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:08.654Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:08.654Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:08.654Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-TransactionID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ECOMP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2d05064b-d321-44dc-8aef-0a3feb2abea4"] 2023-01-22T06:45:08.655Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:08.655Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:08.776Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:08.776Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:08.777Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:08.777Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=F58C7C37CEDB6120B48A5EC144E23FD7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:45:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:08.778Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:45:08.778Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:08.779Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:08.800Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:08.800Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:08.801Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:08.801Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:08.801Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:08.802Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-TransactionID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ECOMP-RequestID:"96446bfa-8898-4af2-9909-5b5cd22ca8ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f563df65-c276-4a01-a71f-dc24e69c9289"] 2023-01-22T06:45:08.802Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:08.802Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:08.922Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:08.923Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:08.923Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:08.924Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=5893594E33DD15188C3C7816D4B4FA14; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:45:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:08.924Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:45:08.925Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:08.925Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:08.929Z|96446bfa-8898-4af2-9909-5b5cd22ca8ae|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:14.150Z|908e434c-37b9-49ce-bdae-64c8191836ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:14.151Z|908e434c-37b9-49ce-bdae-64c8191836ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:14.215Z|cfef9efc-4abf-452c-a0c3-a975796f9345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:14.215Z|cfef9efc-4abf-452c-a0c3-a975796f9345|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:14.856Z|08831c31-33ee-417b-9069-f577ddfb3928|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:14.857Z|08831c31-33ee-417b-9069-f577ddfb3928|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:16.449Z|f4660615-a4d3-48e1-9420-677f5b02cab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:16.449Z|f4660615-a4d3-48e1-9420-677f5b02cab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:19.064Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:19.068Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:19.069Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:19.069Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:19.069Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:19.070Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:19.070Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0951db59dd61e38c", X-B3-SpanId:"00adc54acf857269", X-B3-ParentSpanId:"0951db59dd61e38c", X-B3-Sampled:"0", X-ONAP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-TransactionID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ECOMP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a8b88233-18b7-40bf-b633-e66557159df1"] 2023-01-22T06:45:19.070Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:19.070Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:19.093Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:19.093Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:19.093Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:19.094Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:19.095Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:43:32.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:43:45.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:19.095Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:19.095Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:19.097Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:19.097Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:19.098Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:19.098Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:19.098Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:19.098Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0951db59dd61e38c", X-B3-SpanId:"abd70ffa4f66ce2a", X-B3-ParentSpanId:"0951db59dd61e38c", X-B3-Sampled:"0", X-ONAP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-TransactionID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ECOMP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2d1bbd18-6395-467c-922f-9c6e2264863b"] 2023-01-22T06:45:19.098Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:19.099Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:19.115Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:19.116Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:19.116Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:19.118Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:19.118Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:19.118Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:19.119Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:19.146Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:19.146Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:19.146Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:19.147Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:19.147Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:19.147Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-TransactionID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ECOMP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b42e56f9-dadf-4596-a78f-aad37135bcd9"] 2023-01-22T06:45:19.147Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:19.148Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:19.275Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:19.276Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:19.276Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:19.276Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=49D3204DE22CB392F61CD7203EC15565; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 06:45:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:19.277Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","businessKey":"4ff293d9-366b-41b4-8ad2-ebc4a37af824","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:43:39.693+0000","endTime":"2023-01-22T06:44:17.940+0000","removalTime":null,"durationInMillis":38247,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"1ac125ee-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:45:19.277Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:19.277Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=4ff293d9-366b-41b4-8ad2-ebc4a37af824&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:19.302Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:19.303Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:19.303Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:19.303Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:19.303Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:19.304Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-TransactionID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ECOMP-RequestID:"4f77246d-4d6c-4462-9829-bb31711d26d6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"216f3df5-a3bf-4914-8922-b7b5214669e6"] 2023-01-22T06:45:19.304Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:19.304Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:19.426Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:19.427Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:19.427Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:19.427Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E4BB24AC4414060B7C7C10E8E1A1EDA5; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:45:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:19.428Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:318e173a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","executionId":"1ac25eaf-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:44:17.938+0000","endTime":"2023-01-22T06:44:17.939+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"163227b4-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:45:19.428Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:19.428Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1ac25eaf-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:19.433Z|4f77246d-4d6c-4462-9829-bb31711d26d6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:24.178Z|ff32ea1b-f9e3-4c9c-8d0e-59ce1a7741a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:24.180Z|ff32ea1b-f9e3-4c9c-8d0e-59ce1a7741a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:24.240Z|3f42a9cd-e8fd-476a-86e3-9f163bc1c78a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:24.241Z|3f42a9cd-e8fd-476a-86e3-9f163bc1c78a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:24.886Z|3178a61e-6ca9-48ae-a4d8-ffe172f78da3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:24.887Z|3178a61e-6ca9-48ae-a4d8-ffe172f78da3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:29.561Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:29.567Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.568Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:29.568Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.569Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.569Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:29.570Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"33e3e835e18f8371", X-B3-SpanId:"b9095c5ff467979e", X-B3-ParentSpanId:"33e3e835e18f8371", X-B3-Sampled:"0", X-ONAP-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-TransactionID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-ECOMP-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"90da98db-de2b-49d9-94b5-5645691a1bdd"] 2023-01-22T06:45:29.570Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:29.570Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.593Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.594Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.594Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:29.594Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.595Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:32.000+00:00", "endTime" : "2023-01-22T06:45:27.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:26.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:29.595Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.596Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:29.597Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.597Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:29.598Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.598Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.598Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:29.598Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"33e3e835e18f8371", X-B3-SpanId:"7186443738f64da1", X-B3-ParentSpanId:"33e3e835e18f8371", X-B3-Sampled:"0", X-ONAP-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-TransactionID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-ECOMP-RequestID:"f204c918-f8cc-4765-b11c-75de43dc1721", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2192e5c3-8493-4a13-9966-7a0b8d2d6ac4"] 2023-01-22T06:45:29.598Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:29.599Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.611Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.611Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.611Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:29.612Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.613Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:29.613Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.614Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:29.620Z|f204c918-f8cc-4765-b11c-75de43dc1721|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:29.737Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:29.740Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.740Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:29.740Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.741Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.741Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:29.741Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"773b63cd89e5e486", X-B3-SpanId:"610d8970a8e633bc", X-B3-ParentSpanId:"773b63cd89e5e486", X-B3-Sampled:"0", X-ONAP-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-TransactionID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-ECOMP-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f4fec0ac-9b3f-4972-9fc0-63c1bae6b341"] 2023-01-22T06:45:29.741Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:29.741Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.769Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.770Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.770Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:29.770Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.771Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:32.000+00:00", "endTime" : "2023-01-22T06:45:27.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:26.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:29.772Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.772Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:29.774Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.774Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:29.775Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.775Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.775Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:29.775Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"773b63cd89e5e486", X-B3-SpanId:"72119cbedc7d15e5", X-B3-ParentSpanId:"773b63cd89e5e486", X-B3-Sampled:"0", X-ONAP-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-TransactionID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-ECOMP-RequestID:"80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d1c4da4a-9d73-457b-a72d-969c5d1a3f9d"] 2023-01-22T06:45:29.776Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:29.776Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.796Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.796Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.796Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:29.797Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.797Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:29.798Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.798Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:29.805Z|80d3d8a3-1df2-4e7a-b3b2-f26df8fcf352|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:29.922Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:29.925Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.926Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:29.926Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.927Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:29.927Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:29.927Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"49ea3d007e4a99e1", X-B3-SpanId:"5207c23df4d7932c", X-B3-ParentSpanId:"49ea3d007e4a99e1", X-B3-Sampled:"0", X-ONAP-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-TransactionID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-ECOMP-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4dd0d70e-706f-486c-88cd-87b8557299d1"] 2023-01-22T06:45:29.928Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:29.928Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.947Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.948Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.949Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:29.949Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.950Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:32.000+00:00", "endTime" : "2023-01-22T06:45:27.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:26.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:29.950Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.950Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:29.952Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.952Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:29.953Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:29.953Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:29.953Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:29.953Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"49ea3d007e4a99e1", X-B3-SpanId:"4671937d935e49ff", X-B3-ParentSpanId:"49ea3d007e4a99e1", X-B3-Sampled:"0", X-ONAP-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-TransactionID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-ECOMP-RequestID:"c6174596-e5b3-4a18-bc26-bd7f01f2efff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83d30b9d-78ed-439b-bf19-a2cd0bbf8b1b"] 2023-01-22T06:45:29.954Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:29.954Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:29.967Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:29.968Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:29.968Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:29.968Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:29.969Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:29.969Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:29.970Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:29.978Z|c6174596-e5b3-4a18-bc26-bd7f01f2efff|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:30.105Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:30.109Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:30.110Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:30.110Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:30.110Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:30.110Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:30.110Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"12331935faa821f8", X-B3-SpanId:"458604217201b206", X-B3-ParentSpanId:"12331935faa821f8", X-B3-Sampled:"0", X-ONAP-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-TransactionID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-ECOMP-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"28ad3b93-4376-4ba7-92c6-90676dba4e6d"] 2023-01-22T06:45:30.111Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:30.111Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:30.129Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:30.130Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:30.130Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:30.130Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:30.131Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:32.000+00:00", "endTime" : "2023-01-22T06:45:27.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:26.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:30.131Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:30.131Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:30.133Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:30.133Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:30.133Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:30.134Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:30.134Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:30.134Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"12331935faa821f8", X-B3-SpanId:"83ec143ea3b0ad54", X-B3-ParentSpanId:"12331935faa821f8", X-B3-Sampled:"0", X-ONAP-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-TransactionID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-ECOMP-RequestID:"0ec7ae54-5601-4610-b9cb-5673719ee850", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4f0f4cc2-4b98-499d-a434-01b926369ccf"] 2023-01-22T06:45:30.134Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:30.134Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:30.146Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:30.146Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:30.146Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:30.147Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:30.147Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:30.148Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:30.148Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:30.156Z|0ec7ae54-5601-4610-b9cb-5673719ee850|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:30.278Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:30.283Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:30.284Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||Invoke 2023-01-22T06:45:30.285Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:30.285Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824 2023-01-22T06:45:30.286Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Method : GET 2023-01-22T06:45:30.286Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"80f6ce0cf6d41b6e", X-B3-SpanId:"2a443ae76b05e8d1", X-B3-ParentSpanId:"80f6ce0cf6d41b6e", X-B3-Sampled:"0", X-ONAP-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-TransactionID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-ECOMP-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"958c6d13-c8e8-44c2-9c45-90c68e44dad5"] 2023-01-22T06:45:30.287Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Request body: 2023-01-22T06:45:30.288Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:30.308Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:30.309Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:30.309Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Status text : 2023-01-22T06:45:30.309Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:30.311Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||Response body: { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:43:32.000+00:00", "endTime" : "2023-01-22T06:45:27.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\n \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:26.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "cloudIdentifier" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T06:43:43.000+00:00" } ], "requestURI" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824" } } } 2023-01-22T06:45:30.311Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:30.311Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4ff293d9-366b-41b4-8ad2-ebc4a37af824|INFO|500||InvokeReturn 2023-01-22T06:45:30.317Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:30.317Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:30.318Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:30.318Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false 2023-01-22T06:45:30.318Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:30.319Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"80f6ce0cf6d41b6e", X-B3-SpanId:"b98babb1ed9de46f", X-B3-ParentSpanId:"80f6ce0cf6d41b6e", X-B3-Sampled:"0", X-ONAP-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-TransactionID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-ECOMP-RequestID:"0fc820c6-1588-4e91-8c0f-582d9b445cd9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"57b20569-acf3-4922-8c1a-13fe9d25a8c3"] 2023-01-22T06:45:30.320Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:30.320Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:30.335Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:30.336Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:30.336Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:30.337Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:30.338Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 38, "soRequestId" : "4ff293d9-366b-41b4-8ad2-ebc4a37af824", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":null,\"creation_time\":1674369825000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:43:47.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:30.338Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:30.339Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4ff293d9-366b-41b4-8ad2-ebc4a37af824&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:30.348Z|0fc820c6-1588-4e91-8c0f-582d9b445cd9|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/4ff293d9-366b-41b4-8ad2-ebc4a37af824|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:31.448Z|fa829c01-ba53-4054-bd2c-7530e75c7239|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:31.451Z|fa829c01-ba53-4054-bd2c-7530e75c7239|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:31.849Z|2c966a2a-ec23-4588-adc3-f31f894e36e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:31.850Z|2c966a2a-ec23-4588-adc3-f31f894e36e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:34.203Z|a013ac20-e8d4-4ab8-baa9-925da2f3e2ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:34.203Z|a013ac20-e8d4-4ab8-baa9-925da2f3e2ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:34.263Z|ae2e0444-a244-43ca-a875-0938ed70a88c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:34.264Z|ae2e0444-a244-43ca-a875-0938ed70a88c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:34.912Z|1572aaa2-5751-437a-aa43-16151cf1313c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:34.912Z|1572aaa2-5751-437a-aa43-16151cf1313c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:41.221Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:41.223Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||INFO|500||Checking if requestId: 2657abc3-99f2-428f-a343-5e9d7ee959fb already exists in requestDb InfraActiveRequests table 2023-01-22T06:45:41.224Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:41.224Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:45:41.224Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.224Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:41.225Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:45:41.225Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"57bc62c2bbb90e39", X-B3-SpanId:"ffc2e5d977c1fefd", X-B3-ParentSpanId:"57bc62c2bbb90e39", X-B3-Sampled:"0", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"125c0265-26d0-4d54-b57c-9a041a801c98"] 2023-01-22T06:45:41.225Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:45:41.225Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:41.250Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:41.251Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:45:41.251Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:45:41.251Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:45:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:41.252Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: 2023-01-22T06:45:41.252Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:41.252Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|404|Not Found|InvokeReturn 2023-01-22T06:45:41.260Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:45:41.264Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:45:41.290Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:45:41.291Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2657abc3-99f2-428f-a343-5e9d7ee959fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[adb36751-8edf-4ca7-a3bd-a9cb2b9eaed5], X-ECOMP-RequestID=[2657abc3-99f2-428f-a343-5e9d7ee959fb], X-TransactionId=[], X-ONAP-RequestID=[2657abc3-99f2-428f-a343-5e9d7ee959fb]} 2023-01-22T06:45:41.352Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:45:41 GMT], content-length=[1054], vertex-id=[401600], x-aai-txid=[1-aai-resources-230122-06:45:41:245-57924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:45:41.353Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369801468","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:45:41.354Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:45:41.355Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:45:41.355Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:45:41.356Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:45:41.357Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:45:41.357Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.357Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:45:41.357Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:45:41.358Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"239", X-B3-TraceId:"57bc62c2bbb90e39", X-B3-SpanId:"584e3d49abb0a556", X-B3-ParentSpanId:"57bc62c2bbb90e39", X-B3-Sampled:"0", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e933d1d0-66a5-4d90-8f4c-8495eda294c0"] 2023-01-22T06:45:41.358Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","vfModuleInstanceId":"3c50d6e2-42fa-4015-88bb-c1c31438b143"},"instanceName":null,"requestScope":"vfModule"} 2023-01-22T06:45:41.358Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:41.382Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:41.383Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:41.384Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:45:41.384Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:45:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:41.385Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:45:41.385Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:41.386Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:45:41.387Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance 2023-01-22T06:45:41.388Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:45:41.388Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.388Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance 2023-01-22T06:45:41.388Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:45:41.389Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cfc16723-bc7a-491b-9351-b39a3b229620"] 2023-01-22T06:45:41.389Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:45:41.389Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:41.414Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:41.415Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:41.415Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:45:41.416Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:41.417Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Response body: { "id" : 49, "action" : "deleteInstance", "description" : "Gr api recipe to delete vf-module", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "vnfType" : null, "paramXsd" : null, "vnfComponentType" : "vfModule", "vfModuleModelUUID" : "GR-API-DEFAULT", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/49" }, "vnfComponentsRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/49" } } } 2023-01-22T06:45:41.417Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:41.417Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:45:41.420Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977 2023-01-22T06:45:41.421Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|INFO|500||Invoke 2023-01-22T06:45:41.421Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.421Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977 2023-01-22T06:45:41.421Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Method : GET 2023-01-22T06:45:41.422Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"807f3797-34d7-4afc-9e82-ebd799bde079"] 2023-01-22T06:45:41.422Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Request body: 2023-01-22T06:45:41.422Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:41.441Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:41.442Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:41.442Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Status text : 2023-01-22T06:45:41.443Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:41.443Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||Response body: { "modelUUID" : "626ed399-7e65-4bfd-b36d-fbf229c07977", "modelInvariantUUID" : "a9794d98-7921-44ef-a031-d62af30a5203", "modelName" : "BasicVm..base_ubuntu20..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:40:28.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977/moduleHeatTemplate" } } } 2023-01-22T06:45:41.444Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:41.444Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/626ed399-7e65-4bfd-b36d-fbf229c07977|INFO|500||InvokeReturn 2023-01-22T06:45:41.448Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:45:41.448Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:45:41.448Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.449Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:45:41.449Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:45:41.449Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1780", X-B3-TraceId:"57bc62c2bbb90e39", X-B3-SpanId:"d2f296d57a16fe2d", X-B3-ParentSpanId:"57bc62c2bbb90e39", X-B3-Sampled:"0", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9cb79d22-ecff-44be-bd0d-676994b40e92"] 2023-01-22T06:45:41.450Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"2657abc3-99f2-428f-a343-5e9d7ee959fb","requestStatus":"IN_PROGRESS","startTime":1674369941261,"source":"VID","vnfId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","vnfType":"","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}","lastModifiedBy":"APIH","vfModuleId":"3c50d6e2-42fa-4015-88bb-c1c31438b143","vfModuleModelName":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef","cloudRegion":"RegionOne","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","requestScope":"vfModule","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"2657abc3-99f2-428f-a343-5e9d7ee959fb"} 2023-01-22T06:45:41.450Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:41.480Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:41.481Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:45:41.481Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:45:41.482Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:41.483Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:45:41.261+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:45:39.988+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:45:41.483Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:41.483Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:45:41.492Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:45:41.492Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:45:41.493Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:41.493Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:45:41.493Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:45:41.493Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2486", X-B3-TraceId:"57bc62c2bbb90e39", X-B3-SpanId:"ac56d6c84e06640e", X-B3-ParentSpanId:"57bc62c2bbb90e39", X-B3-Sampled:"0", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3456ebad-a7d3-4137-be9b-1dae3c478a7f"] 2023-01-22T06:45:41.494Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"a9794d98-7921-44ef-a031-d62af30a5203\",\"modelType\":\"vfModule\",\"modelName\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"modelVersion\":\"1674369927364\",\"modelCustomizationUuid\":\"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\"modelVersionId\":\"626ed399-7e65-4bfd-b36d-fbf229c07977\",\"modelCustomizationId\":\"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\",\"modelUuid\":\"626ed399-7e65-4bfd-b36d-fbf229c07977\",\"modelInvariantUuid\":\"a9794d98-7921-44ef-a031-d62af30a5203\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\"vnfInstanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vfModuleInstanceId\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\"}","type":"String"},"requestId":{"value":"2657abc3-99f2-428f-a343-5e9d7ee959fb","type":"String"},"mso-request-id":{"value":"2657abc3-99f2-428f-a343-5e9d7ee959fb","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","type":"String"},"vfModuleId":{"value":"3c50d6e2-42fa-4015-88bb-c1c31438b143","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:45:41.494Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:42.512Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:42.513Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:45:42.513Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:45:42.514Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:45:41 GMT", X-ONAP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-TransactionID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ECOMP-RequestID:"2657abc3-99f2-428f-a343-5e9d7ee959fb", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3456ebad-a7d3-4137-be9b-1dae3c478a7f", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:42.514Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"2657abc3-99f2-428f-a343-5e9d7ee959fb\",\"instanceId\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\"}}","message":"Success","processInstanceID":"62cbaf03-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:45:42.514Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:42.515Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:45:42.519Z|2657abc3-99f2-428f-a343-5e9d7ee959fb|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:42.657Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:42.662Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:42.663Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:45:42.664Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:42.664Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:42.664Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:45:42.665Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e2115e983278abd9", X-B3-SpanId:"aa9fd91c7ee05ee7", X-B3-ParentSpanId:"e2115e983278abd9", X-B3-Sampled:"0", X-ONAP-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-TransactionID:"c455e245-62e6-4945-b923-08785ec2d163", X-ECOMP-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"41c38b5e-9039-4e01-8b11-6546a5ad4da6"] 2023-01-22T06:45:42.666Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:45:42.666Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:42.685Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:42.686Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:42.687Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:45:42.687Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:42.688Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:45:41.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:40.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:45:42.689Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:42.689Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:45:42.691Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:45:42.692Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:42.692Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:42.693Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:45:42.693Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:42.694Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e2115e983278abd9", X-B3-SpanId:"512afcbf9b8440d6", X-B3-ParentSpanId:"e2115e983278abd9", X-B3-Sampled:"0", X-ONAP-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-TransactionID:"c455e245-62e6-4945-b923-08785ec2d163", X-ECOMP-RequestID:"c455e245-62e6-4945-b923-08785ec2d163", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ba08b8e2-b59f-4b75-9b7e-8afd50fdbf77"] 2023-01-22T06:45:42.694Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:42.694Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:42.712Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:42.713Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:42.714Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:42.714Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:42.715Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:45:42.716Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:42.716Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:42.724Z|c455e245-62e6-4945-b923-08785ec2d163|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:44.224Z|d163117e-1854-41eb-ba6e-b41d12723898|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:44.225Z|d163117e-1854-41eb-ba6e-b41d12723898|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:44.286Z|6b4ca5ae-e5d6-4bcc-875c-d12f74673fe0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:44.287Z|6b4ca5ae-e5d6-4bcc-875c-d12f74673fe0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:44.934Z|f9de0bfe-758d-44f7-8a29-806a034e2b14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:44.935Z|f9de0bfe-758d-44f7-8a29-806a034e2b14|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:46.449Z|5769a23e-ec43-421b-bdc0-26802b28eab0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:45:46.449Z|5769a23e-ec43-421b-bdc0-26802b28eab0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:45:52.870Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:45:52.875Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:52.875Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:45:52.876Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:52.876Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:45:52.876Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:45:52.876Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f5e326df6af8d0ee", X-B3-SpanId:"afc2e75380a5ac2a", X-B3-ParentSpanId:"f5e326df6af8d0ee", X-B3-Sampled:"0", X-ONAP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-TransactionID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ECOMP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1770fe69-ccd6-4821-a44b-df42d2811e2e"] 2023-01-22T06:45:52.877Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:45:52.877Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:52.901Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:52.902Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:52.902Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:45:52.903Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:52.905Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:45:41.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:47.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:45:52.906Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:52.906Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:45:52.908Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:45:52.909Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:45:52.909Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:52.910Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:45:52.910Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:45:52.910Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f5e326df6af8d0ee", X-B3-SpanId:"6fb2993fc28315eb", X-B3-ParentSpanId:"f5e326df6af8d0ee", X-B3-Sampled:"0", X-ONAP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-TransactionID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ECOMP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e215bff9-8d2c-44a8-b741-0800eb6fe7ea"] 2023-01-22T06:45:52.911Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:45:52.911Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:52.925Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:52.926Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:52.926Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:45:52.926Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:45:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:52.928Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:45:52.928Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:52.928Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:45:52.960Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:52.961Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:52.961Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:52.961Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:45:52.961Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:52.962Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-TransactionID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ECOMP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ba30b283-92df-4b30-b2e3-05f64642310d"] 2023-01-22T06:45:52.962Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:52.962Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:53.085Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:53.086Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:53.086Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:53.086Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=177AB28F686B897E3702022A8C6DE857; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:45:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:53.086Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"65389097-9a20-11ed-a5de-4aba38362a44","businessKey":"2657abc3-99f2-428f-a343-5e9d7ee959fb","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:45:44.619+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"62cbaf03-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"653709b4-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:45:53.087Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:53.087Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:53.110Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:53.110Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:45:53.110Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:45:53.111Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:45:53.111Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:45:53.111Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-TransactionID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ECOMP-RequestID:"c2e8cfe7-de78-4e92-b992-0b1d102dd150", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c3372cd0-f6fa-46c7-8803-a542840a065d"] 2023-01-22T06:45:53.111Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:45:53.112Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:45:53.227Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:45:53.228Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:45:53.228Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:45:53.229Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=16985E5BB8CEFD62E793542C5716C959; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:45:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:45:53.229Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:67827fbf-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"65389097-9a20-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"65389097-9a20-11ed-a5de-4aba38362a44","executionId":"65389097-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:45:48.459+0000","endTime":"2023-01-22T06:45:48.463+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"62cbaf03-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:45:53.229Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:45:53.229Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:45:53.233Z|c2e8cfe7-de78-4e92-b992-0b1d102dd150|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:45:54.250Z|704c1121-c8d2-49dc-9694-7ec7b0e6f1b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:54.252Z|704c1121-c8d2-49dc-9694-7ec7b0e6f1b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:54.311Z|c59eb9af-d547-4f71-a82b-805df4214d1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:54.313Z|c59eb9af-d547-4f71-a82b-805df4214d1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:54.957Z|292d280c-86ea-4309-965c-da5856027490|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:45:54.957Z|292d280c-86ea-4309-965c-da5856027490|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:45:59.842Z|0dee756e-11e9-4a51-93c2-5694848bb8b6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:45:59.844Z|0dee756e-11e9-4a51-93c2-5694848bb8b6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:01.449Z|f41e02d8-16f8-43e1-bd50-7525e027e59f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:01.449Z|f41e02d8-16f8-43e1-bd50-7525e027e59f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:01.851Z|da98b996-cb21-4ad5-9e50-244ef20ad1f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:01.852Z|da98b996-cb21-4ad5-9e50-244ef20ad1f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:03.373Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:03.380Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:03.380Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:03.381Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:03.381Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:03.381Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:03.381Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"007812f65e57904d", X-B3-SpanId:"eded340e7229a88a", X-B3-ParentSpanId:"007812f65e57904d", X-B3-Sampled:"0", X-ONAP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-TransactionID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ECOMP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ec7e1f36-8bf0-4131-b19b-6e3eafb6c530"] 2023-01-22T06:46:03.381Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:03.382Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:03.403Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:03.404Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:03.404Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:03.405Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:03.406Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:45:41.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:45:47.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:03.406Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:03.406Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:03.408Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:03.408Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:03.409Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:03.409Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:03.409Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:03.409Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"007812f65e57904d", X-B3-SpanId:"361b5c627ee55988", X-B3-ParentSpanId:"007812f65e57904d", X-B3-Sampled:"0", X-ONAP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-TransactionID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ECOMP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b9e0279-ac61-46e6-9097-9e62d92bad00"] 2023-01-22T06:46:03.410Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:03.410Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:03.424Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:03.425Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:03.425Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:03.426Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:03.426Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:03.427Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:03.427Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:03.453Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:46:03.453Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:46:03.454Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:03.454Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:46:03.454Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:46:03.455Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-TransactionID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ECOMP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d465d192-f5db-4c65-8c8a-a53f141189f6"] 2023-01-22T06:46:03.455Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:46:03.455Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:03.573Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:03.574Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:03.574Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:46:03.575Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=70CB17AA89EB69855B02789A40216A9A; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:46:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:03.575Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"65389097-9a20-11ed-a5de-4aba38362a44","businessKey":"2657abc3-99f2-428f-a343-5e9d7ee959fb","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:45:44.619+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"62cbaf03-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"653709b4-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:46:03.576Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:03.576Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2657abc3-99f2-428f-a343-5e9d7ee959fb&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:46:03.605Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:46:03.606Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:46:03.606Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:03.606Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:46:03.607Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:46:03.607Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-TransactionID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ECOMP-RequestID:"cbf85a95-a10c-4b11-938f-504f0dd30b03", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6320fb06-fb4a-4f1a-93fe-e32142914050"] 2023-01-22T06:46:03.608Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:46:03.608Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:03.733Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:03.734Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:03.734Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:46:03.735Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=9E0CEB30D2F579360A84DDF82BC18C80; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 06:46:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:03.736Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:67827fbf-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"65389097-9a20-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"65389097-9a20-11ed-a5de-4aba38362a44","executionId":"65389097-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:45:48.459+0000","endTime":"2023-01-22T06:45:48.463+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"62cbaf03-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:46:03.736Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:03.736Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=65389097-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:46:03.741Z|cbf85a95-a10c-4b11-938f-504f0dd30b03|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:04.276Z|7d526d08-012f-40d4-a989-e16e5152afbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:04.277Z|7d526d08-012f-40d4-a989-e16e5152afbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:04.336Z|9df97e23-fa19-4bc6-90e6-a7992f17d468|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:04.336Z|9df97e23-fa19-4bc6-90e6-a7992f17d468|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:04.978Z|485bfa12-2fdd-486a-8534-df55210c7ba1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:04.978Z|485bfa12-2fdd-486a-8534-df55210c7ba1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:13.876Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:13.884Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:13.885Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:13.885Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:13.885Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:13.886Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:13.886Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5cbd63e9ebcaaf97", X-B3-SpanId:"ebc0a8c6bcde8777", X-B3-ParentSpanId:"5cbd63e9ebcaaf97", X-B3-Sampled:"0", X-ONAP-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-TransactionID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-ECOMP-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"309f78e5-0b1c-4a5a-805d-e0770d2ffedd"] 2023-01-22T06:46:13.887Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:13.887Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:13.912Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:13.913Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:13.913Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:13.913Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:13.914Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:45:41.000+00:00", "endTime" : "2023-01-22T06:46:11.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:11.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:13.914Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:13.914Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:13.916Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:13.917Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:13.917Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:13.917Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:13.917Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:13.918Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5cbd63e9ebcaaf97", X-B3-SpanId:"81e32e6dc51876e9", X-B3-ParentSpanId:"5cbd63e9ebcaaf97", X-B3-Sampled:"0", X-ONAP-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-TransactionID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-ECOMP-RequestID:"c7b3b98a-fe93-456b-b4f9-a28a7caade1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d7eb1d71-deb4-4740-9ec3-6b948ac12298"] 2023-01-22T06:46:13.918Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:13.918Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:13.933Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:13.934Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:13.934Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:13.935Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:13.935Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:13.936Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:13.936Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:13.949Z|c7b3b98a-fe93-456b-b4f9-a28a7caade1b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:14.080Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:14.086Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.086Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:14.087Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.087Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.088Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:14.088Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"04861f0ca0de7ad0", X-B3-SpanId:"d781504cadedccbe", X-B3-ParentSpanId:"04861f0ca0de7ad0", X-B3-Sampled:"0", X-ONAP-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-TransactionID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-ECOMP-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7d6ac791-ba41-44a1-9772-d53788585246"] 2023-01-22T06:46:14.088Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:14.089Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.109Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.110Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.110Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:14.111Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.112Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:45:41.000+00:00", "endTime" : "2023-01-22T06:46:11.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:11.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:14.112Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.112Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:14.114Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.114Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:14.114Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.115Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.115Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:14.115Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"04861f0ca0de7ad0", X-B3-SpanId:"1e0b480757a7c7d6", X-B3-ParentSpanId:"04861f0ca0de7ad0", X-B3-Sampled:"0", X-ONAP-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-TransactionID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-ECOMP-RequestID:"5129f31f-1e48-44e8-b3a3-293bdeda854c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"526d2f8b-9a22-482d-9237-d64a222247ca"] 2023-01-22T06:46:14.115Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:14.116Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.132Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.132Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.133Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:14.134Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.134Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:14.134Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.135Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:14.147Z|5129f31f-1e48-44e8-b3a3-293bdeda854c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:14.275Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:14.280Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.280Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:14.281Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.281Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.281Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:14.282Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5bae7dcc0d644514", X-B3-SpanId:"37277c0d6bf7a83c", X-B3-ParentSpanId:"5bae7dcc0d644514", X-B3-Sampled:"0", X-ONAP-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-TransactionID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-ECOMP-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"69539961-c4a2-4469-b2de-6ec87b5d120f"] 2023-01-22T06:46:14.282Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:14.283Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.298Z|e71d9886-1489-41bc-ade4-7b6fd3e46dcf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:14.299Z|e71d9886-1489-41bc-ade4-7b6fd3e46dcf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:14.302Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.303Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.303Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:14.304Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.304Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:45:41.000+00:00", "endTime" : "2023-01-22T06:46:11.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:11.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:14.305Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.305Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:14.307Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.307Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:14.308Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.308Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.308Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:14.309Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5bae7dcc0d644514", X-B3-SpanId:"de3eeb6946555dfd", X-B3-ParentSpanId:"5bae7dcc0d644514", X-B3-Sampled:"0", X-ONAP-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-TransactionID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-ECOMP-RequestID:"1b648afa-4d01-489e-831c-cecf45c79a05", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8cefaae5-2de8-4254-abaf-1c32d778561e"] 2023-01-22T06:46:14.309Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:14.309Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.324Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.324Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.325Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:14.325Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.326Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:14.326Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.327Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:14.335Z|1b648afa-4d01-489e-831c-cecf45c79a05|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:14.359Z|39a87486-2e8b-4a49-a059-96320f158771|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:14.360Z|39a87486-2e8b-4a49-a059-96320f158771|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:14.475Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:14.482Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.483Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:14.483Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.484Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.484Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:14.485Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"000e7ad8b367c816", X-B3-SpanId:"f91b223fcc3fb584", X-B3-ParentSpanId:"000e7ad8b367c816", X-B3-Sampled:"0", X-ONAP-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-TransactionID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-ECOMP-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7b8fd93f-6312-4ecc-b7ec-2a39fabba1ef"] 2023-01-22T06:46:14.485Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:14.486Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.504Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.506Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.506Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:14.507Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.508Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:45:41.000+00:00", "endTime" : "2023-01-22T06:46:11.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:11.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:14.508Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.509Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:14.511Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.511Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:14.512Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.512Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.513Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:14.513Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"000e7ad8b367c816", X-B3-SpanId:"9357cef2054bc28e", X-B3-ParentSpanId:"000e7ad8b367c816", X-B3-Sampled:"0", X-ONAP-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-TransactionID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-ECOMP-RequestID:"63ad3be7-0e36-4714-8fc8-a12e079390ea", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ed7bb0ee-9227-456f-9607-8fed2109b54e"] 2023-01-22T06:46:14.514Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:14.515Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.529Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.530Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.530Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:14.531Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.531Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:14.532Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.532Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:14.539Z|63ad3be7-0e36-4714-8fc8-a12e079390ea|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:14.664Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:14.668Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.669Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||Invoke 2023-01-22T06:46:14.670Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.670Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb 2023-01-22T06:46:14.670Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Method : GET 2023-01-22T06:46:14.671Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0ef7518a8a337efc", X-B3-SpanId:"68d7bcc7570bf8b0", X-B3-ParentSpanId:"0ef7518a8a337efc", X-B3-Sampled:"0", X-ONAP-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-TransactionID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-ECOMP-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a924c96e-b500-4294-87c0-f1d02c006173"] 2023-01-22T06:46:14.671Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Request body: 2023-01-22T06:46:14.672Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.693Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.694Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.695Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Status text : 2023-01-22T06:46:14.695Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.696Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||Response body: { "requestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:45:41.000+00:00", "endTime" : "2023-01-22T06:46:11.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfType" : "", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a9794d98-7921-44ef-a031-d62af30a5203\",\n \"modelVersionId\": \"626ed399-7e65-4bfd-b36d-fbf229c07977\",\n \"modelName\": \"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\n \"modelVersion\": \"1674369927364\",\n \"modelCustomizationId\": \"fb5b2ea1-2b26-45b5-aaa7-d67d9e0b13e6\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:11.000+00:00", "vfModuleId" : "3c50d6e2-42fa-4015-88bb-c1c31438b143", "vfModuleName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "vfModuleModelName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vfModules/3c50d6e2-42fa-4015-88bb-c1c31438b143", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb" } } } 2023-01-22T06:46:14.697Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.698Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2657abc3-99f2-428f-a343-5e9d7ee959fb|INFO|500||InvokeReturn 2023-01-22T06:46:14.700Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.700Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:14.701Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:14.701Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false 2023-01-22T06:46:14.702Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:14.702Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0ef7518a8a337efc", X-B3-SpanId:"5dd86b37a5f7f92f", X-B3-ParentSpanId:"0ef7518a8a337efc", X-B3-Sampled:"0", X-ONAP-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-TransactionID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-ECOMP-RequestID:"81cce9af-d5b1-4f3e-8731-8a138c0ff475", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0bcfcdf4-ad6c-4d71-9918-43817534e1d6"] 2023-01-22T06:46:14.703Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:14.703Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:14.718Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:14.719Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:14.720Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:14.720Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:14.721Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 41, "soRequestId" : "2657abc3-99f2-428f-a343-5e9d7ee959fb", "groupingId" : "38b91ae2-b6b6-4dbc-9dfc-adae54af0de6", "name" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef/38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"updated_time\":1674369949000,\"creation_time\":1674369825000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"571c69696f6c4c72834e84cf2f70b2d0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"38b91ae2-b6b6-4dbc-9dfc-adae54af0de6\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef\",\"vnf_name\":\"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0\",\"vnf_id\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\",\"vf_module_id\":\"3c50d6e2-42fa-4015-88bb-c1c31438b143\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T06:45:49.000+00:00", "isDataInternal" : false } ] 2023-01-22T06:46:14.721Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:14.722Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2657abc3-99f2-428f-a343-5e9d7ee959fb&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:14.729Z|81cce9af-d5b1-4f3e-8731-8a138c0ff475|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2657abc3-99f2-428f-a343-5e9d7ee959fb|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:15.001Z|01982812-dbe9-475e-9164-029d745da112|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:15.002Z|01982812-dbe9-475e-9164-029d745da112|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:15.800Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:15.802Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||Checking if requestId: a4103db2-e15c-4179-9533-28e883e6727f already exists in requestDb InfraActiveRequests table 2023-01-22T06:46:15.802Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:15.803Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:15.803Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:15.803Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:15.803Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:15.803Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2dfacce3962b9266", X-B3-SpanId:"80e0883322af2a98", X-B3-ParentSpanId:"2dfacce3962b9266", X-B3-Sampled:"0", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a145ab22-0286-4845-abd6-8c2e43db617b"] 2023-01-22T06:46:15.804Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:15.804Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:15.821Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:15.822Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:46:15.822Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:15.822Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:46:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:15.823Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: 2023-01-22T06:46:15.824Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:15.824Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:15.832Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:46:15.840Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:15.868Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:46:15.869Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups|INFO|500||Invoke 2023-01-22T06:46:15.923Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:15.924Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:46:15 GMT], content-length=[408], x-aai-txid=[1-aai-resources-230122-06:46:15:826-5633], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:15.924Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups","Node Not Found:No Node of type volume-group found at: network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups","ERR.5.4.6114"]}}} 2023-01-22T06:46:15.927Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/related-to/volume-groups 2023-01-22T06:46:15.927Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||No VolumeGroups attached to Vnf in AAI : 0c06ffc4-634b-4e0e-9b65-9899f44f6e7a 2023-01-22T06:46:15.932Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:15.957Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:46:15.958Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules|INFO|500||Invoke 2023-01-22T06:46:16.005Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:16.005Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:46:15 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:46:15:913-75457], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:16.006Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules","Node Not Found:No Node of type vf-module found at: network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules","ERR.5.4.6114"]}}} 2023-01-22T06:46:16.009Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a/vf-modules 2023-01-22T06:46:16.009Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||No VfModules attached to Vnf in AAI : 0c06ffc4-634b-4e0e-9b65-9899f44f6e7a 2023-01-22T06:46:16.012Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:16.041Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:46:16.042Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:46:16.100Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:46:16.101Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:46:15 GMT], content-length=[1054], vertex-id=[401600], x-aai-txid=[2-aai-resources-230122-06:46:15:998-18165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:16.101Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369801468","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:46:16.103Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:46:16.103Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:46:16.104Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:46:16.105Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:46:16.105Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:16.105Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:46:16.106Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:46:16.106Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"174", X-B3-TraceId:"2dfacce3962b9266", X-B3-SpanId:"107375e1c1a02176", X-B3-ParentSpanId:"2dfacce3962b9266", X-B3-Sampled:"0", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a51a5684-bb7d-4e69-b217-5e75442a0e6d"] 2023-01-22T06:46:16.106Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d"},"instanceName":null,"requestScope":"vnf"} 2023-01-22T06:46:16.107Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:16.133Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:16.134Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:16.134Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:46:16.134Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:46:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:16.135Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:46:16.135Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:16.136Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:46:16.137Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:46:16.137Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:46:16.137Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:16.138Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:46:16.138Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:46:16.138Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"90a00bc3-4697-420d-8913-6dd78080ef65"] 2023-01-22T06:46:16.139Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:46:16.139Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:16.167Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:16.168Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:16.168Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:46:16.168Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:16.169Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Response body: { "id" : 10036, "nfRole" : "GR-API-DEFAULT", "paramXsd" : null, "vfModuleId" : null, "action" : "deleteInstance", "description" : "Gr api recipe to delete vnf", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1", "serviceType" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10036" }, "vnfRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10036" } } } 2023-01-22T06:46:16.170Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:16.170Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:46:16.173Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:46:16.173Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:46:16.174Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:16.174Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:46:16.174Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:46:16.174Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1594", X-B3-TraceId:"2dfacce3962b9266", X-B3-SpanId:"486b7b3ecc6e1baa", X-B3-ParentSpanId:"2dfacce3962b9266", X-B3-Sampled:"0", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"813e64a9-f2dc-4c3b-8acb-f0642e9b0161"] 2023-01-22T06:46:16.175Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"a4103db2-e15c-4179-9533-28e883e6727f","requestStatus":"IN_PROGRESS","startTime":1674369976009,"source":"VID","vnfId":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","requestScope":"vnf","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"a4103db2-e15c-4179-9533-28e883e6727f"} 2023-01-22T06:46:16.175Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:16.201Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:16.201Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:46:16.202Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:46:16.202Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:14 GMT", Connection:"close"] 2023-01-22T06:46:16.203Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:46:16.009+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:46:14.708+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:16.204Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:16.204Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:46:16.213Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:46:16.214Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:46:16.214Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:16.214Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:46:16.215Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:46:16.215Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2367", X-B3-TraceId:"2dfacce3962b9266", X-B3-SpanId:"86f6c66905935a43", X-B3-ParentSpanId:"2dfacce3962b9266", X-B3-Sampled:"0", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2d12cf1d-e6a7-48db-ae7c-fc513dc803fd"] 2023-01-22T06:46:16.216Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelVersionId\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelCustomizationId\":\"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\"modelUuid\":\"8766e9fe-2e14-43d3-837c-a735fda43908\",\"modelInvariantUuid\":\"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\"modelInstanceName\":\"basic_vm 0\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\",\"vnfInstanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\"}","type":"String"},"requestId":{"value":"a4103db2-e15c-4179-9533-28e883e6727f","type":"String"},"mso-request-id":{"value":"a4103db2-e15c-4179-9533-28e883e6727f","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:46:16.216Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:16.449Z|a2723acd-e8fd-4e3a-aa37-3ccde58334c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:16.451Z|a2723acd-e8fd-4e3a-aa37-3ccde58334c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:17.230Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:17.231Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:46:17.232Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:46:17.233Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:46:16 GMT", X-ONAP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-TransactionID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ECOMP-RequestID:"a4103db2-e15c-4179-9533-28e883e6727f", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"2d12cf1d-e6a7-48db-ae7c-fc513dc803fd", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:17.235Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"a4103db2-e15c-4179-9533-28e883e6727f\",\"instanceId\":\"0c06ffc4-634b-4e0e-9b65-9899f44f6e7a\"}}","message":"Success","processInstanceID":"777cc5ae-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:46:17.235Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:17.236Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:46:17.240Z|a4103db2-e15c-4179-9533-28e883e6727f|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:17.372Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:17.379Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:17.379Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:17.380Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:17.380Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:17.380Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:17.380Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2711a2f7957e74f7", X-B3-SpanId:"74590ed62003c45c", X-B3-ParentSpanId:"2711a2f7957e74f7", X-B3-Sampled:"0", X-ONAP-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-TransactionID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-ECOMP-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7e349a88-563c-4651-9ad7-3becf02afcc2"] 2023-01-22T06:46:17.380Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:17.381Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:17.405Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:17.406Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:17.406Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:17.407Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:17.409Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:46:16.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:15.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:17.409Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:17.409Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:17.412Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:17.412Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:17.413Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:17.413Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:17.413Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:17.414Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2711a2f7957e74f7", X-B3-SpanId:"37c41c2517a82605", X-B3-ParentSpanId:"2711a2f7957e74f7", X-B3-Sampled:"0", X-ONAP-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-TransactionID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-ECOMP-RequestID:"18bf9f7e-91c2-4763-95ff-c23af632b627", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ec802f74-087e-4ffa-9683-0fe8a868bcce"] 2023-01-22T06:46:17.414Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:17.414Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:17.428Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:17.429Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:17.430Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:17.430Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:17.431Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:17.431Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:17.432Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:17.440Z|18bf9f7e-91c2-4763-95ff-c23af632b627|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:24.322Z|35e7f059-9907-42a3-8770-948a15dc869c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:24.323Z|35e7f059-9907-42a3-8770-948a15dc869c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:24.384Z|403c1af1-63c4-40a6-8624-620ae84423a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:24.385Z|403c1af1-63c4-40a6-8624-620ae84423a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:25.023Z|94c1237b-e405-4674-927f-eaad89b53f1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:25.024Z|94c1237b-e405-4674-927f-eaad89b53f1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:27.568Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:27.573Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.574Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:27.574Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.574Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.575Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:27.575Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21a9126b9034bf11", X-B3-SpanId:"9c8a1c2ed92bf349", X-B3-ParentSpanId:"21a9126b9034bf11", X-B3-Sampled:"0", X-ONAP-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-TransactionID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-ECOMP-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4d285708-0fa2-4f4a-aac0-0aa1c2826a65"] 2023-01-22T06:46:27.575Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:27.576Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.599Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.599Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.600Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:27.600Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.601Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:16.000+00:00", "endTime" : "2023-01-22T06:46:19.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:27.602Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.602Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:27.604Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.604Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:27.604Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.604Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.605Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:27.605Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21a9126b9034bf11", X-B3-SpanId:"ef8ba3da453d9329", X-B3-ParentSpanId:"21a9126b9034bf11", X-B3-Sampled:"0", X-ONAP-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-TransactionID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-ECOMP-RequestID:"4325c619-f149-4b5d-82f9-53e3da6555aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89ae8c2b-11d2-4273-ace9-c7cf0682f48e"] 2023-01-22T06:46:27.605Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:27.606Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.621Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.622Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.622Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:27.622Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.623Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:27.624Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.624Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:27.631Z|4325c619-f149-4b5d-82f9-53e3da6555aa|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:27.748Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:27.754Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.754Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:27.754Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.755Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.755Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:27.755Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d34fc7d375365fcb", X-B3-SpanId:"869d2d55e1db55e8", X-B3-ParentSpanId:"d34fc7d375365fcb", X-B3-Sampled:"0", X-ONAP-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-TransactionID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-ECOMP-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f5e62a3c-c642-4a13-91bc-a39842d6cc05"] 2023-01-22T06:46:27.756Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:27.756Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.773Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.774Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.774Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:27.774Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.775Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:16.000+00:00", "endTime" : "2023-01-22T06:46:19.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:27.775Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.776Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:27.777Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.777Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:27.778Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.778Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.778Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:27.778Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d34fc7d375365fcb", X-B3-SpanId:"78a6248d18e95f97", X-B3-ParentSpanId:"d34fc7d375365fcb", X-B3-Sampled:"0", X-ONAP-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-TransactionID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-ECOMP-RequestID:"35e60584-d378-488c-9bd1-b4456a22ee1c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c887e72b-8b72-42ef-8a5b-8740c65bb52a"] 2023-01-22T06:46:27.778Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:27.779Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.807Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.808Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.808Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:27.808Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.810Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:27.811Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.811Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:27.818Z|35e60584-d378-488c-9bd1-b4456a22ee1c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:27.933Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:27.937Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.937Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:27.937Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.938Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:27.938Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:27.938Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"17683074dd18e79b", X-B3-SpanId:"3558fd8a9d80a768", X-B3-ParentSpanId:"17683074dd18e79b", X-B3-Sampled:"0", X-ONAP-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-TransactionID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-ECOMP-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"307c7815-2b04-403b-abb9-7709db94d3ae"] 2023-01-22T06:46:27.938Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:27.939Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.956Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.957Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.957Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:27.957Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.958Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:16.000+00:00", "endTime" : "2023-01-22T06:46:19.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:27.959Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.959Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:27.961Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.962Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:27.962Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:27.962Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:27.962Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:27.963Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"17683074dd18e79b", X-B3-SpanId:"2ffd6cef079fc471", X-B3-ParentSpanId:"17683074dd18e79b", X-B3-Sampled:"0", X-ONAP-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-TransactionID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-ECOMP-RequestID:"84751ae2-62c0-4274-85f7-f2c1afcdf73f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"521fb790-5041-4d39-83f7-0e97da431665"] 2023-01-22T06:46:27.963Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:27.963Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:27.976Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:27.976Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:27.976Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:27.977Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:27.977Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:27.977Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:27.978Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:27.984Z|84751ae2-62c0-4274-85f7-f2c1afcdf73f|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:28.111Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:28.114Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:28.115Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:28.115Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:28.116Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:28.116Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:28.117Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"68156ba587500a0d", X-B3-SpanId:"458259206da0d7d8", X-B3-ParentSpanId:"68156ba587500a0d", X-B3-Sampled:"0", X-ONAP-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-TransactionID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-ECOMP-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d03eca81-96dc-4f1b-b161-4114c3b8ab6f"] 2023-01-22T06:46:28.117Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:28.117Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:28.133Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:28.134Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:28.134Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:28.135Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:28.135Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:16.000+00:00", "endTime" : "2023-01-22T06:46:19.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:28.136Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:28.136Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:28.138Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:28.138Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:28.138Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:28.139Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:28.139Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:28.140Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"68156ba587500a0d", X-B3-SpanId:"13bb63a96a89c4b5", X-B3-ParentSpanId:"68156ba587500a0d", X-B3-Sampled:"0", X-ONAP-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-TransactionID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-ECOMP-RequestID:"63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"925a7ee1-1c9a-402d-a80c-e4367ebff9bf"] 2023-01-22T06:46:28.140Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:28.140Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:28.153Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:28.153Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:28.154Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:28.154Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:28.155Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:28.156Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:28.156Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:28.162Z|63cb1b4d-6d39-4b93-8b95-e1bbbb3ef96d|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:28.288Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:28.292Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:28.293Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||Invoke 2023-01-22T06:46:28.293Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:28.294Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f 2023-01-22T06:46:28.294Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Method : GET 2023-01-22T06:46:28.295Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ce20b20157b03a29", X-B3-SpanId:"5ed389a454610e05", X-B3-ParentSpanId:"ce20b20157b03a29", X-B3-Sampled:"0", X-ONAP-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-TransactionID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-ECOMP-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"69214bd8-a0b4-4bb7-b899-91b4d6a2925e"] 2023-01-22T06:46:28.295Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Request body: 2023-01-22T06:46:28.296Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:28.313Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:28.314Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:28.314Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Status text : 2023-01-22T06:46:28.315Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:28.316Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||Response body: { "requestId" : "a4103db2-e15c-4179-9533-28e883e6727f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:16.000+00:00", "endTime" : "2023-01-22T06:46:19.000+00:00", "source" : "VID", "vnfId" : "0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "vnfName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef_vnf_0", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"d424f3ce-2fdc-4144-bfdb-1d6b91ac789d\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"8766e9fe-2e14-43d3-837c-a735fda43908\",\n \"modelCustomizationId\": \"183a4e9f-0f1f-450c-aebb-0ca8c9e2f39d\",\n \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/vnfs/0c06ffc4-634b-4e0e-9b65-9899f44f6e7a", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "a4103db2-e15c-4179-9533-28e883e6727f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f" } } } 2023-01-22T06:46:28.316Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:28.317Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a4103db2-e15c-4179-9533-28e883e6727f|INFO|500||InvokeReturn 2023-01-22T06:46:28.319Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:28.320Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:28.320Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:28.320Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false 2023-01-22T06:46:28.321Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:28.321Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ce20b20157b03a29", X-B3-SpanId:"febe22d6c8c14abd", X-B3-ParentSpanId:"ce20b20157b03a29", X-B3-Sampled:"0", X-ONAP-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-TransactionID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-ECOMP-RequestID:"32a9e127-c54f-4658-9b0d-964c95a20b70", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0b08be98-d216-47bf-b117-db6143dc7a46"] 2023-01-22T06:46:28.321Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:28.321Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:28.336Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:28.336Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:28.337Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:28.337Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:28.338Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:28.338Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:28.339Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a4103db2-e15c-4179-9533-28e883e6727f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:28.347Z|32a9e127-c54f-4658-9b0d-964c95a20b70|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a4103db2-e15c-4179-9533-28e883e6727f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:29.280Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:29.282Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||Checking if requestId: 099d74bb-e4a0-4c9b-9893-606967e6b58a already exists in requestDb InfraActiveRequests table 2023-01-22T06:46:29.283Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:29.284Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:29.284Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:29.284Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:29.285Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:29.285Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2744f02bab42b483", X-B3-SpanId:"31582c4cd3252f0d", X-B3-ParentSpanId:"2744f02bab42b483", X-B3-Sampled:"0", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f25c2889-e87b-4766-a1dc-6cac17e86563"] 2023-01-22T06:46:29.285Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:29.285Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:29.308Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:29.309Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:46:29.310Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:29.310Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:46:27 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:29.310Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: 2023-01-22T06:46:29.311Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:29.311Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:29.318Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:46:29.325Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.358Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:46:29.359Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||Invoke 2023-01-22T06:46:29.415Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:46:29.415Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[246], vertex-id=[442616], x-aai-txid=[0-aai-resources-230122-06:46:29:321-54001], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.416Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d"}]} 2023-01-22T06:46:29.422Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.452Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:46:29.453Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[a2494718-1d3e-418c-88ff-f9b2b5dbbe06], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.508Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[603], x-aai-txid=[1-aai-resources-230122-06:46:29:413-74046], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.509Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs","Node Not Found:No Node of type generic-vnf found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs","ERR.5.4.6114"]}}} 2023-01-22T06:46:29.509Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:29.511Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count 2023-01-22T06:46:29.516Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.542Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||Invoke 2023-01-22T06:46:29.543Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[9c96fd1b-d7ef-47e5-a5d0-ac15940c2374], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.581Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[246], vertex-id=[442616], x-aai-txid=[0-aai-resources-230122-06:46:29:492-71335], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.583Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d"}]} 2023-01-22T06:46:29.583Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:46:29.589Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.615Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:46:29.616Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[c5c233df-9539-4681-a4fd-d4f6b59c2324], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.661Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[600], x-aai-txid=[0-aai-resources-230122-06:46:29:567-21428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.687Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks","Node Not Found:No Node of type l3-network found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks","ERR.5.4.6114"]}}} 2023-01-22T06:46:29.688Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:29.710Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count 2023-01-22T06:46:29.733Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.770Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||Invoke 2023-01-22T06:46:29.771Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[baf972f3-db69-4f99-8c15-f3957f5344c0], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.816Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[246], vertex-id=[442616], x-aai-txid=[1-aai-resources-230122-06:46:29:720-10088], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.827Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d"}]} 2023-01-22T06:46:29.828Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:46:29.833Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.855Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:46:29.856Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[851b999d-f81c-4791-b317-8f43d2ba00a4], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.902Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[609], x-aai-txid=[1-aai-resources-230122-06:46:29:806-78652], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.903Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations","Node Not Found:No Node of type configuration found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations","ERR.5.4.6114"]}}} 2023-01-22T06:46:29.904Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:46:29.906Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/3cccae3a-d756-4d7f-b807-21dcf9f61d7d/related-to/configurations?resultIndex=0&resultSize=1&format=count 2023-01-22T06:46:29.909Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:46:29.932Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T06:46:29.933Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[e3693354-e412-4b53-82a5-2f83369e5791], X-ECOMP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a], X-TransactionId=[], X-ONAP-RequestID=[099d74bb-e4a0-4c9b-9893-606967e6b58a]} 2023-01-22T06:46:29.985Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:46:29 GMT], content-length=[604], vertex-id=[401600], x-aai-txid=[2-aai-resources-230122-06:46:29:889-97964], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:46:29.986Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674369980288","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2023-01-22T06:46:29.987Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T06:46:29.988Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:46:29.988Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:46:29.990Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:46:29.990Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:46:29.990Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:29.991Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:46:29.991Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:46:29.991Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"2744f02bab42b483", X-B3-SpanId:"d9618dd743de308c", X-B3-ParentSpanId:"2744f02bab42b483", X-B3-Sampled:"0", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0e67368c-3304-4b10-af13-e4bdec476eca"] 2023-01-22T06:46:29.991Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d"},"instanceName":null,"requestScope":"service"} 2023-01-22T06:46:29.992Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:30.011Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:30.012Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:30.012Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:46:30.013Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:46:27 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:30.013Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:46:30.013Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:30.014Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:46:30.014Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:46:30.015Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:46:30.015Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:30.015Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:46:30.015Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:46:30.016Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"74d2e262-3cf9-42a4-a79d-15f9162d4fd0"] 2023-01-22T06:46:30.016Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:46:30.016Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:30.044Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:30.045Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:30.045Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:46:30.046Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:30.046Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:46:30.046Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:30.047Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:46:30.050Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:46:30.050Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:46:30.051Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:30.051Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:46:30.051Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:46:30.051Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5e179c83-a576-4ed6-8eb5-4931efceb8de"] 2023-01-22T06:46:30.052Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:46:30.052Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:30.071Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:30.072Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:30.072Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:46:30.072Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:30.074Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T06:46:30.075Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:30.075Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:46:30.078Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:46:30.079Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:46:30.079Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:30.079Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:46:30.080Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:46:30.080Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6cb1dcaa-b621-46c7-9f6b-673ef913686b"] 2023-01-22T06:46:30.080Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:46:30.081Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:30.099Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:30.100Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:30.100Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:46:30.100Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:30.101Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:46:30.102Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:30.102Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:46:30.106Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:46:30.107Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:46:30.107Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:30.107Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:46:30.108Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:46:30.108Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1381", X-B3-TraceId:"2744f02bab42b483", X-B3-SpanId:"1e1dd1d21f265130", X-B3-ParentSpanId:"2744f02bab42b483", X-B3-Sampled:"0", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b5e4bd35-f26e-4771-8ace-adb474a526c8"] 2023-01-22T06:46:30.108Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"099d74bb-e4a0-4c9b-9893-606967e6b58a","requestStatus":"IN_PROGRESS","startTime":1674369989906,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"099d74bb-e4a0-4c9b-9893-606967e6b58a"} 2023-01-22T06:46:30.109Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:30.130Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:30.131Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:46:30.131Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:46:30.133Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:27 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:30.133Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:46:29.906+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:46:28.639+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:30.134Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:30.134Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:46:30.140Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:46:30.141Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:46:30.141Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:30.141Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:46:30.141Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:46:30.141Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2021", X-B3-TraceId:"2744f02bab42b483", X-B3-SpanId:"608e042ff48c1048", X-B3-ParentSpanId:"2744f02bab42b483", X-B3-Sampled:"0", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8751949c-b46e-42bd-a5d8-81b7e3da895a"] 2023-01-22T06:46:30.142Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelUuid\":\"10d7a903-d624-4d39-83f3-1abb37e55b77\",\"modelInvariantUuid\":\"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\"}","type":"String"},"requestId":{"value":"099d74bb-e4a0-4c9b-9893-606967e6b58a","type":"String"},"mso-request-id":{"value":"099d74bb-e4a0-4c9b-9893-606967e6b58a","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:46:30.142Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:31.154Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:31.155Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:46:31.156Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:46:31.156Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:46:30 GMT", X-ONAP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-TransactionID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ECOMP-RequestID:"099d74bb-e4a0-4c9b-9893-606967e6b58a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"8751949c-b46e-42bd-a5d8-81b7e3da895a", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:31.157Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"099d74bb-e4a0-4c9b-9893-606967e6b58a\",\"instanceId\":\"3cccae3a-d756-4d7f-b807-21dcf9f61d7d\"}}","message":"Success","processInstanceID":"7fca2aa6-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:46:31.157Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:31.158Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:46:31.161Z|099d74bb-e4a0-4c9b-9893-606967e6b58a|http-nio-8080-exec-3|onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:31.288Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:31.293Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:31.293Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:31.294Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:31.294Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:31.294Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:31.294Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d11dfd2f4999a1a4", X-B3-SpanId:"26fb6e84d383cb3e", X-B3-ParentSpanId:"d11dfd2f4999a1a4", X-B3-Sampled:"0", X-ONAP-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-TransactionID:"78211dac-be5d-4f93-be48-dd493ea38606", X-ECOMP-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a238b6d3-bae6-4341-92cb-d536f3a6c1a9"] 2023-01-22T06:46:31.295Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:31.295Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:31.315Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:31.316Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:31.317Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:31.318Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:31.318Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:46:29.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:31.319Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:31.319Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||InvokeReturn 2023-01-22T06:46:31.322Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:31.322Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:31.323Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:31.323Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:31.324Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:31.324Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d11dfd2f4999a1a4", X-B3-SpanId:"da9fae1e0e11e23e", X-B3-ParentSpanId:"d11dfd2f4999a1a4", X-B3-Sampled:"0", X-ONAP-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-TransactionID:"78211dac-be5d-4f93-be48-dd493ea38606", X-ECOMP-RequestID:"78211dac-be5d-4f93-be48-dd493ea38606", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b14877dc-29b4-4306-9d3a-eb67fdfd07fd"] 2023-01-22T06:46:31.324Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:31.325Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:31.340Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:31.341Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:31.342Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:31.342Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:29 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:31.344Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:31.344Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:31.344Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:31.355Z|78211dac-be5d-4f93-be48-dd493ea38606|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:31.449Z|71730090-4305-4b21-bf55-179042794929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:31.449Z|71730090-4305-4b21-bf55-179042794929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:31.853Z|e9bbbf7f-184f-42ea-afea-5b9b0ea7d39e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:31.853Z|e9bbbf7f-184f-42ea-afea-5b9b0ea7d39e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:34.343Z|aae3ca18-a82f-4be0-967b-b5e718683ac0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:34.344Z|aae3ca18-a82f-4be0-967b-b5e718683ac0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:34.408Z|2fd9ebb5-a7da-4f8a-9c0e-2afe5004a67a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:34.409Z|2fd9ebb5-a7da-4f8a-9c0e-2afe5004a67a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:35.047Z|c6cf015d-a954-401a-ad07-d623dab2dec9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:35.048Z|c6cf015d-a954-401a-ad07-d623dab2dec9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:41.489Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:41.493Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.494Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:41.494Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.495Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.495Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:41.495Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ab12dc37e1d11ac3", X-B3-SpanId:"678978e63085e3e4", X-B3-ParentSpanId:"ab12dc37e1d11ac3", X-B3-Sampled:"0", X-ONAP-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-TransactionID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-ECOMP-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fb3bd788-2982-4c69-9383-fc225d97e884"] 2023-01-22T06:46:41.496Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:41.496Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.519Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.520Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.520Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:41.520Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.522Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:29.000+00:00", "endTime" : "2023-01-22T06:46:33.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:33.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:41.522Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.522Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||InvokeReturn 2023-01-22T06:46:41.524Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.524Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:41.524Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.524Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.525Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:41.525Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ab12dc37e1d11ac3", X-B3-SpanId:"03ac0de32fdcc446", X-B3-ParentSpanId:"ab12dc37e1d11ac3", X-B3-Sampled:"0", X-ONAP-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-TransactionID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-ECOMP-RequestID:"ae17dc6b-d73d-40b4-a1bb-341f64759438", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4cd8bc66-9b03-411d-8827-f7b4f9e3b8a0"] 2023-01-22T06:46:41.525Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:41.525Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.540Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.540Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.541Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:41.541Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.542Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:41.542Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.543Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:41.549Z|ae17dc6b-d73d-40b4-a1bb-341f64759438|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:41.679Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:41.687Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.687Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:41.688Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.688Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.688Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:41.688Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"016ff30262f2ae4f", X-B3-SpanId:"9c7ad763db180ac4", X-B3-ParentSpanId:"016ff30262f2ae4f", X-B3-Sampled:"0", X-ONAP-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-TransactionID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-ECOMP-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c58afc84-872b-4563-8756-13d1b393fcb0"] 2023-01-22T06:46:41.689Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:41.689Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.709Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.711Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.712Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:41.712Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.713Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:29.000+00:00", "endTime" : "2023-01-22T06:46:33.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:33.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:41.713Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.713Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||InvokeReturn 2023-01-22T06:46:41.715Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.715Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:41.716Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.716Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.716Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:41.717Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"016ff30262f2ae4f", X-B3-SpanId:"0b583493806786b5", X-B3-ParentSpanId:"016ff30262f2ae4f", X-B3-Sampled:"0", X-ONAP-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-TransactionID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-ECOMP-RequestID:"7a838f78-392c-423d-a97f-91ce6486f21c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"93360b72-f002-4172-b85c-d3cbc67aef33"] 2023-01-22T06:46:41.717Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:41.717Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.730Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.731Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.732Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:41.732Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.733Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:41.734Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.734Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:41.746Z|7a838f78-392c-423d-a97f-91ce6486f21c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:41.883Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:41.890Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.891Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:41.892Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.892Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:41.893Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:41.893Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a31c758359e757b1", X-B3-SpanId:"40e2ce0761b1463f", X-B3-ParentSpanId:"a31c758359e757b1", X-B3-Sampled:"0", X-ONAP-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-TransactionID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-ECOMP-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fd345c9b-bc7a-47cb-8e67-a2102c2d641c"] 2023-01-22T06:46:41.894Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:41.895Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.913Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.914Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.915Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:41.915Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.916Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:29.000+00:00", "endTime" : "2023-01-22T06:46:33.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:33.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:41.916Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.917Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||InvokeReturn 2023-01-22T06:46:41.920Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.920Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:41.920Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:41.920Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:41.921Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:41.921Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a31c758359e757b1", X-B3-SpanId:"2a5daf7021abe002", X-B3-ParentSpanId:"a31c758359e757b1", X-B3-Sampled:"0", X-ONAP-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-TransactionID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-ECOMP-RequestID:"38661901-9891-4819-9c0e-0380ceb04e6c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"afed6595-7fbe-4610-a714-425953c4238c"] 2023-01-22T06:46:41.921Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:41.922Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:41.934Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:41.935Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:41.935Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:41.936Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:41.936Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:41.937Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:41.937Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:41.945Z|38661901-9891-4819-9c0e-0380ceb04e6c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:42.073Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:46:42.078Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:42.078Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||Invoke 2023-01-22T06:46:42.079Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:42.079Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a 2023-01-22T06:46:42.079Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Method : GET 2023-01-22T06:46:42.080Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"29abbfa85f8113ef", X-B3-SpanId:"40801fd7a3e06c0a", X-B3-ParentSpanId:"29abbfa85f8113ef", X-B3-Sampled:"0", X-ONAP-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-TransactionID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-ECOMP-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"909c15c8-c0e1-424b-b13a-e09ffbb8f743"] 2023-01-22T06:46:42.080Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Request body: 2023-01-22T06:46:42.081Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:42.099Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:42.100Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:42.101Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Status text : 2023-01-22T06:46:42.101Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:42.102Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||Response body: { "requestId" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:46:29.000+00:00", "endTime" : "2023-01-22T06:46:33.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm\",\n \"modelInvariantId\": \"3d0b4a91-e8d9-4ecc-9ff5-314c431ecde3\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"10d7a903-d624-4d39-83f3-1abb37e55b77\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:46:33.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "serviceInstanceName" : "basic_vm-110a37f3-b1bd-47ba-9879-f712ff95f6ef", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3cccae3a-d756-4d7f-b807-21dcf9f61d7d", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "099d74bb-e4a0-4c9b-9893-606967e6b58a", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a" } } } 2023-01-22T06:46:42.102Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:42.103Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/099d74bb-e4a0-4c9b-9893-606967e6b58a|INFO|500||InvokeReturn 2023-01-22T06:46:42.105Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:42.106Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:46:42.106Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:46:42.107Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false 2023-01-22T06:46:42.107Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:46:42.107Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"29abbfa85f8113ef", X-B3-SpanId:"a606faeda7b6cb4c", X-B3-ParentSpanId:"29abbfa85f8113ef", X-B3-Sampled:"0", X-ONAP-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-TransactionID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-ECOMP-RequestID:"2f369eb1-cf12-44a9-a8cb-9db03fbbce1c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cc9c900a-8e7f-48bb-ba1a-e98690c67739"] 2023-01-22T06:46:42.108Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:46:42.108Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:46:42.124Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:46:42.125Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:46:42.125Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:46:42.126Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:46:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:46:42.127Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:46:42.128Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:46:42.129Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=099d74bb-e4a0-4c9b-9893-606967e6b58a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:46:42.137Z|2f369eb1-cf12-44a9-a8cb-9db03fbbce1c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/099d74bb-e4a0-4c9b-9893-606967e6b58a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:46:44.370Z|10993e66-dda1-4543-90ab-ccb3619539c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:44.371Z|10993e66-dda1-4543-90ab-ccb3619539c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:44.444Z|b2542e35-e69f-4d4f-acdd-558e443f8731|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:44.444Z|b2542e35-e69f-4d4f-acdd-558e443f8731|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:45.073Z|8df46cc8-4128-4da8-a86b-b65fa8b5a593|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:45.073Z|8df46cc8-4128-4da8-a86b-b65fa8b5a593|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:46.449Z|c327b5dd-135f-432e-b17a-3dcb40c9d3c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:46:46.449Z|c327b5dd-135f-432e-b17a-3dcb40c9d3c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:46:54.396Z|33ff402e-a434-4367-a3d2-e1328a5c1ec8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:54.396Z|33ff402e-a434-4367-a3d2-e1328a5c1ec8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:54.467Z|4468e42b-f2d0-4958-bfdb-5f44671b33ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:54.468Z|4468e42b-f2d0-4958-bfdb-5f44671b33ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:55.101Z|318ced15-f9d0-45b1-ac0b-f4d5d8d38747|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:46:55.102Z|318ced15-f9d0-45b1-ac0b-f4d5d8d38747|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:46:59.843Z|c3b1d16d-23b4-498a-9728-e946d141624c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:46:59.844Z|c3b1d16d-23b4-498a-9728-e946d141624c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:01.449Z|7d21b932-c0ec-4330-aace-2cb4771eba21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:01.452Z|7d21b932-c0ec-4330-aace-2cb4771eba21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:01.854Z|379939e5-9a9c-4973-abdf-82e1a7e5e818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:01.854Z|379939e5-9a9c-4973-abdf-82e1a7e5e818|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:04.418Z|0076f2c4-7070-418d-8de1-f13d9335ee8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:04.419Z|0076f2c4-7070-418d-8de1-f13d9335ee8e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:04.493Z|a750515a-2f1a-4bc2-a711-41b5afb10c63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:04.494Z|a750515a-2f1a-4bc2-a711-41b5afb10c63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:05.124Z|64bea404-17ab-4fc8-a8cc-9b3c4b469009|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:05.125Z|64bea404-17ab-4fc8-a8cc-9b3c4b469009|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:14.442Z|21f36cce-6216-4f54-810e-7b569a65db64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:14.443Z|21f36cce-6216-4f54-810e-7b569a65db64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:14.516Z|3409e72b-8945-4577-9811-8070a643455e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:14.517Z|3409e72b-8945-4577-9811-8070a643455e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:15.147Z|1c88f202-668f-4ada-8f23-a81e6aa69f05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:15.148Z|1c88f202-668f-4ada-8f23-a81e6aa69f05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:16.449Z|1019ead3-7381-4ef2-b31a-40c236b21e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:16.449Z|1019ead3-7381-4ef2-b31a-40c236b21e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:24.466Z|b5cd1a55-a0dd-4c8d-992a-9f832f308b2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:24.467Z|b5cd1a55-a0dd-4c8d-992a-9f832f308b2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:24.543Z|b30d367f-ee2d-4c54-8cc2-7bdabde155d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:24.544Z|b30d367f-ee2d-4c54-8cc2-7bdabde155d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:25.169Z|b1206059-09d0-4e67-89e3-2020d747033e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:25.170Z|b1206059-09d0-4e67-89e3-2020d747033e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:31.449Z|db8aa3f7-1bb6-4138-bbaa-0e7f0168c885|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:31.450Z|db8aa3f7-1bb6-4138-bbaa-0e7f0168c885|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:31.855Z|d80a73ea-7c2b-4ba6-9743-3cb9e5c69a93|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:31.856Z|d80a73ea-7c2b-4ba6-9743-3cb9e5c69a93|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:34.492Z|3e835dee-9f6b-4ec1-acb4-87f6e9a301d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:34.493Z|3e835dee-9f6b-4ec1-acb4-87f6e9a301d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:34.569Z|c9ad862d-2d5e-4caa-be17-6df21c9d6ec6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:34.570Z|c9ad862d-2d5e-4caa-be17-6df21c9d6ec6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:35.192Z|8bd5bb2e-641b-4c35-b368-64033fb8eb37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:35.193Z|8bd5bb2e-641b-4c35-b368-64033fb8eb37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:44.518Z|dc770240-ad95-477e-ab6d-88545afb5840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:44.519Z|dc770240-ad95-477e-ab6d-88545afb5840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:44.592Z|52542271-cd27-4834-9ae8-b4e557ff03c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:44.593Z|52542271-cd27-4834-9ae8-b4e557ff03c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:45.216Z|e65c1e82-9d1f-4515-af5b-d71d353035fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:45.216Z|e65c1e82-9d1f-4515-af5b-d71d353035fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:46.449Z|50fba9a6-f498-4ce8-b74a-6030aea81c45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:47:46.449Z|50fba9a6-f498-4ce8-b74a-6030aea81c45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:47:54.542Z|a3d594cc-2bd3-46ae-9858-3c6c6185c705|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:54.543Z|a3d594cc-2bd3-46ae-9858-3c6c6185c705|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:54.614Z|34400e12-099c-4fe0-b9cd-e0eb1077db1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:54.615Z|34400e12-099c-4fe0-b9cd-e0eb1077db1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:55.238Z|caa6c2d6-4e5a-46b6-9b58-ce7ce3645bd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:47:55.238Z|caa6c2d6-4e5a-46b6-9b58-ce7ce3645bd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:47:59.842Z|b8771c7b-42d9-4c1d-bc76-c70129e1e8d6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:47:59.843Z|b8771c7b-42d9-4c1d-bc76-c70129e1e8d6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:01.449Z|04dc0b73-8a19-4255-adca-69eedd230891|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:01.449Z|04dc0b73-8a19-4255-adca-69eedd230891|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:01.856Z|05e1d786-6621-4669-8644-a1e0105678ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:01.857Z|05e1d786-6621-4669-8644-a1e0105678ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:04.569Z|25d2c182-a296-4321-b450-edaaf74f9fb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:04.569Z|25d2c182-a296-4321-b450-edaaf74f9fb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:04.642Z|a9f77193-602a-4a1b-9f19-218bf8620318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:04.643Z|a9f77193-602a-4a1b-9f19-218bf8620318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:05.260Z|db206153-5cd4-4714-8519-5873f2869750|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:05.261Z|db206153-5cd4-4714-8519-5873f2869750|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:13.015Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:13.020Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 76cfe736-7b5b-49c4-bf85-22c9f58da6aa already exists in requestDb InfraActiveRequests table 2023-01-22T06:48:13.021Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:13.021Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:13.021Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.022Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:13.022Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:13.022Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2a648b8407934344", X-B3-SpanId:"ab85f3605552995a", X-B3-ParentSpanId:"2a648b8407934344", X-B3-Sampled:"0", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ffaf243d-fa38-47ba-b3c7-d8edf6c046dd"] 2023-01-22T06:48:13.022Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:13.023Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.049Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.049Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:48:13.049Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:13.050Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.050Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: 2023-01-22T06:48:13.050Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.050Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:13.060Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:48:13.065Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:48:13.089Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:48:13.090Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:48:13.140Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:48:13.141Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:48:13 GMT], content-length=[573], vertex-id=[413888], x-aai-txid=[1-aai-resources-230122-06:48:13:048-2766], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:48:13.142Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370092138","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:48:13.144Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:48:13.145Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:48:13.146Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:13.146Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:48:13.146Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.146Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:13.147Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:48:13.147Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"111", X-B3-TraceId:"2a648b8407934344", X-B3-SpanId:"bb2eca0bf518074d", X-B3-ParentSpanId:"2a648b8407934344", X-B3-Sampled:"0", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"628bc5cd-d3c3-412b-aada-920d18bcd1e2"] 2023-01-22T06:48:13.147Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c","requestScope":"service"} 2023-01-22T06:48:13.147Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.169Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.170Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:13.170Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:48:13.171Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.171Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:48:13.171Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.172Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:48:13.173Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:48:13.173Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:48:13.173Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.174Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:48:13.174Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:48:13.174Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fac1e69f-9cfa-49fa-a9ea-9e898f072fd7"] 2023-01-22T06:48:13.175Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:48:13.175Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.206Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.207Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:13.207Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:48:13.208Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.209Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:48:13.209Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.209Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:48:13.212Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:48:13.212Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T06:48:13.213Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.213Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T06:48:13.213Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:48:13.214Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2bc94338-69ce-4764-8145-d91b52aec44c"] 2023-01-22T06:48:13.214Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:48:13.214Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.232Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.232Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:13.233Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:48:13.233Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.234Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T06:48:13.234Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.235Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:48:13.238Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:48:13.238Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:48:13.238Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.239Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:48:13.239Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:48:13.239Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f8eb5580-c366-4dc8-b2b8-98703623a055"] 2023-01-22T06:48:13.240Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:48:13.240Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.260Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.261Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:13.261Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:48:13.261Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.264Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:48:13.264Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.264Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:48:13.275Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:13.275Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:48:13.276Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.276Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:13.276Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:48:13.276Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1783", X-B3-TraceId:"2a648b8407934344", X-B3-SpanId:"7565b3c7c7b667fc", X-B3-ParentSpanId:"2a648b8407934344", X-B3-Sampled:"0", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0fa2349d-cf9d-4244-b9ee-8bc23724aabc"] 2023-01-22T06:48:13.277Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"76cfe736-7b5b-49c4-bf85-22c9f58da6aa","requestStatus":"IN_PROGRESS","startTime":1674370093061,"source":"VID","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"76cfe736-7b5b-49c4-bf85-22c9f58da6aa"} 2023-01-22T06:48:13.277Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:13.312Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:13.313Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:48:13.313Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:48:13.313Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:13.314Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:13.061+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:48:11.809+00:00", "cloudRegion" : "k8sregion", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:13.315Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:13.315Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:48:13.322Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:13.322Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:48:13.323Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:13.323Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:13.323Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:48:13.323Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2225", X-B3-TraceId:"2a648b8407934344", X-B3-SpanId:"17e23c2e89079372", X-B3-ParentSpanId:"2a648b8407934344", X-B3-Sampled:"0", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6c9571c2-a48a-4df0-ae64-4ce5a3596ca8"] 2023-01-22T06:48:13.324Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicnf-customer\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_cnf\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicnf_project\"},\"owningEntity\":{\"owningEntityId\":\"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\"owningEntityName\":\"basicnf_owning_entity\"}}}","type":"String"},"requestId":{"value":"76cfe736-7b5b-49c4-bf85-22c9f58da6aa","type":"String"},"mso-request-id":{"value":"76cfe736-7b5b-49c4-bf85-22c9f58da6aa","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:48:13.324Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:14.344Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:14.345Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:48:14.345Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:48:14.345Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:48:13 GMT", X-ONAP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-TransactionID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ECOMP-RequestID:"76cfe736-7b5b-49c4-bf85-22c9f58da6aa", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"6c9571c2-a48a-4df0-ae64-4ce5a3596ca8", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:14.346Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"76cfe736-7b5b-49c4-bf85-22c9f58da6aa\",\"instanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\"}}","message":"Success","processInstanceID":"bd4b1a22-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:48:14.346Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:14.346Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:48:14.349Z|76cfe736-7b5b-49c4-bf85-22c9f58da6aa|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:14.492Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:14.496Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:14.496Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:14.497Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:14.497Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:14.497Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:14.497Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4571da9b0d1a84a8", X-B3-SpanId:"b10a766a4286f631", X-B3-ParentSpanId:"4571da9b0d1a84a8", X-B3-Sampled:"0", X-ONAP-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-TransactionID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-ECOMP-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"78d44ef1-ac47-4bac-bc59-eb80609c1b6e"] 2023-01-22T06:48:14.498Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:14.498Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:14.520Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:14.521Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:14.521Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:14.522Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:14.523Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:13.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:12.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:14.524Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:14.524Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:14.525Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:14.526Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:14.526Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:14.526Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:14.527Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:14.527Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4571da9b0d1a84a8", X-B3-SpanId:"99b3721af9935e11", X-B3-ParentSpanId:"4571da9b0d1a84a8", X-B3-Sampled:"0", X-ONAP-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-TransactionID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-ECOMP-RequestID:"f54c1e7f-6b8e-486d-b7d1-aa64445e688f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eb2b16d1-be6b-47a6-b6ab-76b64aebb27d"] 2023-01-22T06:48:14.527Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:14.527Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:14.542Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:14.542Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:14.542Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:14.543Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:14.543Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:14.544Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:14.544Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:14.552Z|f54c1e7f-6b8e-486d-b7d1-aa64445e688f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:14.592Z|4f742195-eaa1-4534-9b3d-291aa6a21301|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:14.592Z|4f742195-eaa1-4534-9b3d-291aa6a21301|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:14.665Z|fd5691d5-0350-448c-9d2e-e6725c92cd29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:14.666Z|fd5691d5-0350-448c-9d2e-e6725c92cd29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:15.291Z|b5bedeaa-b4bf-4e29-80c4-0b2bdb8307fe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:15.293Z|b5bedeaa-b4bf-4e29-80c4-0b2bdb8307fe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:16.449Z|f5e6ca9c-77f8-4a61-9c3b-e1e9d47da40d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:16.449Z|f5e6ca9c-77f8-4a61-9c3b-e1e9d47da40d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:24.612Z|4008a6ca-1f27-4f48-8c52-8bb94d5e558f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:24.613Z|4008a6ca-1f27-4f48-8c52-8bb94d5e558f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:24.688Z|17743259-d388-4260-80dd-01478b8a26af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:24.688Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:24.689Z|17743259-d388-4260-80dd-01478b8a26af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:24.693Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:24.693Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:24.694Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:24.694Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:24.694Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:24.695Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4969f65810c34a17", X-B3-SpanId:"f21717e3e9100be3", X-B3-ParentSpanId:"4969f65810c34a17", X-B3-Sampled:"0", X-ONAP-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-TransactionID:"106b7581-3191-4b6e-884f-6780115343f1", X-ECOMP-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"19bff0bb-eddd-44ce-8534-fe3772d186b8"] 2023-01-22T06:48:24.695Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:24.696Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:24.719Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:24.720Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:24.721Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:24.722Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:24.722Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:13.000+00:00", "endTime" : "2023-01-22T06:48:16.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:15.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:24.723Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:24.724Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:24.726Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:24.726Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:24.726Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:24.727Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:24.727Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:24.728Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4969f65810c34a17", X-B3-SpanId:"ce0a5ac480ec7c82", X-B3-ParentSpanId:"4969f65810c34a17", X-B3-Sampled:"0", X-ONAP-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-TransactionID:"106b7581-3191-4b6e-884f-6780115343f1", X-ECOMP-RequestID:"106b7581-3191-4b6e-884f-6780115343f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1ec49788-c70d-49e9-8ec5-4bbcf2daf1c0"] 2023-01-22T06:48:24.728Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:24.728Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:24.740Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:24.741Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:24.741Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:24.742Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:24.742Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:24.743Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:24.743Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:24.750Z|106b7581-3191-4b6e-884f-6780115343f1|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:24.877Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:24.881Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:24.882Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:24.882Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:24.882Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:24.883Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:24.883Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"20df8320481214b3", X-B3-SpanId:"27fe21af6e761942", X-B3-ParentSpanId:"20df8320481214b3", X-B3-Sampled:"0", X-ONAP-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-TransactionID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-ECOMP-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"098cf899-3347-4133-99c4-ee17a1614eaf"] 2023-01-22T06:48:24.883Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:24.884Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:24.902Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:24.902Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:24.902Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:24.903Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:24.905Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:13.000+00:00", "endTime" : "2023-01-22T06:48:16.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:15.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:24.906Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:24.907Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:24.908Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:24.909Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:24.909Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:24.909Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:24.910Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:24.910Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"20df8320481214b3", X-B3-SpanId:"97580d9203606df3", X-B3-ParentSpanId:"20df8320481214b3", X-B3-Sampled:"0", X-ONAP-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-TransactionID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-ECOMP-RequestID:"14bfd839-85f4-4232-a386-fc16f8b17f77", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a3ccc9c8-ad31-421b-ba0b-5f5de2dc10d1"] 2023-01-22T06:48:24.910Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:24.911Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:24.923Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:24.924Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:24.924Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:24.924Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:24.925Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:24.925Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:24.926Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:24.933Z|14bfd839-85f4-4232-a386-fc16f8b17f77|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:25.049Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:25.053Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.053Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:25.053Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.054Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.054Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:25.054Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73378f12fd033d6a", X-B3-SpanId:"e2549b673f1e5d79", X-B3-ParentSpanId:"73378f12fd033d6a", X-B3-Sampled:"0", X-ONAP-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-TransactionID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-ECOMP-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e61a49fa-160b-4f81-a7f5-7635e8b3d2bf"] 2023-01-22T06:48:25.055Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:25.055Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.074Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.075Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.075Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:25.076Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.077Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:13.000+00:00", "endTime" : "2023-01-22T06:48:16.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:15.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:25.077Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.078Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:25.079Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.080Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:25.080Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.080Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.080Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:25.080Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73378f12fd033d6a", X-B3-SpanId:"1904e5ed385c84b0", X-B3-ParentSpanId:"73378f12fd033d6a", X-B3-Sampled:"0", X-ONAP-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-TransactionID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-ECOMP-RequestID:"3e71eeef-3042-4f61-b836-79042c7bdaaa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"796d2e96-17cc-4049-9840-7482c3fe839f"] 2023-01-22T06:48:25.081Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:25.081Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.093Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.093Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.094Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:25.094Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.095Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:25.096Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.096Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:25.104Z|3e71eeef-3042-4f61-b836-79042c7bdaaa|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:25.228Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:25.231Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.232Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:25.233Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.233Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.233Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:25.233Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4da67582103570f1", X-B3-SpanId:"e1b7e191f60234ec", X-B3-ParentSpanId:"4da67582103570f1", X-B3-Sampled:"0", X-ONAP-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-TransactionID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-ECOMP-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"40d75fe3-1705-4a6c-bc1b-4012e5620611"] 2023-01-22T06:48:25.234Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:25.234Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.256Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.256Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.257Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:25.257Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.258Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:13.000+00:00", "endTime" : "2023-01-22T06:48:16.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:15.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:25.258Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.259Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:25.261Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.262Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:25.262Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.262Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.263Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:25.263Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4da67582103570f1", X-B3-SpanId:"7d8dbbe2ec3d6939", X-B3-ParentSpanId:"4da67582103570f1", X-B3-Sampled:"0", X-ONAP-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-TransactionID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-ECOMP-RequestID:"2df2b192-b9ed-45ec-b1a6-e85b6c384042", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b87f8ff2-513a-40d6-91cb-bf43e57a2ba5"] 2023-01-22T06:48:25.264Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:25.264Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.281Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.281Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.282Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:25.282Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.283Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:25.283Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.284Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:25.290Z|2df2b192-b9ed-45ec-b1a6-e85b6c384042|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:25.316Z|d421a7b8-397f-4550-bcbd-5ae9d95ba4bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:25.317Z|d421a7b8-397f-4550-bcbd-5ae9d95ba4bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:25.416Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:25.420Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.420Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||Invoke 2023-01-22T06:48:25.420Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.421Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa 2023-01-22T06:48:25.421Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Method : GET 2023-01-22T06:48:25.421Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a415f5070b10f7cc", X-B3-SpanId:"64ef85007dc38cba", X-B3-ParentSpanId:"a415f5070b10f7cc", X-B3-Sampled:"0", X-ONAP-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-TransactionID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-ECOMP-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3e406793-c8f6-4adc-805b-fa1d024dfdd9"] 2023-01-22T06:48:25.421Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Request body: 2023-01-22T06:48:25.422Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.442Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.443Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.443Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Status text : 2023-01-22T06:48:25.444Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.444Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||Response body: { "requestId" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:13.000+00:00", "endTime" : "2023-01-22T06:48:16.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n\t\t\t\"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\",\n\t\t\t\"modelName\": \"basic_cnf\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_cnf\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnf-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnf_project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"54c8da85-4f15-4f60-bd9c-8fb2eb001e52\",\n\t\t\t\"owningEntityName\": \"basicnf_owning_entity\"\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:15.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "76cfe736-7b5b-49c4-bf85-22c9f58da6aa", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa" } } } 2023-01-22T06:48:25.445Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.445Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|INFO|500||InvokeReturn 2023-01-22T06:48:25.447Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.447Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:25.447Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:25.447Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false 2023-01-22T06:48:25.448Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:25.448Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a415f5070b10f7cc", X-B3-SpanId:"6d2b86558dce40bc", X-B3-ParentSpanId:"a415f5070b10f7cc", X-B3-Sampled:"0", X-ONAP-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-TransactionID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-ECOMP-RequestID:"4618db52-98a5-484b-b1d6-94354b61dd2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a555dfdd-77e5-4c83-9e7f-7165b7800830"] 2023-01-22T06:48:25.448Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:25.448Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:25.460Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:25.461Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:25.461Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:25.461Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:25.462Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:25.463Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:25.463Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=76cfe736-7b5b-49c4-bf85-22c9f58da6aa&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:25.470Z|4618db52-98a5-484b-b1d6-94354b61dd2c|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/76cfe736-7b5b-49c4-bf85-22c9f58da6aa|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:26.622Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:26.624Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||Checking if requestId: 9001bb3b-e208-4276-9d38-dd9817dbe27d already exists in requestDb InfraActiveRequests table 2023-01-22T06:48:26.626Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:26.626Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:26.626Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.626Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:26.627Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:26.627Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7b8df61b0924c7dd", X-B3-SpanId:"0389ede547f22383", X-B3-ParentSpanId:"7b8df61b0924c7dd", X-B3-Sampled:"0", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f3eefc79-3dc0-430f-9bb7-d5b01df33982"] 2023-01-22T06:48:26.627Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:26.627Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:26.650Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:26.651Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:48:26.651Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:26.651Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:26.651Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: 2023-01-22T06:48:26.652Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:26.652Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:26.661Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:48:26.661Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T06:48:26.664Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:48:26.690Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|500||Invoke 2023-01-22T06:48:26.691Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[9bba2e48-f3c0-4443-bce3-01134ca228cd], X-ECOMP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-TransactionId=[], X-ONAP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d]} 2023-01-22T06:48:26.728Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:48:26 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:48:26:643-31553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:48:26.729Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","ERR.5.4.6114"]}}} 2023-01-22T06:48:26.730Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:26.736Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:48:26.736Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:48:26.739Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:48:26.765Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|500||Invoke 2023-01-22T06:48:26.766Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[bdabaceb-2120-460d-bfc3-66b93f9a6eb8], X-ECOMP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-TransactionId=[], X-ONAP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d]} 2023-01-22T06:48:26.801Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:48:26 GMT], content-length=[377], x-aai-txid=[0-aai-resources-230122-06:48:26:717-97620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:48:26.802Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59","ERR.5.4.6114"]}}} 2023-01-22T06:48:26.803Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:26.805Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:48:26.805Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: e2d35a93-e8a8-48ec-967d-9c3fc8781b59 2023-01-22T06:48:26.809Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:48:26.828Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:48:26.829Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[8e100613-efe0-43bd-97b1-5cb5e0e2b37d], X-ECOMP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d], X-TransactionId=[], X-ONAP-RequestID=[9001bb3b-e208-4276-9d38-dd9817dbe27d]} 2023-01-22T06:48:26.874Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:48:26 GMT], content-length=[573], vertex-id=[413888], x-aai-txid=[0-aai-resources-230122-06:48:26:780-17458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:48:26.875Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370092138","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:48:26.875Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:48:26.877Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:48:26.877Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:48:26.879Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:26.880Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:48:26.880Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.880Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:26.881Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:48:26.881Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"169", X-B3-TraceId:"7b8df61b0924c7dd", X-B3-SpanId:"335687ad542af522", X-B3-ParentSpanId:"7b8df61b0924c7dd", X-B3-Sampled:"0", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0c76e294-c617-4b46-ae3d-49d4d320e666"] 2023-01-22T06:48:26.881Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"},"instanceName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0","requestScope":"vnf"} 2023-01-22T06:48:26.882Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:26.899Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:26.900Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:26.901Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:48:26.901Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:26.902Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:48:26.902Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:26.903Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:48:26.904Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:48:26.904Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|INFO|500||Invoke 2023-01-22T06:48:26.904Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.905Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5 2023-01-22T06:48:26.905Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Method : GET 2023-01-22T06:48:26.905Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5290b553-b52b-46af-9a48-99e432844b17"] 2023-01-22T06:48:26.906Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Request body: 2023-01-22T06:48:26.906Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:26.933Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:26.934Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:26.934Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Status text : 2023-01-22T06:48:26.934Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:26.935Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||Response body: { "_embedded" : { "vnfResourceCustomization" : [ { "id" : 12, "modelCustomizationUUID" : "a47ac5cf-5b35-4611-9644-c981430d86c5", "modelInstanceName" : "basic_cnf 0", "created" : "2023-01-22 06:41:22.000", "minInstances" : null, "maxInstances" : null, "availabilityZoneMaxCount" : null, "nfFunction" : null, "nfType" : null, "nfRole" : null, "nfNamingCode" : null, "multiStageDesign" : "false", "resourceInput" : "{\\\"skip_post_instantiation_configuration\\\":\\\"true\\\",\\\"nf_naming\\\":\\\"true\\\",\\\"multi_stage_design\\\":\\\"false\\\",\\\"controller_actor\\\":\\\"SO-REF-DATA\\\",\\\"availability_zone_max_count\\\":\\\"1\\\"}", "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "vnfcInstanceGroupOrder" : null, "nfDataValid" : false, "controllerActor" : "SO-REF-DATA", "creationTimestamp" : "2023-01-22T06:41:22.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12" }, "vnfResourceCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12" }, "vnfcInstanceGroupCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfcInstanceGroupCustomizations" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources" }, "vfModuleCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vfModuleCustomizations" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/service" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5" } } } 2023-01-22T06:48:26.936Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:26.936Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=a47ac5cf-5b35-4611-9644-c981430d86c5|INFO|500||InvokeReturn 2023-01-22T06:48:26.939Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources 2023-01-22T06:48:26.940Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|INFO|500||Invoke 2023-01-22T06:48:26.940Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.941Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources 2023-01-22T06:48:26.941Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Method : GET 2023-01-22T06:48:26.941Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9effca73-9059-4932-b92c-4bc9582cb6e8"] 2023-01-22T06:48:26.942Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Request body: 2023-01-22T06:48:26.942Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:26.962Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:26.962Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:26.963Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Status text : 2023-01-22T06:48:26.963Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:26.964Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||Response body: { "modelUUID" : "7962c827-bd92-4a87-895e-2679490fcbf9", "modelInvariantUUID" : "c1d4e286-6de9-460d-89bc-08455e2eaede", "modelName" : "basic_cnf", "modelVersion" : "1.0", "toscaNodeType" : "org.openecomp.resource.vf.BasicCnf", "description" : "VF", "orchestrationMode" : "HEAT", "aicVersionMin" : null, "aicVersionMax" : null, "category" : "Generic", "subCategory" : "Abstract", "created" : "2023-01-22T06:41:22.000+00:00", "modelInvariantId" : "c1d4e286-6de9-460d-89bc-08455e2eaede", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9" }, "vnfResource" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9" }, "heatTemplates" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9/heatTemplates" }, "vnfResourceWorkflow" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/7962c827-bd92-4a87-895e-2679490fcbf9/vnfResourceWorkflow" } } } 2023-01-22T06:48:26.965Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:26.965Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/12/vnfResources|INFO|500||InvokeReturn 2023-01-22T06:48:26.967Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:48:26.968Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke 2023-01-22T06:48:26.968Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.968Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance 2023-01-22T06:48:26.969Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:48:26.969Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"12cc2327-3121-40d2-81bf-74c4a6aa03c0"] 2023-01-22T06:48:26.969Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:48:26.969Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:26.985Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:26.985Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:26.986Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:48:26.986Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:26.988Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: { "id" : 10033, "nfRole" : "GR-API-DEFAULT", "paramXsd" : null, "vfModuleId" : null, "action" : "createInstance", "description" : "Gr api recipe to create vnf", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1", "serviceType" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" }, "vnfRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10033" } } } 2023-01-22T06:48:26.988Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:26.989Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:48:26.991Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:26.992Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:48:26.992Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:26.992Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:26.993Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:48:26.993Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2557", X-B3-TraceId:"7b8df61b0924c7dd", X-B3-SpanId:"f2e49d6f06c65e80", X-B3-ParentSpanId:"7b8df61b0924c7dd", X-B3-Sampled:"0", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"439f2bc2-1a06-4390-a641-395a113794f3"] 2023-01-22T06:48:26.994Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"9001bb3b-e208-4276-9d38-dd9817dbe27d","requestStatus":"IN_PROGRESS","startTime":1674370106661,"source":"VID","vnfName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0","vnfType":"basic_cnf/basic_cnf 0","tenantId":"123456","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","requestScope":"vnf","requestAction":"createInstance","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"9001bb3b-e208-4276-9d38-dd9817dbe27d"} 2023-01-22T06:48:26.994Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:27.019Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:27.019Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:48:27.020Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:48:27.020Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:27.023Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:26.661+00:00", "source" : "VID", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:48:25.524+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:27.023Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:27.023Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:48:27.030Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:27.031Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:48:27.031Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:27.031Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:27.032Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:48:27.032Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2917", X-B3-TraceId:"7b8df61b0924c7dd", X-B3-SpanId:"b26c439b26a972c7", X-B3-ParentSpanId:"7b8df61b0924c7dd", X-B3-Sampled:"0", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"429507b0-74f6-47b7-8e98-fcceccaa9314"] 2023-01-22T06:48:27.032Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_cnf 0\",\"modelInvariantId\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelType\":\"vnf\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelVersionId\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelCustomizationId\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelUuid\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelInvariantUuid\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelInstanceName\":\"basic_cnf 0\"},\"requestInfo\":{\"productFamilyId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"source\":\"VID\",\"instanceName\":\"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"}}}],\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicnf_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnf_lob\"}},\"serviceInstanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\"}","type":"String"},"requestId":{"value":"9001bb3b-e208-4276-9d38-dd9817dbe27d","type":"String"},"mso-request-id":{"value":"9001bb3b-e208-4276-9d38-dd9817dbe27d","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_cnf/basic_cnf 0","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:48:27.032Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:28.047Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:28.049Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:48:28.049Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:48:28.050Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:48:27 GMT", X-ONAP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-TransactionID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ECOMP-RequestID:"9001bb3b-e208-4276-9d38-dd9817dbe27d", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"429507b0-74f6-47b7-8e98-fcceccaa9314", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:28.050Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"9001bb3b-e208-4276-9d38-dd9817dbe27d\",\"instanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\"}}","message":"Success","processInstanceID":"c575dcce-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:48:28.051Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:28.051Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:48:28.056Z|9001bb3b-e208-4276-9d38-dd9817dbe27d|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:28.187Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:28.192Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:28.192Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:28.193Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:28.193Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:28.193Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:28.194Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ad3f3f4db7a23e7c", X-B3-SpanId:"c0b9a496d4335c3b", X-B3-ParentSpanId:"ad3f3f4db7a23e7c", X-B3-Sampled:"0", X-ONAP-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-TransactionID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-ECOMP-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9cbcfbc9-9a19-41b3-80f4-85804bd20b3a"] 2023-01-22T06:48:28.194Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:28.194Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:28.213Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:28.215Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:28.215Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:28.215Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:28.216Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:26.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:25.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:28.216Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:28.217Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:28.219Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:28.219Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:28.219Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:28.219Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:28.220Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:28.220Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ad3f3f4db7a23e7c", X-B3-SpanId:"b2d315d7ee25ee92", X-B3-ParentSpanId:"ad3f3f4db7a23e7c", X-B3-Sampled:"0", X-ONAP-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-TransactionID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-ECOMP-RequestID:"d1950ae7-a7f9-488a-bfd9-02d89112066f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e467b85d-3b92-4b1a-96a0-b2a2e420dc13"] 2023-01-22T06:48:28.220Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:28.221Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:28.238Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:28.239Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:28.240Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:28.240Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:28.242Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:28.243Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:28.243Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:28.250Z|d1950ae7-a7f9-488a-bfd9-02d89112066f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:31.449Z|1c3f89dd-7558-44c9-85ad-7ddfe87c6ef2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:31.449Z|1c3f89dd-7558-44c9-85ad-7ddfe87c6ef2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:31.858Z|2d94a59d-75fb-44db-ba75-b55fc02bda72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:31.858Z|2d94a59d-75fb-44db-ba75-b55fc02bda72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:34.633Z|0ac75c13-172b-47ff-b284-3484e0311a86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:34.634Z|0ac75c13-172b-47ff-b284-3484e0311a86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:34.720Z|a5401b6c-0f75-4c65-8a2a-f2c560c5cb24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:34.721Z|a5401b6c-0f75-4c65-8a2a-f2c560c5cb24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:35.342Z|652fd228-8e24-4ef5-9b43-362ba449e992|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:35.343Z|652fd228-8e24-4ef5-9b43-362ba449e992|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:38.384Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:38.389Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.389Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:38.390Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.390Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.390Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:38.390Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1c2d695636423576", X-B3-SpanId:"32e2851b70da9d74", X-B3-ParentSpanId:"1c2d695636423576", X-B3-Sampled:"0", X-ONAP-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-TransactionID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-ECOMP-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"49129f4b-4fb7-43a1-befc-5025a368e242"] 2023-01-22T06:48:38.390Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:38.391Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.415Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.416Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.416Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:38.417Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.419Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:26.000+00:00", "endTime" : "2023-01-22T06:48:33.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:33.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:38.419Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.419Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:38.420Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.421Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:38.421Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.421Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.421Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:38.422Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1c2d695636423576", X-B3-SpanId:"787c08809f0a2254", X-B3-ParentSpanId:"1c2d695636423576", X-B3-Sampled:"0", X-ONAP-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-TransactionID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-ECOMP-RequestID:"3099ca96-0489-4f04-b9c0-d3ed81312b2e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f8f099a9-c461-4f04-9015-66d9f74971fc"] 2023-01-22T06:48:38.422Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:38.422Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.434Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.435Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.435Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:38.435Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.437Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:38.437Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.438Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:38.444Z|3099ca96-0489-4f04-b9c0-d3ed81312b2e|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:38.563Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:38.566Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.566Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:38.567Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.567Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.567Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:38.567Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d0b27f781fc4347c", X-B3-SpanId:"afc544dabfa3912e", X-B3-ParentSpanId:"d0b27f781fc4347c", X-B3-Sampled:"0", X-ONAP-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-TransactionID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-ECOMP-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7ae183f6-95a8-4e36-afde-bb1a50c6daa9"] 2023-01-22T06:48:38.567Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:38.568Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.587Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.588Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.588Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:38.588Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.589Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:26.000+00:00", "endTime" : "2023-01-22T06:48:33.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:33.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:38.589Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.589Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:38.590Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.591Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:38.591Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.591Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.591Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:38.591Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d0b27f781fc4347c", X-B3-SpanId:"55939120cd021a1f", X-B3-ParentSpanId:"d0b27f781fc4347c", X-B3-Sampled:"0", X-ONAP-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-TransactionID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-ECOMP-RequestID:"0c30251b-8b3c-4f86-8e80-816184b9aec6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"87ba3a81-7997-4aa2-983e-a759c4597520"] 2023-01-22T06:48:38.592Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:38.592Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.605Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.605Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.605Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:38.606Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.607Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:38.607Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.608Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:38.614Z|0c30251b-8b3c-4f86-8e80-816184b9aec6|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:38.732Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:38.736Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.736Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:38.737Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.737Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.738Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:38.738Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"82a7d7e0bf5ac5db", X-B3-SpanId:"e5ca44f2fd8413f4", X-B3-ParentSpanId:"82a7d7e0bf5ac5db", X-B3-Sampled:"0", X-ONAP-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-TransactionID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-ECOMP-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a63f9b91-7fe4-4603-a5f2-ed14b88ecc7e"] 2023-01-22T06:48:38.738Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:38.739Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.757Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.758Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.758Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:38.759Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.760Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:26.000+00:00", "endTime" : "2023-01-22T06:48:33.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:33.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:38.760Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.761Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:38.762Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.763Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:38.763Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.763Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:38.764Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:38.764Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"82a7d7e0bf5ac5db", X-B3-SpanId:"1ef7b51f68496ff8", X-B3-ParentSpanId:"82a7d7e0bf5ac5db", X-B3-Sampled:"0", X-ONAP-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-TransactionID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-ECOMP-RequestID:"f8b4e561-db7e-44b6-aa15-535442fcc7df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3f692c8f-cffe-41ec-a6bb-61b2b5590fca"] 2023-01-22T06:48:38.764Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:38.765Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:38.779Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:38.779Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:38.780Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:38.780Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:38.782Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:38.782Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:38.783Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:38.789Z|f8b4e561-db7e-44b6-aa15-535442fcc7df|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:38.917Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:38.921Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.921Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:38.922Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:38.922Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:38.922Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:38.923Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"95ff0af232cac190", X-B3-SpanId:"28b51a85c982a443", X-B3-ParentSpanId:"95ff0af232cac190", X-B3-Sampled:"0", X-ONAP-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-TransactionID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-ECOMP-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"50b691a9-8caf-4950-9292-4512efbd914d"] 2023-01-22T06:48:38.923Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:38.923Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:39.008Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:39.008Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:39.008Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:39.009Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:39.010Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:26.000+00:00", "endTime" : "2023-01-22T06:48:33.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:33.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:39.011Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:39.011Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:39.013Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:39.013Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:39.013Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:39.014Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:39.014Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:39.015Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"95ff0af232cac190", X-B3-SpanId:"c986f3f68979b38f", X-B3-ParentSpanId:"95ff0af232cac190", X-B3-Sampled:"0", X-ONAP-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-TransactionID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-ECOMP-RequestID:"32dda444-f501-48d4-9e06-365aa00ecf50", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5cbf9e96-760a-4e6b-b001-7e8d8838d774"] 2023-01-22T06:48:39.015Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:39.015Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:39.028Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:39.028Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:39.029Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:39.029Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:39.029Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:39.030Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:39.030Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:39.036Z|32dda444-f501-48d4-9e06-365aa00ecf50|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:39.156Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:39.161Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:39.164Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||Invoke 2023-01-22T06:48:39.164Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:39.164Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d 2023-01-22T06:48:39.165Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Method : GET 2023-01-22T06:48:39.165Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"651d16e7fa30d4a1", X-B3-SpanId:"13907a3afc9919fa", X-B3-ParentSpanId:"651d16e7fa30d4a1", X-B3-Sampled:"0", X-ONAP-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-TransactionID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-ECOMP-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bcb0671f-4690-460b-b171-9325d03f38db"] 2023-01-22T06:48:39.166Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Request body: 2023-01-22T06:48:39.167Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:39.184Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:39.185Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:39.185Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Status text : 2023-01-22T06:48:39.186Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:39.186Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||Response body: { "requestId" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:26.000+00:00", "endTime" : "2023-01-22T06:48:33.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "vnfType" : "basic_cnf/basic_cnf 0", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\",\n \"productFamilyId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"\n },\n \"modelInfo\": {\n \n \"modelType\": \"vnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelName\": \"basic_cnf\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\n },\n \"requestParameters\": {\n \"userParams\": [\n \n\n\n ],\n \"aLaCarte\": true,\n \"testApi\": \"GR_API\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_lob\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_platform\"\n },\n \"relatedInstanceList\": [{\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n }]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:33.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9001bb3b-e208-4276-9d38-dd9817dbe27d", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d" } } } 2023-01-22T06:48:39.186Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:39.187Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9001bb3b-e208-4276-9d38-dd9817dbe27d|INFO|500||InvokeReturn 2023-01-22T06:48:39.188Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:39.188Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:39.189Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:39.189Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false 2023-01-22T06:48:39.189Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:39.190Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"651d16e7fa30d4a1", X-B3-SpanId:"577a75bcc4c59165", X-B3-ParentSpanId:"651d16e7fa30d4a1", X-B3-Sampled:"0", X-ONAP-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-TransactionID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-ECOMP-RequestID:"87aa3ce9-667e-418b-ae25-82a2a27fcbdf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"071a801d-cbc4-4445-a0fa-905ec424953b"] 2023-01-22T06:48:39.190Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:39.190Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:39.203Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:39.203Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:39.204Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:39.204Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:39.205Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:39.205Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:39.205Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9001bb3b-e208-4276-9d38-dd9817dbe27d&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:39.212Z|87aa3ce9-667e-418b-ae25-82a2a27fcbdf|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9001bb3b-e208-4276-9d38-dd9817dbe27d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:41.172Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:41.173Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||INFO|500||Checking if requestId: 68654db6-3d8e-40e9-9152-f51595902017 already exists in requestDb InfraActiveRequests table 2023-01-22T06:48:41.174Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:41.175Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:48:41.175Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.175Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:41.175Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:48:41.176Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"059103ce8689c9cc", X-B3-SpanId:"13769b51a15624cd", X-B3-ParentSpanId:"059103ce8689c9cc", X-B3-Sampled:"0", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8c15ed4b-9984-46c8-a94d-1d817ce790bf"] 2023-01-22T06:48:41.176Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:48:41.176Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.195Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.195Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:48:41.195Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:48:41.196Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.196Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: 2023-01-22T06:48:41.196Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.197Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:41.204Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:48:41.207Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:48:41.228Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:48:41.229Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:48:41.274Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:48:41.275Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:48:41 GMT], content-length=[1024], vertex-id=[413888], x-aai-txid=[2-aai-resources-230122-06:48:41:178-42138], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:48:41.277Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370109137","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:48:41.278Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:48:41.278Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:48:41.281Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:41.282Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:48:41.282Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.282Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:48:41.282Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:48:41.283Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"223", X-B3-TraceId:"059103ce8689c9cc", X-B3-SpanId:"49c594ad5853068f", X-B3-ParentSpanId:"059103ce8689c9cc", X-B3-Sampled:"0", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cb3d1909-93eb-43e7-bff8-6180e61e6ded"] 2023-01-22T06:48:41.283Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"},"instanceName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c","requestScope":"vfModule"} 2023-01-22T06:48:41.283Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.302Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.303Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.303Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:48:41.303Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.304Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:48:41.304Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.304Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:48:41.305Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a 2023-01-22T06:48:41.305Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|INFO|500||Invoke 2023-01-22T06:48:41.306Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.306Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a 2023-01-22T06:48:41.306Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Method : GET 2023-01-22T06:48:41.306Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ec9adb9a-f36a-4ecb-849c-c7170984c5aa"] 2023-01-22T06:48:41.307Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Request body: 2023-01-22T06:48:41.307Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.335Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.336Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.336Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Status text : 2023-01-22T06:48:41.337Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.338Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||Response body: { "id" : 12, "modelCustomizationUUID" : "4f6948b1-c762-469a-b045-29699737731a", "label" : "base_dummy", "minInstances" : 1, "maxInstances" : 1, "initialCount" : 1, "availabilityZoneCount" : null, "created" : "2023-01-22 06:41:22.000", "skipPostInstConf" : true, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12" }, "cvnfcCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/cvnfcCustomization" }, "heatEnvironment" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/heatEnvironment" }, "volumeHeatEnv" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/volumeHeatEnv" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule" }, "vnfCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vnfCustomization" } } } 2023-01-22T06:48:41.338Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.338Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=4f6948b1-c762-469a-b045-29699737731a|INFO|500||InvokeReturn 2023-01-22T06:48:41.341Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule 2023-01-22T06:48:41.341Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|INFO|500||Invoke 2023-01-22T06:48:41.342Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.342Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule 2023-01-22T06:48:41.342Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Method : GET 2023-01-22T06:48:41.342Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dec0cf5f-4be3-409c-8a74-3a4c7898dfb3"] 2023-01-22T06:48:41.343Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Request body: 2023-01-22T06:48:41.343Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.374Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.375Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.375Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Status text : 2023-01-22T06:48:41.376Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Content-Location:"http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.377Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||Response body: { "modelUUID" : "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "modelInvariantUUID" : "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "modelName" : "BasicCnf..base_dummy..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:41:22.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/moduleHeatTemplate" } } } 2023-01-22T06:48:41.377Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.378Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/12/vfModule|INFO|500||InvokeReturn 2023-01-22T06:48:41.382Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.382Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:48:41.383Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.383Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.384Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:48:41.384Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0c6c5f18-1db6-4ead-8e0a-a7a2cbf9ed7b"] 2023-01-22T06:48:41.385Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:48:41.385Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.402Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.403Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:48:41.403Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:48:41.403Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.404Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:48:41.404Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.405Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:41.406Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11 2023-01-22T06:48:41.406Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|INFO|500||Invoke 2023-01-22T06:48:41.407Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.407Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11 2023-01-22T06:48:41.407Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Method : GET 2023-01-22T06:48:41.408Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3ebe35f9-6467-4c78-9e9b-ae9164bea72f"] 2023-01-22T06:48:41.408Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Request body: 2023-01-22T06:48:41.408Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.427Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.427Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.428Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Status text : 2023-01-22T06:48:41.428Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.429Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||Response body: { "_embedded" : { "vfModule" : [ { "modelUUID" : "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "modelInvariantUUID" : "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "modelName" : "BasicCnf..base_dummy..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:41:22.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/moduleHeatTemplate" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11" } } } 2023-01-22T06:48:41.430Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.430Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=a985ae3d-f3f4-432e-bd3c-b53784c69c11|INFO|500||InvokeReturn 2023-01-22T06:48:41.432Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.433Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:48:41.433Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.433Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.434Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:48:41.434Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a70d0acd-ed73-4b20-8ae0-400942b3695c"] 2023-01-22T06:48:41.434Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:48:41.435Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.447Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.447Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:48:41.448Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:48:41.448Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.448Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 2023-01-22T06:48:41.449Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.449Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=7e2ffb59-6e18-409e-bf22-35e6cf6f337c&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T06:48:41.450Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.450Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke 2023-01-22T06:48:41.451Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.451Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance 2023-01-22T06:48:41.451Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method : GET 2023-01-22T06:48:41.451Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1d4b1a73-87a0-48b0-a29d-5458a6e4d464"] 2023-01-22T06:48:41.452Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 2023-01-22T06:48:41.452Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.464Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.465Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.465Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text : 2023-01-22T06:48:41.466Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.466Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: { "id" : 46, "action" : "createInstance", "description" : "Gr api recipe to create vf-module", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "vnfType" : null, "paramXsd" : null, "vnfComponentType" : "vfModule", "vfModuleModelUUID" : "GR-API-DEFAULT", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/46" }, "vnfComponentsRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/46" } } } 2023-01-22T06:48:41.467Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.467Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||InvokeReturn 2023-01-22T06:48:41.469Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c 2023-01-22T06:48:41.469Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|INFO|500||Invoke 2023-01-22T06:48:41.469Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.470Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c 2023-01-22T06:48:41.470Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Method : GET 2023-01-22T06:48:41.470Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b633ebf7-e929-43b6-8156-114acd9f6af7"] 2023-01-22T06:48:41.471Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Request body: 2023-01-22T06:48:41.471Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.490Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.491Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:41.492Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Status text : 2023-01-22T06:48:41.492Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.493Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Response body: { "modelUUID" : "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "modelInvariantUUID" : "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "modelName" : "BasicCnf..base_dummy..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:41:22.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/moduleHeatTemplate" } } } 2023-01-22T06:48:41.493Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.495Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|INFO|500||InvokeReturn 2023-01-22T06:48:41.515Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:41.516Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:48:41.516Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.516Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:48:41.517Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:48:41.517Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"3336", X-B3-TraceId:"059103ce8689c9cc", X-B3-SpanId:"47f5c36904fde04e", X-B3-ParentSpanId:"059103ce8689c9cc", X-B3-Sampled:"0", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"11c244a8-ae77-48a1-83bf-e7c61544b133"] 2023-01-22T06:48:41.517Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"68654db6-3d8e-40e9-9152-f51595902017","requestStatus":"IN_PROGRESS","startTime":1674370121204,"source":"VID","vnfId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","vnfType":"","tenantId":"123456","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}","lastModifiedBy":"APIH","vfModuleName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c","vfModuleModelName":"BasicCnf..base_dummy..module-0","cloudRegion":"k8sregion","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","requestScope":"vfModule","requestAction":"createInstance","requestorId":"test","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"68654db6-3d8e-40e9-9152-f51595902017"} 2023-01-22T06:48:41.517Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:41.547Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:41.548Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:48:41.548Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:48:41.548Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:39 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:41.549Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:41.204+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:48:40.051+00:00", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:48:41.549Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:41.550Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:48:41.568Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:41.569Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:48:41.569Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:41.570Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:48:41.570Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:48:41.570Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3640", X-B3-TraceId:"059103ce8689c9cc", X-B3-SpanId:"90f64311b27206bc", X-B3-ParentSpanId:"059103ce8689c9cc", X-B3-Sampled:"0", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0d61cc61-bdaa-4ea6-b46b-9227ea1d379c"] 2023-01-22T06:48:41.571Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"BasicCnf..base_dummy..module-0\",\"modelInvariantId\":\"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\"modelType\":\"vfModule\",\"modelName\":\"BasicCnf..base_dummy..module-0\",\"modelVersion\":\"1\",\"modelCustomizationUuid\":\"4f6948b1-c762-469a-b045-29699737731a\",\"modelVersionId\":\"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\"modelCustomizationId\":\"4f6948b1-c762-469a-b045-29699737731a\",\"modelUuid\":\"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\"modelInvariantUuid\":\"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\"modelInstanceName\":\"BasicCnf..base_dummy..module-0\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"}}},{\"relatedInstance\":{\"instanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\"modelInfo\":{\"modelCustomizationName\":\"basic_cnf 0\",\"modelInvariantId\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelType\":\"vnf\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelVersionId\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelCustomizationId\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelUuid\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelInvariantUuid\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelInstanceName\":\"basic_cnf 0\"}}}],\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\"vnfInstanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\"}","type":"String"},"requestId":{"value":"68654db6-3d8e-40e9-9152-f51595902017","type":"String"},"mso-request-id":{"value":"68654db6-3d8e-40e9-9152-f51595902017","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_cnf/basic_cnf 0","type":"String"},"vfModuleType":{"value":"basic_cnf/basic_cnf 0::BasicCnf..base_dummy..module-0","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:48:41.571Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:42.598Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:42.599Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:48:42.601Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:48:42.602Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:48:41 GMT", X-ONAP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-TransactionID:"68654db6-3d8e-40e9-9152-f51595902017", X-ECOMP-RequestID:"68654db6-3d8e-40e9-9152-f51595902017", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"0d61cc61-bdaa-4ea6-b46b-9227ea1d379c", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:42.604Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"68654db6-3d8e-40e9-9152-f51595902017\",\"instanceId\":\"61c0b61d-aa96-46f6-9bd3-1cef3380dde2\"}}","message":"Success","processInstanceID":"ce205634-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:48:42.604Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:42.604Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:48:42.613Z|68654db6-3d8e-40e9-9152-f51595902017|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:42.746Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:42.750Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:42.751Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:48:42.751Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:42.751Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:42.752Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:48:42.752Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9a1d37055b4ab0c1", X-B3-SpanId:"3041f88b82ba4b9d", X-B3-ParentSpanId:"9a1d37055b4ab0c1", X-B3-Sampled:"0", X-ONAP-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-TransactionID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-ECOMP-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"749fa694-b710-4228-a8db-0150fd822968"] 2023-01-22T06:48:42.752Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:48:42.753Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:42.772Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:42.772Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:42.773Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:48:42.773Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:42.774Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:48:41.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:40.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:48:42.775Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:42.776Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:48:42.777Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:48:42.778Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:42.778Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:42.779Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:48:42.779Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:42.780Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9a1d37055b4ab0c1", X-B3-SpanId:"48e1a8bd0385a522", X-B3-ParentSpanId:"9a1d37055b4ab0c1", X-B3-Sampled:"0", X-ONAP-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-TransactionID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-ECOMP-RequestID:"3e37c7c5-27af-465b-90d0-2c67e858ce1e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eab25d5a-02ec-40a5-98b6-4b64c6fdfb4d"] 2023-01-22T06:48:42.780Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:42.781Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:42.798Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:42.799Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:42.799Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:42.800Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:42.801Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:42.802Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:42.802Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:42.811Z|3e37c7c5-27af-465b-90d0-2c67e858ce1e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:44.661Z|f33723b6-39f9-4c37-b9b9-1f9fa6298cd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:44.662Z|f33723b6-39f9-4c37-b9b9-1f9fa6298cd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:44.743Z|53220c18-ae1f-423f-94ba-706ae5a7f29a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:44.744Z|53220c18-ae1f-423f-94ba-706ae5a7f29a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:45.366Z|d0327945-b777-4196-ad13-5ea37294f4ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:45.367Z|d0327945-b777-4196-ad13-5ea37294f4ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:46.449Z|3522e682-2388-4ee1-b305-3bf2a86cf3ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:48:46.449Z|3522e682-2388-4ee1-b305-3bf2a86cf3ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:48:52.954Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:48:52.959Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:52.960Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:48:52.960Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:52.960Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:48:52.961Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:48:52.961Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3352ec3c51c61151", X-B3-SpanId:"1414e79c38fb665f", X-B3-ParentSpanId:"3352ec3c51c61151", X-B3-Sampled:"0", X-ONAP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-TransactionID:"d398e380-359b-4fc5-8b87-19247b984012", X-ECOMP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b3a9c65f-1dc5-4574-8899-8772bd39c973"] 2023-01-22T06:48:52.961Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:48:52.962Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:52.985Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:52.985Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:52.986Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:48:52.986Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:52.986Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of CreateVfModuleBB has completed successfully, next invoking ActivateVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 1).", "progress" : 68, "startTime" : "2023-01-22T06:48:41.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:48.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:48:52.987Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:52.987Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:48:52.989Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:48:52.989Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:48:52.989Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:52.989Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:48:52.990Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:48:52.990Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3352ec3c51c61151", X-B3-SpanId:"afc3c3a3498b2026", X-B3-ParentSpanId:"3352ec3c51c61151", X-B3-Sampled:"0", X-ONAP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-TransactionID:"d398e380-359b-4fc5-8b87-19247b984012", X-ECOMP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c0f37f84-800b-468e-9980-7cdde3455307"] 2023-01-22T06:48:52.990Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:48:52.990Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:53.002Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:53.002Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:53.003Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:48:53.003Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:48:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:53.004Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:48:53.004Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:53.005Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:48:53.041Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:48:53.042Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:48:53.042Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:53.042Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:48:53.042Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:48:53.042Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-TransactionID:"d398e380-359b-4fc5-8b87-19247b984012", X-ECOMP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e1c0ea35-dc5b-46c1-9f8c-8c54be6ad37c"] 2023-01-22T06:48:53.043Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:48:53.043Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:53.166Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:53.166Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:53.166Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:48:53.167Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=A5FC05990749BFF321EB9327E8A32AFA; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"717", Date:"Sun, 22 Jan 2023 06:48:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:53.167Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"d1c5b7ff-9a20-11ed-a5de-4aba38362a44","businessKey":"68654db6-3d8e-40e9-9152-f51595902017","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:48:46.738+0000","endTime":"2023-01-22T06:48:48.504+0000","removalTime":null,"durationInMillis":1766,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"ce205634-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"d1c47f3e-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T06:48:53.167Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:53.168Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=68654db6-3d8e-40e9-9152-f51595902017&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:48:53.191Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:48:53.191Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:48:53.192Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:48:53.192Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:48:53.192Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:48:53.192Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-TransactionID:"d398e380-359b-4fc5-8b87-19247b984012", X-ECOMP-RequestID:"d398e380-359b-4fc5-8b87-19247b984012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"84c642e2-d615-446a-b202-d712e4e0df83"] 2023-01-22T06:48:53.193Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:48:53.193Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:48:53.311Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:48:53.311Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:48:53.312Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:48:53.312Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E7F89A6B2937D8CA607F36A4927A7151; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 06:48:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:48:53.312Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:d2d3088a-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"d1c5b7ff-9a20-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"d1c5b7ff-9a20-11ed-a5de-4aba38362a44","executionId":"d1c5b7ff-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:48:48.503+0000","endTime":"2023-01-22T06:48:48.503+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"ce205634-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:48:53.313Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:48:53.313Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d1c5b7ff-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:48:53.318Z|d398e380-359b-4fc5-8b87-19247b984012|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:48:54.706Z|a51ae280-7c02-4795-ab43-3fc608f88a32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:54.706Z|a51ae280-7c02-4795-ab43-3fc608f88a32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:54.768Z|0f5b58f8-284f-4f51-a0a9-38af5623508d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:54.768Z|0f5b58f8-284f-4f51-a0a9-38af5623508d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:55.391Z|657a7bde-0023-45c2-ae96-18c9a95fef4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:48:55.392Z|657a7bde-0023-45c2-ae96-18c9a95fef4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:48:59.841Z|9f09eb99-56a2-49d8-a4ea-3598561dd54f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:48:59.842Z|9f09eb99-56a2-49d8-a4ea-3598561dd54f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:01.449Z|3f0c8e7b-46a4-4368-bfb6-1b86f7d2fa5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:01.450Z|3f0c8e7b-46a4-4368-bfb6-1b86f7d2fa5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:01.859Z|a59007b6-476b-4084-bd0a-ce2316ef0ce2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:01.860Z|a59007b6-476b-4084-bd0a-ce2316ef0ce2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:03.451Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:03.456Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.457Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:49:03.457Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.457Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.458Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:49:03.458Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f529a7dedb4d9dcb", X-B3-SpanId:"b98913011e432115", X-B3-ParentSpanId:"f529a7dedb4d9dcb", X-B3-Sampled:"0", X-ONAP-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-TransactionID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-ECOMP-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83180803-08b5-4d54-abec-963e656b5084"] 2023-01-22T06:49:03.458Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:49:03.458Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.483Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.484Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.484Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:49:03.485Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.490Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:41.000+00:00", "endTime" : "2023-01-22T06:48:52.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:51.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:49:03.490Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.491Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:49:03.492Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.493Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:03.493Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.493Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.493Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:03.494Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f529a7dedb4d9dcb", X-B3-SpanId:"1a3f047f026cc393", X-B3-ParentSpanId:"f529a7dedb4d9dcb", X-B3-Sampled:"0", X-ONAP-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-TransactionID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-ECOMP-RequestID:"b604ebc8-7830-4ad8-9333-85a7e4eb5e1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0372b839-d4e8-433f-8988-9c4ccb016176"] 2023-01-22T06:49:03.494Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:03.494Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.514Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.515Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.516Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:03.516Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.518Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:03.518Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.518Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:03.531Z|b604ebc8-7830-4ad8-9333-85a7e4eb5e1b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:03.650Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:03.654Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.655Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:49:03.655Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.655Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.656Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:49:03.656Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8f5804eff6d44880", X-B3-SpanId:"e6a2e7b367b645b3", X-B3-ParentSpanId:"8f5804eff6d44880", X-B3-Sampled:"0", X-ONAP-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-TransactionID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-ECOMP-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6512e04c-7775-43af-88c6-c3069892a813"] 2023-01-22T06:49:03.656Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:49:03.656Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.672Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.673Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.673Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:49:03.673Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.674Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:41.000+00:00", "endTime" : "2023-01-22T06:48:52.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:51.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:49:03.674Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.675Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:49:03.676Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.676Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:03.676Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.677Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.677Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:03.677Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8f5804eff6d44880", X-B3-SpanId:"3e39d7d698abcf95", X-B3-ParentSpanId:"8f5804eff6d44880", X-B3-Sampled:"0", X-ONAP-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-TransactionID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-ECOMP-RequestID:"5ff2df3d-9daa-414d-800c-8c78ed8b6d20", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"23b7cc32-95a0-408f-9cd0-a423d4ca77a9"] 2023-01-22T06:49:03.677Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:03.678Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.691Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.691Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.692Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:03.692Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.693Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:03.693Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.694Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:03.700Z|5ff2df3d-9daa-414d-800c-8c78ed8b6d20|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:03.818Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:03.821Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.822Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:49:03.822Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.822Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:03.822Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:49:03.823Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"75fb8978e02d3711", X-B3-SpanId:"6fd40f42b81f7bff", X-B3-ParentSpanId:"75fb8978e02d3711", X-B3-Sampled:"0", X-ONAP-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-TransactionID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-ECOMP-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d107fd0e-3193-49af-abb6-3c6d46f6f1c1"] 2023-01-22T06:49:03.823Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:49:03.823Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.840Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.841Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.842Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:49:03.842Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.842Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:41.000+00:00", "endTime" : "2023-01-22T06:48:52.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:51.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:49:03.843Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.843Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:49:03.846Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.846Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:03.847Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:03.847Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:03.847Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:03.847Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"75fb8978e02d3711", X-B3-SpanId:"0fc4d8cb5820aefd", X-B3-ParentSpanId:"75fb8978e02d3711", X-B3-Sampled:"0", X-ONAP-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-TransactionID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-ECOMP-RequestID:"257e2cf8-f0b9-4bf9-8276-543de2223ef7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7a30d500-b590-488d-aea1-639fd597b91d"] 2023-01-22T06:49:03.848Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:03.848Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:03.863Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:03.864Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:03.864Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:03.865Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:03.865Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:03.866Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:03.866Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:03.873Z|257e2cf8-f0b9-4bf9-8276-543de2223ef7|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:03.996Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:04.000Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:04.001Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:49:04.001Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:04.002Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:04.002Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:49:04.003Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8ae177dbb84b0ce5", X-B3-SpanId:"92875d6cf424fdf2", X-B3-ParentSpanId:"8ae177dbb84b0ce5", X-B3-Sampled:"0", X-ONAP-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-TransactionID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-ECOMP-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"69048144-8a6a-42c0-9ed9-f95f5ba2d365"] 2023-01-22T06:49:04.003Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:49:04.004Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:04.024Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:04.024Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:04.025Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:49:04.025Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:04.026Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:41.000+00:00", "endTime" : "2023-01-22T06:48:52.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:51.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:49:04.027Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:04.027Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:49:04.029Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:04.029Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:04.030Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:04.030Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:04.030Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:04.031Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8ae177dbb84b0ce5", X-B3-SpanId:"ba81b1d10597fbe1", X-B3-ParentSpanId:"8ae177dbb84b0ce5", X-B3-Sampled:"0", X-ONAP-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-TransactionID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-ECOMP-RequestID:"2db0bd25-3f51-4d94-b1aa-a13fc7823135", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8d8d4dd0-5d7f-40de-9f58-26c869d883cc"] 2023-01-22T06:49:04.031Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:04.031Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:04.044Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:04.044Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:04.045Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:04.045Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:04.046Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:04.047Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:04.047Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:04.054Z|2db0bd25-3f51-4d94-b1aa-a13fc7823135|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:04.180Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:04.185Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:04.185Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||Invoke 2023-01-22T06:49:04.185Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:04.186Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017 2023-01-22T06:49:04.186Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Method : GET 2023-01-22T06:49:04.186Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"30c02cf81fc59df3", X-B3-SpanId:"9b87dd9b2c7a43b6", X-B3-ParentSpanId:"30c02cf81fc59df3", X-B3-Sampled:"0", X-ONAP-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-TransactionID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-ECOMP-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6260d80b-d20c-4223-9bf2-3cdc1e08db52"] 2023-01-22T06:49:04.186Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Request body: 2023-01-22T06:49:04.187Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:04.204Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:04.205Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:04.205Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Status text : 2023-01-22T06:49:04.205Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:04.206Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||Response body: { "requestId" : "68654db6-3d8e-40e9-9152-f51595902017", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:48:41.000+00:00", "endTime" : "2023-01-22T06:48:52.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": \n {\n \"instanceName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"source\": \"VID\",\n \"suppressRollback\": false,\n \"requestorId\": \"test\"\n },\n \"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"BasicCnf..base_dummy..module-0\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\",\n \"modelCustomizationName\": \"BasicCnf..base_dummy..module-0\"\n },\n \"requestParameters\": {\n \"userParams\": [\n \n ],\n \"testApi\": \"GR_API\",\n \"usePreload\": true,\n \"aLaCarte\": true\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\"\n },\n \"relatedInstanceList\": [\n {\n \"relatedInstance\": {\n \"instanceId\": \"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\n \"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n }\n }\n },\n {\n \"relatedInstance\": {\n \"instanceId\": \"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\n \"modelInfo\": {\n \"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n }\n }\n }\n ]\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:48:51.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "BasicCnf..base_dummy..module-0", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "createInstance", "requestorId" : "test", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "68654db6-3d8e-40e9-9152-f51595902017", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017" } } } 2023-01-22T06:49:04.206Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:04.207Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/68654db6-3d8e-40e9-9152-f51595902017|INFO|500||InvokeReturn 2023-01-22T06:49:04.208Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:04.209Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:04.209Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:04.209Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false 2023-01-22T06:49:04.209Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:04.209Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"30c02cf81fc59df3", X-B3-SpanId:"005d9cb8fc5ce565", X-B3-ParentSpanId:"30c02cf81fc59df3", X-B3-Sampled:"0", X-ONAP-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-TransactionID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-ECOMP-RequestID:"e9f76a69-0f43-4e25-bf73-2970a99f78bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d20b761c-0dcb-4dff-b5cb-0d3394fa8089"] 2023-01-22T06:49:04.210Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:04.210Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:04.222Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:04.222Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:04.223Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:04.223Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:04.225Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:04.225Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:04.226Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=68654db6-3d8e-40e9-9152-f51595902017&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:04.234Z|e9f76a69-0f43-4e25-bf73-2970a99f78bd|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/68654db6-3d8e-40e9-9152-f51595902017|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:04.729Z|190e6a3d-3da5-45a1-ae07-4f5921b9a082|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:04.729Z|190e6a3d-3da5-45a1-ae07-4f5921b9a082|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:04.793Z|054f1ff9-cb98-40ff-bf6d-b5abafb6c8e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:04.794Z|054f1ff9-cb98-40ff-bf6d-b5abafb6c8e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:05.418Z|8a94bb14-e696-403d-98ae-0fab51549be7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:05.419Z|8a94bb14-e696-403d-98ae-0fab51549be7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:14.755Z|cec3c9a9-7de6-4e7f-8742-c565fadf7a6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:14.756Z|cec3c9a9-7de6-4e7f-8742-c565fadf7a6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:14.828Z|d3b51676-3c73-467b-a6c8-05c95d5909e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:14.829Z|d3b51676-3c73-467b-a6c8-05c95d5909e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:15.053Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:15.087Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||INFO|500||Checking if requestId: a72a0592-fe19-4756-844d-1ea87e23560c already exists in requestDb InfraActiveRequests table 2023-01-22T06:49:15.090Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:15.094Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:15.094Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.095Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:15.097Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:15.098Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"69d769336b7ff142", X-B3-SpanId:"f1d1aac4f7b9e650", X-B3-ParentSpanId:"69d769336b7ff142", X-B3-Sampled:"0", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0e47b7a1-8c58-400a-9de3-62ec468fdef5"] 2023-01-22T06:49:15.099Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:15.100Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.123Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:15.123Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:49:15.124Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:15.124Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:15.124Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: 2023-01-22T06:49:15.125Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:15.125Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:15.135Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:49:15.140Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:15.167Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:49:15.168Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:49:15.246Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:49:15.247Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:15 GMT], content-length=[1024], vertex-id=[413888], x-aai-txid=[1-aai-resources-230122-06:49:15:131-78329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:15.248Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370109137","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:49:15.250Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:49:15.250Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:49:15.251Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:15.252Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:49:15.252Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.253Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:15.253Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:49:15.254Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"239", X-B3-TraceId:"69d769336b7ff142", X-B3-SpanId:"36cbd241271cfd50", X-B3-ParentSpanId:"69d769336b7ff142", X-B3-Sampled:"0", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e382136b-aecb-4cdf-9ce5-0acfb755e316"] 2023-01-22T06:49:15.254Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","vfModuleInstanceId":"61c0b61d-aa96-46f6-9bd3-1cef3380dde2"},"instanceName":null,"requestScope":"vfModule"} 2023-01-22T06:49:15.254Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.272Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:15.273Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:15.274Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:49:15.274Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:15.274Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:49:15.275Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:15.275Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:49:15.276Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance 2023-01-22T06:49:15.276Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:49:15.276Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.277Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance 2023-01-22T06:49:15.277Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:49:15.277Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1d73addc-a80f-407f-a63c-c1a93d980e98"] 2023-01-22T06:49:15.278Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:49:15.278Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.296Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:15.297Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:15.297Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:49:15.298Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:15.299Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Response body: { "id" : 49, "action" : "deleteInstance", "description" : "Gr api recipe to delete vf-module", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "vnfType" : null, "paramXsd" : null, "vnfComponentType" : "vfModule", "vfModuleModelUUID" : "GR-API-DEFAULT", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/49" }, "vnfComponentsRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/49" } } } 2023-01-22T06:49:15.299Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:15.299Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:49:15.301Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c 2023-01-22T06:49:15.302Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|INFO|500||Invoke 2023-01-22T06:49:15.302Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.302Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c 2023-01-22T06:49:15.302Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Method : GET 2023-01-22T06:49:15.302Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b63ae07e-013c-4ae0-b8de-8dc5d6d71906"] 2023-01-22T06:49:15.303Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Request body: 2023-01-22T06:49:15.303Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.322Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:15.323Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:15.323Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Status text : 2023-01-22T06:49:15.324Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:15.324Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||Response body: { "modelUUID" : "7e2ffb59-6e18-409e-bf22-35e6cf6f337c", "modelInvariantUUID" : "a985ae3d-f3f4-432e-bd3c-b53784c69c11", "modelName" : "BasicCnf..base_dummy..module-0", "modelVersion" : "1", "description" : null, "isBase" : true, "created" : "2023-01-22 06:41:22.000", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "vfModule" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c" }, "volumeHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/volumeHeatTemplate" }, "heatFiles" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/heatFiles" }, "vnfResources" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vnfResources" }, "vfModuleCustomization" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/vfModuleCustomization" }, "moduleHeatTemplate" : { "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c/moduleHeatTemplate" } } } 2023-01-22T06:49:15.324Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:15.325Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/7e2ffb59-6e18-409e-bf22-35e6cf6f337c|INFO|500||InvokeReturn 2023-01-22T06:49:15.327Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:15.327Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:49:15.328Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.328Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:15.328Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:49:15.328Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1717", X-B3-TraceId:"69d769336b7ff142", X-B3-SpanId:"7fcf4218d11f6175", X-B3-ParentSpanId:"69d769336b7ff142", X-B3-Sampled:"0", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ef8e0d35-0e88-4e84-b762-0396989d84ec"] 2023-01-22T06:49:15.329Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"a72a0592-fe19-4756-844d-1ea87e23560c","requestStatus":"IN_PROGRESS","startTime":1674370155136,"source":"VID","vnfId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","vnfType":"","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}","lastModifiedBy":"APIH","vfModuleId":"61c0b61d-aa96-46f6-9bd3-1cef3380dde2","vfModuleModelName":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c","cloudRegion":"k8sregion","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","requestScope":"vfModule","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"a72a0592-fe19-4756-844d-1ea87e23560c"} 2023-01-22T06:49:15.329Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.353Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:15.354Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:49:15.354Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:49:15.355Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:15.356Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:15.136+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:49:13.856+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:15.356Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:15.357Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:49:15.366Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:15.367Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:49:15.367Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:15.367Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:15.367Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:49:15.368Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2455", X-B3-TraceId:"69d769336b7ff142", X-B3-SpanId:"f1b8fea5e8447ce4", X-B3-ParentSpanId:"69d769336b7ff142", X-B3-Sampled:"0", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d83cf74a-b5c8-4774-ae28-284dcc143490"] 2023-01-22T06:49:15.368Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\"modelType\":\"vfModule\",\"modelName\":\"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\"modelVersion\":\"1674370132487\",\"modelCustomizationUuid\":\"4f6948b1-c762-469a-b045-29699737731a\",\"modelVersionId\":\"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\"modelCustomizationId\":\"4f6948b1-c762-469a-b045-29699737731a\",\"modelUuid\":\"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\"modelInvariantUuid\":\"a985ae3d-f3f4-432e-bd3c-b53784c69c11\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\"vnfInstanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\",\"vfModuleInstanceId\":\"61c0b61d-aa96-46f6-9bd3-1cef3380dde2\"}","type":"String"},"requestId":{"value":"a72a0592-fe19-4756-844d-1ea87e23560c","type":"String"},"mso-request-id":{"value":"a72a0592-fe19-4756-844d-1ea87e23560c","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","type":"String"},"vfModuleId":{"value":"61c0b61d-aa96-46f6-9bd3-1cef3380dde2","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:49:15.368Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:15.443Z|a367ba31-12b9-4ff8-b965-c73bdd4ef23e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:15.444Z|a367ba31-12b9-4ff8-b965-c73bdd4ef23e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:16.381Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:16.382Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:49:16.382Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:49:16.382Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:49:15 GMT", X-ONAP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-TransactionID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ECOMP-RequestID:"a72a0592-fe19-4756-844d-1ea87e23560c", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d83cf74a-b5c8-4774-ae28-284dcc143490", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:16.383Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"a72a0592-fe19-4756-844d-1ea87e23560c\",\"instanceId\":\"61c0b61d-aa96-46f6-9bd3-1cef3380dde2\"}}","message":"Success","processInstanceID":"e244e493-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:49:16.383Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:16.383Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:49:16.388Z|a72a0592-fe19-4756-844d-1ea87e23560c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:16.448Z|c05a7046-7804-45b6-b407-685e9e1e24ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:16.450Z|c05a7046-7804-45b6-b407-685e9e1e24ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:16.517Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:16.521Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:16.522Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:16.522Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:16.523Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:16.523Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:16.523Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16632ec5c87e0ba1", X-B3-SpanId:"99a94a2c5d5003f2", X-B3-ParentSpanId:"16632ec5c87e0ba1", X-B3-Sampled:"0", X-ONAP-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-TransactionID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-ECOMP-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1ab862d8-4204-4440-95ad-52b586677df6"] 2023-01-22T06:49:16.524Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:16.524Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:16.542Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:16.543Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:16.543Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:16.544Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:16.544Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:15.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:14.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:16.545Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:16.545Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:16.547Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:16.547Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:16.547Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:16.548Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:16.548Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:16.548Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16632ec5c87e0ba1", X-B3-SpanId:"6d2f2bf8bd43c9d8", X-B3-ParentSpanId:"16632ec5c87e0ba1", X-B3-Sampled:"0", X-ONAP-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-TransactionID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-ECOMP-RequestID:"e0d26977-a0f9-4182-83d8-d9ba8383a59c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"018b8c40-4d62-41f2-80a3-989b7427d92d"] 2023-01-22T06:49:16.549Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:16.549Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:16.561Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:16.561Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:16.562Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:16.562Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:15 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:16.563Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:16.563Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:16.564Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:16.569Z|e0d26977-a0f9-4182-83d8-d9ba8383a59c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:24.788Z|82bf7a66-f911-48be-b232-23d3d03a9d4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:24.790Z|82bf7a66-f911-48be-b232-23d3d03a9d4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:24.855Z|ce693bce-44c5-4d50-85c5-31b482bfef93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:24.856Z|ce693bce-44c5-4d50-85c5-31b482bfef93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:25.472Z|c88df5a0-5cca-4e82-be5c-a926bb8686fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:25.473Z|c88df5a0-5cca-4e82-be5c-a926bb8686fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:26.693Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:26.699Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:26.700Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:26.700Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:26.700Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:26.701Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:26.701Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b9f250e8113a75fc", X-B3-SpanId:"bc92980eca24d537", X-B3-ParentSpanId:"b9f250e8113a75fc", X-B3-Sampled:"0", X-ONAP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-TransactionID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ECOMP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d05cb432-3ac4-4af8-bbef-386801379789"] 2023-01-22T06:49:26.702Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:26.702Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:26.726Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:26.727Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:26.727Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:26.727Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:26.729Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).", "progress" : 36, "startTime" : "2023-01-22T06:49:15.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:16.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:26.730Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:26.730Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:26.732Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:26.732Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:26.732Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:26.733Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:26.733Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:26.733Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b9f250e8113a75fc", X-B3-SpanId:"b87fbac9a248901e", X-B3-ParentSpanId:"b9f250e8113a75fc", X-B3-Sampled:"0", X-ONAP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-TransactionID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ECOMP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5734fb08-47e8-4f18-a4b0-812526ab98bb"] 2023-01-22T06:49:26.734Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:26.734Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:26.746Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:26.747Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:26.747Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:26.747Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:26.748Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:26.748Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:26.748Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:26.795Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:49:26.796Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T06:49:26.796Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:26.796Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T06:49:26.797Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:49:26.797Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-TransactionID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ECOMP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f7d1ba5-2508-41f3-9b76-4bf8ea344167"] 2023-01-22T06:49:26.797Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:49:26.798Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:26.918Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:26.919Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:26.919Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:49:26.919Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=107D2A4011211D3B06DFE7C3C88BC2B4; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 06:49:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:26.920Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"e4746f07-9a20-11ed-a5de-4aba38362a44","businessKey":"a72a0592-fe19-4756-844d-1ea87e23560c","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T06:49:18.082+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"e244e493-9a20-11ed-a5de-4aba38362a44","superProcessInstanceId":"e4738464-9a20-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T06:49:26.920Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:26.921Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a72a0592-fe19-4756-844d-1ea87e23560c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:49:26.943Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:49:26.943Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T06:49:26.944Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:26.944Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T06:49:26.944Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T06:49:26.944Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-TransactionID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ECOMP-RequestID:"e0cc2049-4729-4866-957b-03e6e91e7ec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1a2c4820-3f33-4d4f-8a90-61da9eac9dbd"] 2023-01-22T06:49:26.945Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T06:49:26.945Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:27.061Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:27.062Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:27.062Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T06:49:27.063Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=EBBC91B37B0DF69A23D06E68584ACD19; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"775", Date:"Sun, 22 Jan 2023 06:49:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:27.063Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:e4746f0e-9a20-11ed-a5de-4aba38362a44","parentActivityInstanceId":"e4746f07-9a20-11ed-a5de-4aba38362a44","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"e4746f07-9a20-11ed-a5de-4aba38362a44","executionId":"e4746f07-9a20-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T06:49:18.082+0000","endTime":"2023-01-22T06:49:18.083+0000","durationInMillis":1,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"e244e493-9a20-11ed-a5de-4aba38362a44"}] 2023-01-22T06:49:27.064Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:27.064Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e4746f07-9a20-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T06:49:27.068Z|e0cc2049-4729-4866-957b-03e6e91e7ec1|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:31.449Z|ad51e662-7cbf-4489-964a-0b9585feb6ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:31.449Z|ad51e662-7cbf-4489-964a-0b9585feb6ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:31.860Z|cf820c51-28d9-41a9-9ea7-6d88ff474437|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:31.861Z|cf820c51-28d9-41a9-9ea7-6d88ff474437|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:34.813Z|7e62c5ad-c239-4ee9-aa1c-e7ff182ddb02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:34.814Z|7e62c5ad-c239-4ee9-aa1c-e7ff182ddb02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:34.883Z|d5e7b536-83b2-4ffe-a515-c196a80bada2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:34.884Z|d5e7b536-83b2-4ffe-a515-c196a80bada2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:35.504Z|ab9e5bf1-5018-4dc0-a0ed-175e331ef41a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:35.505Z|ab9e5bf1-5018-4dc0-a0ed-175e331ef41a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:37.196Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:37.201Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.202Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:37.202Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.202Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.203Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:37.203Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"518ce8cada78fa6b", X-B3-SpanId:"5d70deb44371003e", X-B3-ParentSpanId:"518ce8cada78fa6b", X-B3-Sampled:"0", X-ONAP-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-TransactionID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-ECOMP-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"523d12d8-6320-424d-84cf-332667a446ad"] 2023-01-22T06:49:37.204Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:37.204Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.226Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.226Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.227Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:37.227Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.229Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:15.000+00:00", "endTime" : "2023-01-22T06:49:31.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:31.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:37.230Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.230Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:37.232Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.232Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:37.232Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.233Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.233Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:37.233Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"518ce8cada78fa6b", X-B3-SpanId:"9a6932583bbec453", X-B3-ParentSpanId:"518ce8cada78fa6b", X-B3-Sampled:"0", X-ONAP-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-TransactionID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-ECOMP-RequestID:"0460acfb-68c7-4d02-adca-8f1b4358b16d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"75ce3cff-2666-47af-87d4-cde33c660552"] 2023-01-22T06:49:37.233Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:37.234Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.247Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.247Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.248Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:37.248Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.249Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:37.249Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.250Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:37.257Z|0460acfb-68c7-4d02-adca-8f1b4358b16d|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:37.395Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:37.399Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.399Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:37.400Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.400Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.400Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:37.401Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88c6da744ee9a9f5", X-B3-SpanId:"14b2271c9cea2593", X-B3-ParentSpanId:"88c6da744ee9a9f5", X-B3-Sampled:"0", X-ONAP-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-TransactionID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-ECOMP-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf21c55c-38e6-49b5-b879-8e77b0504494"] 2023-01-22T06:49:37.401Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:37.401Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.418Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.419Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.419Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:37.419Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.420Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:15.000+00:00", "endTime" : "2023-01-22T06:49:31.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:31.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:37.420Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.421Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:37.423Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.423Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:37.423Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.423Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.424Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:37.424Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88c6da744ee9a9f5", X-B3-SpanId:"3ef3cdff3a11d029", X-B3-ParentSpanId:"88c6da744ee9a9f5", X-B3-Sampled:"0", X-ONAP-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-TransactionID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-ECOMP-RequestID:"507e331c-8d25-4bb6-81d0-0db4e8d3412b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"127a36c9-e2e7-4db9-9c5a-cc534d7df317"] 2023-01-22T06:49:37.424Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:37.425Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.437Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.438Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.438Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:37.438Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.439Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:37.440Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.440Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:37.448Z|507e331c-8d25-4bb6-81d0-0db4e8d3412b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:37.564Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:37.568Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.569Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:37.569Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.570Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.570Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:37.570Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"06e66140e8763a52", X-B3-SpanId:"bbc40a5004d88086", X-B3-ParentSpanId:"06e66140e8763a52", X-B3-Sampled:"0", X-ONAP-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-TransactionID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-ECOMP-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bada1a30-20cd-47db-b6d3-1145351fc1a7"] 2023-01-22T06:49:37.570Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:37.571Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.587Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.588Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.588Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:37.588Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.589Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:15.000+00:00", "endTime" : "2023-01-22T06:49:31.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:31.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:37.589Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.590Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:37.591Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.592Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:37.592Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.592Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.592Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:37.593Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"06e66140e8763a52", X-B3-SpanId:"9683fad52ca05803", X-B3-ParentSpanId:"06e66140e8763a52", X-B3-Sampled:"0", X-ONAP-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-TransactionID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-ECOMP-RequestID:"88f96bb4-b6c9-4227-8638-a5fabb29ff0d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fbf469de-984f-45e0-aebe-f220389eded1"] 2023-01-22T06:49:37.593Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:37.593Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.607Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.607Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.607Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:37.608Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.611Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:37.611Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.612Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:37.619Z|88f96bb4-b6c9-4227-8638-a5fabb29ff0d|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:37.746Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:37.750Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.750Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:37.751Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.751Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.751Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:37.752Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"23cece90c0155d49", X-B3-SpanId:"79dde2cde7752731", X-B3-ParentSpanId:"23cece90c0155d49", X-B3-Sampled:"0", X-ONAP-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-TransactionID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-ECOMP-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bb545dd3-dadd-41cd-8d5c-dd2a1845ce7a"] 2023-01-22T06:49:37.752Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:37.752Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.776Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.777Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.777Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:37.778Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.778Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:15.000+00:00", "endTime" : "2023-01-22T06:49:31.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:31.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:37.779Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.779Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:37.781Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.782Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:37.782Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.782Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.783Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:37.783Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"23cece90c0155d49", X-B3-SpanId:"520ae2690e29ce16", X-B3-ParentSpanId:"23cece90c0155d49", X-B3-Sampled:"0", X-ONAP-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-TransactionID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-ECOMP-RequestID:"f77d8b78-a083-4a90-9a26-2c8293a374e5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2a26ac62-ecfc-4c8d-8c11-6fadd0aad16a"] 2023-01-22T06:49:37.783Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:37.784Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.799Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.799Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.800Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:37.800Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.803Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:37.803Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.804Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:37.811Z|f77d8b78-a083-4a90-9a26-2c8293a374e5|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:37.937Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:37.941Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.941Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||Invoke 2023-01-22T06:49:37.942Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.942Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c 2023-01-22T06:49:37.943Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Method : GET 2023-01-22T06:49:37.943Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73ed2ffb3dae9d04", X-B3-SpanId:"8e2898fde74082fe", X-B3-ParentSpanId:"73ed2ffb3dae9d04", X-B3-Sampled:"0", X-ONAP-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-TransactionID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-ECOMP-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d77454fe-08bc-41aa-b2d8-7cce615f31b0"] 2023-01-22T06:49:37.944Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Request body: 2023-01-22T06:49:37.944Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.964Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.965Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.965Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Status text : 2023-01-22T06:49:37.966Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.967Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||Response body: { "requestId" : "a72a0592-fe19-4756-844d-1ea87e23560c", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:15.000+00:00", "endTime" : "2023-01-22T06:49:31.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfType" : "", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"vfModule\",\n \"modelInvariantId\": \"a985ae3d-f3f4-432e-bd3c-b53784c69c11\",\n \"modelVersionId\": \"7e2ffb59-6e18-409e-bf22-35e6cf6f337c\",\n \"modelName\": \"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c\",\n \"modelVersion\": \"1674370132487\",\n \"modelCustomizationId\": \"4f6948b1-c762-469a-b045-29699737731a\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:31.000+00:00", "vfModuleId" : "61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "vfModuleName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "vfModuleModelName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vfModule", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vfModules/61c0b61d-aa96-46f6-9bd3-1cef3380dde2", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "a72a0592-fe19-4756-844d-1ea87e23560c", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c" } } } 2023-01-22T06:49:37.967Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.967Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a72a0592-fe19-4756-844d-1ea87e23560c|INFO|500||InvokeReturn 2023-01-22T06:49:37.969Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.969Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:37.970Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:37.970Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false 2023-01-22T06:49:37.970Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:37.971Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73ed2ffb3dae9d04", X-B3-SpanId:"88e6a00704a9bf38", X-B3-ParentSpanId:"73ed2ffb3dae9d04", X-B3-Sampled:"0", X-ONAP-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-TransactionID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-ECOMP-RequestID:"3d2661ac-910b-4428-98b0-07fbae83b86e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b8fb80a0-15d4-41e7-8ad5-34d0dc954950"] 2023-01-22T06:49:37.971Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:37.971Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:37.988Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:37.989Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:37.989Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:37.989Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:37.991Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:37.992Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:37.992Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a72a0592-fe19-4756-844d-1ea87e23560c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:37.999Z|3d2661ac-910b-4428-98b0-07fbae83b86e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a72a0592-fe19-4756-844d-1ea87e23560c|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:39.942Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:39.945Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||Checking if requestId: 4daa94ec-75cb-4505-bc3f-bbd79e83c57f already exists in requestDb InfraActiveRequests table 2023-01-22T06:49:39.946Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:39.946Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:39.947Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:39.947Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:39.947Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:39.948Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"191dc75bf59820b1", X-B3-SpanId:"ad7be20a4aa18a87", X-B3-ParentSpanId:"191dc75bf59820b1", X-B3-Sampled:"0", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b72e7bef-eb9d-4921-b295-1fd73e31abb4"] 2023-01-22T06:49:39.948Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:39.949Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:39.965Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:39.966Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:49:39.966Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:39.967Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:38 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:39.968Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: 2023-01-22T06:49:39.968Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:39.969Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:39.978Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:49:39.986Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:40.013Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups|INFO|500||Invoke 2023-01-22T06:49:40.014Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups with request headers:{Authorization=[***REDACTED***], X-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[909f8f74-e892-4dc1-bbf1-82ae56c0b766], X-ECOMP-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f], X-TransactionId=[], X-ONAP-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f]} 2023-01-22T06:49:40.063Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:49:39 GMT], content-length=[408], x-aai-txid=[2-aai-resources-230122-06:49:39:975-40448], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:40.065Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups","Node Not Found:No Node of type volume-group found at: network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups","ERR.5.4.6114"]}}} 2023-01-22T06:49:40.065Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:40.068Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/related-to/volume-groups 2023-01-22T06:49:40.068Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||No VolumeGroups attached to Vnf in AAI : 2dedbff0-f17a-41b7-a8c8-b84aef8eb95a 2023-01-22T06:49:40.072Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:40.121Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:49:40.122Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules|INFO|500||Invoke 2023-01-22T06:49:40.203Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:40.203Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:49:40 GMT], content-length=[377], x-aai-txid=[1-aai-resources-230122-06:49:40:076-8540], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:40.205Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules","Node Not Found:No Node of type vf-module found at: network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules","ERR.5.4.6114"]}}} 2023-01-22T06:49:40.207Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a/vf-modules 2023-01-22T06:49:40.207Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||No VfModules attached to Vnf in AAI : 2dedbff0-f17a-41b7-a8c8-b84aef8eb95a 2023-01-22T06:49:40.211Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:40.237Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:49:40.237Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[5c993b2b-06b4-4acc-a2fc-056b000952d8], X-ECOMP-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f], X-TransactionId=[], X-ONAP-RequestID=[4daa94ec-75cb-4505-bc3f-bbd79e83c57f]} 2023-01-22T06:49:40.313Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:40 GMT], content-length=[1024], vertex-id=[413888], x-aai-txid=[0-aai-resources-230122-06:49:40:193-66491], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:40.315Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370109137","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:49:40.315Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:49:40.319Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:49:40.319Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:49:40.320Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:40.320Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:49:40.321Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:40.321Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:40.321Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:49:40.322Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"174", X-B3-TraceId:"191dc75bf59820b1", X-B3-SpanId:"b928e858effce810", X-B3-ParentSpanId:"191dc75bf59820b1", X-B3-Sampled:"0", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd62bb9f-65ff-48a8-a2ea-d404d773d0e7"] 2023-01-22T06:49:40.322Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"},"instanceName":null,"requestScope":"vnf"} 2023-01-22T06:49:40.322Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:40.343Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:40.343Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:40.344Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:49:40.344Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:38 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:40.344Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:49:40.345Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:40.345Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:49:40.346Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:49:40.346Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:49:40.347Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:40.347Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance 2023-01-22T06:49:40.347Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:49:40.348Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"50a0df8e-fdc2-4e01-a973-237f544177e0"] 2023-01-22T06:49:40.348Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:49:40.348Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:40.368Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:40.369Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:40.370Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:49:40.370Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:38 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:40.371Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Response body: { "id" : 10036, "nfRole" : "GR-API-DEFAULT", "paramXsd" : null, "vfModuleId" : null, "action" : "deleteInstance", "description" : "Gr api recipe to delete vnf", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "recipeTimeout" : 180, "versionStr" : "1", "serviceType" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10036" }, "vnfRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10036" } } } 2023-01-22T06:49:40.371Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:40.372Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:49:40.375Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:40.376Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:49:40.376Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:40.376Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:40.377Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:49:40.377Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1531", X-B3-TraceId:"191dc75bf59820b1", X-B3-SpanId:"40448663350fee74", X-B3-ParentSpanId:"191dc75bf59820b1", X-B3-Sampled:"0", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"941d13c6-4c0a-47a4-9132-3d3843a781ea"] 2023-01-22T06:49:40.377Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"4daa94ec-75cb-4505-bc3f-bbd79e83c57f","requestStatus":"IN_PROGRESS","startTime":1674370180208,"source":"VID","vnfId":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","requestScope":"vnf","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"4daa94ec-75cb-4505-bc3f-bbd79e83c57f"} 2023-01-22T06:49:40.377Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:40.406Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:40.406Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:49:40.407Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:49:40.407Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:38 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:40.408Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:40.208+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:49:38.905+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:40.408Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:40.409Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:49:40.416Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:40.417Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:49:40.417Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:40.418Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:40.418Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:49:40.418Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2338", X-B3-TraceId:"191dc75bf59820b1", X-B3-SpanId:"e2c8de495aaca4dc", X-B3-ParentSpanId:"191dc75bf59820b1", X-B3-Sampled:"0", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3bb3b9e9-69d9-47f8-8824-7e02062a12c5"] 2023-01-22T06:49:40.419Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_cnf 0\",\"modelInvariantId\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelType\":\"vnf\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelVersionId\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelCustomizationId\":\"a47ac5cf-5b35-4611-9644-c981430d86c5\",\"modelUuid\":\"7962c827-bd92-4a87-895e-2679490fcbf9\",\"modelInvariantUuid\":\"c1d4e286-6de9-460d-89bc-08455e2eaede\",\"modelInstanceName\":\"basic_cnf 0\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\",\"vnfInstanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\"}","type":"String"},"requestId":{"value":"4daa94ec-75cb-4505-bc3f-bbd79e83c57f","type":"String"},"mso-request-id":{"value":"4daa94ec-75cb-4505-bc3f-bbd79e83c57f","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:49:40.419Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:41.431Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:41.431Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:49:41.432Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:49:41.432Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:49:40 GMT", X-ONAP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-TransactionID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ECOMP-RequestID:"4daa94ec-75cb-4505-bc3f-bbd79e83c57f", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3bb3b9e9-69d9-47f8-8824-7e02062a12c5", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:41.433Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"4daa94ec-75cb-4505-bc3f-bbd79e83c57f\",\"instanceId\":\"2dedbff0-f17a-41b7-a8c8-b84aef8eb95a\"}}","message":"Success","processInstanceID":"f1335f43-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:49:41.433Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:41.433Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:49:41.437Z|4daa94ec-75cb-4505-bc3f-bbd79e83c57f|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:41.568Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:41.571Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:41.572Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:41.572Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:41.572Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:41.572Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:41.572Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"61309a01508b29bd", X-B3-SpanId:"f77bb9b45bb4854f", X-B3-ParentSpanId:"61309a01508b29bd", X-B3-Sampled:"0", X-ONAP-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-TransactionID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-ECOMP-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bb15e6c9-1e89-4650-9277-43cba2c0144f"] 2023-01-22T06:49:41.573Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:41.573Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:41.595Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:41.596Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:41.596Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:41.596Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:41.597Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:40.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:39.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:41.597Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:41.598Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:41.599Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:41.599Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:41.600Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:41.600Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:41.600Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:41.601Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"61309a01508b29bd", X-B3-SpanId:"f52ac4707bee6634", X-B3-ParentSpanId:"61309a01508b29bd", X-B3-Sampled:"0", X-ONAP-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-TransactionID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-ECOMP-RequestID:"91a42ad1-b2e2-4d5d-b16b-bac816f03a53", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2cca5c8a-498a-41f3-966e-729a4548aabc"] 2023-01-22T06:49:41.601Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:41.601Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:41.615Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:41.615Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:41.616Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:41.616Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:41.617Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:41.617Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:41.618Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:41.625Z|91a42ad1-b2e2-4d5d-b16b-bac816f03a53|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:44.840Z|0da06b16-58ae-4bb7-8792-c08ae43df66b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:44.840Z|0da06b16-58ae-4bb7-8792-c08ae43df66b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:44.910Z|844ec62c-119d-4336-a9ac-6aff03c14660|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:44.911Z|844ec62c-119d-4336-a9ac-6aff03c14660|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:45.528Z|c6ea844c-05b8-4923-bfc0-6b6826aab7da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:45.528Z|c6ea844c-05b8-4923-bfc0-6b6826aab7da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:46.449Z|9424c038-fb21-418a-9365-f174a551239c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:49:46.449Z|9424c038-fb21-418a-9365-f174a551239c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:49:51.752Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:51.758Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:51.758Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:51.758Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:51.759Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:51.759Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:51.760Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"74fa61cd1f6c3388", X-B3-SpanId:"235b4a66f7cb18d1", X-B3-ParentSpanId:"74fa61cd1f6c3388", X-B3-Sampled:"0", X-ONAP-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-TransactionID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-ECOMP-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c257780e-bc1f-4b58-a0e6-15f8a3cdf512"] 2023-01-22T06:49:51.761Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:51.761Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:51.781Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:51.782Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:51.782Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:51.783Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:51.784Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:40.000+00:00", "endTime" : "2023-01-22T06:49:44.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:43.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:51.785Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:51.786Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:51.787Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:51.788Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:51.788Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:51.788Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:51.789Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:51.789Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"74fa61cd1f6c3388", X-B3-SpanId:"d3bff2f250244b6b", X-B3-ParentSpanId:"74fa61cd1f6c3388", X-B3-Sampled:"0", X-ONAP-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-TransactionID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-ECOMP-RequestID:"e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3667c07e-0b62-4186-8821-5f41f8b259d2"] 2023-01-22T06:49:51.789Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:51.790Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:51.801Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:51.802Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:51.802Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:51.802Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:51.803Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:51.803Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:51.804Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:51.811Z|e6d550b8-9fdc-49e9-a12b-6d7d8194dbb4|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:51.929Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:51.933Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:51.934Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:51.934Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:51.934Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:51.935Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:51.935Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0475a9344067b120", X-B3-SpanId:"e114399deea79186", X-B3-ParentSpanId:"0475a9344067b120", X-B3-Sampled:"0", X-ONAP-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-TransactionID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-ECOMP-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2ba1230a-ab16-4ee6-9358-91a0629e5d36"] 2023-01-22T06:49:51.935Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:51.936Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:51.955Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:51.956Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:51.956Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:51.957Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:51.957Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:40.000+00:00", "endTime" : "2023-01-22T06:49:44.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:43.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:51.957Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:51.958Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:51.960Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:51.960Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:51.960Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:51.961Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:51.961Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:51.961Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0475a9344067b120", X-B3-SpanId:"956c53eda0d47e16", X-B3-ParentSpanId:"0475a9344067b120", X-B3-Sampled:"0", X-ONAP-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-TransactionID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-ECOMP-RequestID:"ff463a41-50d7-44bc-8f52-1d13744bd69b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c634d42b-c6b4-43fb-8fdf-8357320d92e4"] 2023-01-22T06:49:51.962Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:51.962Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:51.975Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:51.975Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:51.976Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:51.976Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:51.977Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:51.977Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:51.978Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:51.985Z|ff463a41-50d7-44bc-8f52-1d13744bd69b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:52.105Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:52.111Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.111Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:52.112Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.112Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.112Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:52.112Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f02cecbe3f012dc5", X-B3-SpanId:"242c603f9519db6b", X-B3-ParentSpanId:"f02cecbe3f012dc5", X-B3-Sampled:"0", X-ONAP-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-TransactionID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-ECOMP-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9631cf81-937d-4273-b5c1-29d80612bc6c"] 2023-01-22T06:49:52.113Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:52.113Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.130Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.131Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.131Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:52.131Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.132Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:40.000+00:00", "endTime" : "2023-01-22T06:49:44.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:43.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:52.133Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.133Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:52.135Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.135Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:52.136Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.136Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.136Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:52.137Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f02cecbe3f012dc5", X-B3-SpanId:"30fc6a298e8daa09", X-B3-ParentSpanId:"f02cecbe3f012dc5", X-B3-Sampled:"0", X-ONAP-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-TransactionID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-ECOMP-RequestID:"ff82c12a-a3c6-4892-b944-3f2bc385083c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9e7c7ca7-7dd3-4f9e-9032-449567293e0a"] 2023-01-22T06:49:52.137Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:52.137Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.150Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.151Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.151Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:52.151Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.153Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:52.153Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.153Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:52.160Z|ff82c12a-a3c6-4892-b944-3f2bc385083c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:52.281Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:52.286Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.286Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:52.287Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.287Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.287Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:52.288Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8df009166d89b0e5", X-B3-SpanId:"9c73e21e526f9c3b", X-B3-ParentSpanId:"8df009166d89b0e5", X-B3-Sampled:"0", X-ONAP-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-TransactionID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-ECOMP-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4f01f716-6e00-4d2d-a17c-43d3d70cc450"] 2023-01-22T06:49:52.288Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:52.289Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.308Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.309Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.310Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:52.311Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.312Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:40.000+00:00", "endTime" : "2023-01-22T06:49:44.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:43.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:52.312Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.313Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:52.316Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.316Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:52.317Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.317Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.318Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:52.318Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8df009166d89b0e5", X-B3-SpanId:"f51394426987d560", X-B3-ParentSpanId:"8df009166d89b0e5", X-B3-Sampled:"0", X-ONAP-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-TransactionID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-ECOMP-RequestID:"bba93d31-d4f4-4672-bca1-52d8fcedf04e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d82acffa-291f-4c2e-8dde-0f64e0f0dfcd"] 2023-01-22T06:49:52.318Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:52.319Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.333Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.335Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.335Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:52.336Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.337Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:52.337Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.338Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:52.346Z|bba93d31-d4f4-4672-bca1-52d8fcedf04e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:52.472Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:52.476Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.476Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||Invoke 2023-01-22T06:49:52.476Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.477Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f 2023-01-22T06:49:52.477Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Method : GET 2023-01-22T06:49:52.477Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88ff17e332cef210", X-B3-SpanId:"98da549f19cc0f2a", X-B3-ParentSpanId:"88ff17e332cef210", X-B3-Sampled:"0", X-ONAP-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-TransactionID:"9c481c33-09eb-4643-95da-19586f6cc364", X-ECOMP-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3b2526a5-7c13-4a60-92c6-e39b8713fe3e"] 2023-01-22T06:49:52.478Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Request body: 2023-01-22T06:49:52.478Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.499Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.500Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.500Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Status text : 2023-01-22T06:49:52.500Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.501Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||Response body: { "requestId" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:40.000+00:00", "endTime" : "2023-01-22T06:49:44.000+00:00", "source" : "VID", "vnfId" : "2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "vnfName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c_vnf_0", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"c1d4e286-6de9-460d-89bc-08455e2eaede\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"7962c827-bd92-4a87-895e-2679490fcbf9\",\n \"modelCustomizationId\": \"a47ac5cf-5b35-4611-9644-c981430d86c5\",\n \"modelCustomizationName\": \"basic_cnf 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:43.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "vnf", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/vnfs/2dedbff0-f17a-41b7-a8c8-b84aef8eb95a", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "4daa94ec-75cb-4505-bc3f-bbd79e83c57f", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f" } } } 2023-01-22T06:49:52.501Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.502Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|INFO|500||InvokeReturn 2023-01-22T06:49:52.504Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.504Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:52.504Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:52.505Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false 2023-01-22T06:49:52.505Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:52.505Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88ff17e332cef210", X-B3-SpanId:"68e121a16b23da75", X-B3-ParentSpanId:"88ff17e332cef210", X-B3-Sampled:"0", X-ONAP-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-TransactionID:"9c481c33-09eb-4643-95da-19586f6cc364", X-ECOMP-RequestID:"9c481c33-09eb-4643-95da-19586f6cc364", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"69a0d19c-c534-497a-a454-f1c7b531df90"] 2023-01-22T06:49:52.505Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:52.506Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:52.521Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:52.521Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:52.522Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:52.522Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:52.524Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:52.524Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:52.525Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=4daa94ec-75cb-4505-bc3f-bbd79e83c57f&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:52.532Z|9c481c33-09eb-4643-95da-19586f6cc364|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/4daa94ec-75cb-4505-bc3f-bbd79e83c57f|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:53.430Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:53.432Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||Checking if requestId: cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 already exists in requestDb InfraActiveRequests table 2023-01-22T06:49:53.433Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:49:53.433Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:49:53.433Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:53.433Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:49:53.434Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:49:53.434Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"479ea01ce35bc108", X-B3-SpanId:"6fafd28a33580f68", X-B3-ParentSpanId:"479ea01ce35bc108", X-B3-Sampled:"0", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"45e61cb0-f4c1-4807-a488-1adc7f679de8"] 2023-01-22T06:49:53.434Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:49:53.434Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:53.453Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:53.454Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T06:49:53.454Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:49:53.455Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:53.455Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: 2023-01-22T06:49:53.455Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:53.456Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:53.463Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T06:49:53.468Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.491Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||Invoke 2023-01-22T06:49:53.492Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[26a5f7ed-b253-450b-9de0-a31ce8724b46], X-ECOMP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-TransactionId=[], X-ONAP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2]} 2023-01-22T06:49:53.541Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[247], vertex-id=[454904], x-aai-txid=[1-aai-resources-230122-06:49:53:451-24876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.545Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"}]} 2023-01-22T06:49:53.546Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:49:53.558Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.585Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:49:53.586Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[1e1d2017-2bf3-4b53-b3fb-4d307f7989ab], X-ECOMP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-TransactionId=[], X-ONAP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2]} 2023-01-22T06:49:53.627Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[605], x-aai-txid=[1-aai-resources-230122-06:49:53:538-69058], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.629Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs","Node Not Found:No Node of type generic-vnf found at: business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs","ERR.5.4.6114"]}}} 2023-01-22T06:49:53.629Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:53.632Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count 2023-01-22T06:49:53.636Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.660Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:49:53.661Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||Invoke 2023-01-22T06:49:53.705Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:49:53.706Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[247], vertex-id=[454904], x-aai-txid=[2-aai-resources-230122-06:49:53:615-8527], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.708Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"}]} 2023-01-22T06:49:53.715Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.757Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:49:53.759Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[d8c225e3-6184-402d-8a3f-4f22829ac78a], X-ECOMP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-TransactionId=[], X-ONAP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2]} 2023-01-22T06:49:53.805Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[602], x-aai-txid=[1-aai-resources-230122-06:49:53:714-56061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.806Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks","Node Not Found:No Node of type l3-network found at: business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks","ERR.5.4.6114"]}}} 2023-01-22T06:49:53.807Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:53.810Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/l3-networks?resultIndex=0&resultSize=1&format=count 2023-01-22T06:49:53.814Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.840Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||Invoke 2023-01-22T06:49:53.841Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[b1300bfc-fb81-4c4a-aa73-5d77573d12a6], X-ECOMP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-TransactionId=[], X-ONAP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2]} 2023-01-22T06:49:53.883Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[247], vertex-id=[454904], x-aai-txid=[2-aai-resources-230122-06:49:53:793-45255], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.885Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"}]} 2023-01-22T06:49:53.885Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/nodes/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d?format=pathed|INFO|500||InvokeReturn 2023-01-22T06:49:53.891Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:53.922Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T06:49:53.923Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke 2023-01-22T06:49:53.988Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn 2023-01-22T06:49:53.988Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[611], x-aai-txid=[0-aai-resources-230122-06:49:53:895-16643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:53.990Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations","Node Not Found:No Node of type configuration found at: business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations","ERR.5.4.6114"]}}} 2023-01-22T06:49:53.992Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d/related-to/configurations?resultIndex=0&resultSize=1&format=count 2023-01-22T06:49:53.998Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T06:49:54.031Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T06:49:54.032Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[ad9dd66c-7c13-43b6-a3d4-0e8993946c20], X-ECOMP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2], X-TransactionId=[], X-ONAP-RequestID=[cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2]} 2023-01-22T06:49:54.082Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 06:49:53 GMT], content-length=[573], vertex-id=[413888], x-aai-txid=[0-aai-resources-230122-06:49:53:986-36734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T06:49:54.083Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674370184418","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2023-01-22T06:49:54.083Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T06:49:54.084Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T06:49:54.084Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T06:49:54.085Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:54.086Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T06:49:54.086Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.086Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T06:49:54.086Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T06:49:54.087Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"479ea01ce35bc108", X-B3-SpanId:"c6b53baa04862b5c", X-B3-ParentSpanId:"479ea01ce35bc108", X-B3-Sampled:"0", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5278075b-0a8e-486e-8394-c2829a3c2b95"] 2023-01-22T06:49:54.087Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d"},"instanceName":null,"requestScope":"service"} 2023-01-22T06:49:54.087Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.108Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:54.109Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:54.109Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T06:49:54.109Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 06:49:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:54.110Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T06:49:54.110Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:54.110Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T06:49:54.111Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:49:54.111Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:49:54.112Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.112Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:49:54.112Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:49:54.112Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7b54fb97-44e5-4f5b-bc92-42f80999ecd1"] 2023-01-22T06:49:54.113Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:49:54.113Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.139Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:54.139Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:54.140Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:49:54.140Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:54.141Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:49:54.141Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:54.141Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:49:54.146Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:49:54.147Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T06:49:54.147Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.147Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T06:49:54.148Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T06:49:54.148Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"590ccee0-09d5-4240-a0ea-1c077dbd8cab"] 2023-01-22T06:49:54.148Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T06:49:54.149Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.168Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:54.169Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:54.170Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T06:49:54.170Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:54.171Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T06:49:54.172Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:54.172Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T06:49:54.174Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:49:54.175Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T06:49:54.175Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.175Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T06:49:54.176Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T06:49:54.176Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"650a911b-74d0-44a7-8e11-d8cac4864df3"] 2023-01-22T06:49:54.176Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T06:49:54.177Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.195Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:54.196Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:54.197Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T06:49:54.197Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:54.198Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T06:49:54.198Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:54.198Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T06:49:54.202Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:54.202Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T06:49:54.202Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.203Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T06:49:54.203Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T06:49:54.204Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1317", X-B3-TraceId:"479ea01ce35bc108", X-B3-SpanId:"b96966c41d3f7ae5", X-B3-ParentSpanId:"479ea01ce35bc108", X-B3-Sampled:"0", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"37bab66b-61d8-4db1-ab5d-62e8f077e7f2"] 2023-01-22T06:49:54.204Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2","requestStatus":"IN_PROGRESS","startTime":1674370193993,"source":"VID","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion","serviceInstanceId":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2"} 2023-01-22T06:49:54.204Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.228Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:54.229Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T06:49:54.229Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T06:49:54.230Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:54.231Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:53.993+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T06:49:52.732+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:49:54.231Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:54.232Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T06:49:54.240Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:54.241Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T06:49:54.241Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:54.242Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T06:49:54.242Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T06:49:54.242Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1990", X-B3-TraceId:"479ea01ce35bc108", X-B3-SpanId:"cb3ec87d5fa4c539", X-B3-ParentSpanId:"479ea01ce35bc108", X-B3-Sampled:"0", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"530a10d4-847d-4757-b98d-5cd96c31ad5d"] 2023-01-22T06:49:54.243Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\"modelType\":\"service\",\"modelName\":\"basic_cnf\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelUuid\":\"c0b92fea-09af-4149-879b-c036c3fc7390\",\"modelInvariantUuid\":\"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basicnf-owner\",\"lcpCloudRegionId\":\"k8sregion\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\"}","type":"String"},"requestId":{"value":"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2","type":"String"},"mso-request-id":{"value":"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T06:49:54.243Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:54.862Z|f605d949-c4ca-45d4-94be-63865e870116|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:54.862Z|f605d949-c4ca-45d4-94be-63865e870116|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:54.938Z|289c06e6-6002-4786-a388-32ad58cfd0cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:54.939Z|289c06e6-6002-4786-a388-32ad58cfd0cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:55.256Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:55.257Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T06:49:55.257Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T06:49:55.257Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 06:49:54 GMT", X-ONAP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-TransactionID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ECOMP-RequestID:"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"530a10d4-847d-4757-b98d-5cd96c31ad5d", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:55.258Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2\",\"instanceId\":\"c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d\"}}","message":"Success","processInstanceID":"f970979b-9a20-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T06:49:55.258Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:55.259Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T06:49:55.262Z|cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:55.393Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:49:55.397Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:49:55.397Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:49:55.397Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:55.398Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:49:55.398Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:49:55.398Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e5c81f7f4415c188", X-B3-SpanId:"6259eddcfe795b59", X-B3-ParentSpanId:"e5c81f7f4415c188", X-B3-Sampled:"0", X-ONAP-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-TransactionID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-ECOMP-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e9d91ca-068c-44c3-a6e9-e144a8576bb5"] 2023-01-22T06:49:55.398Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:49:55.399Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:55.419Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:55.420Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:55.420Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:49:55.420Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:53 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:55.422Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T06:49:53.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:53.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:49:55.422Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:55.422Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||InvokeReturn 2023-01-22T06:49:55.424Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:49:55.424Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:49:55.424Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:49:55.425Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:49:55.425Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:49:55.425Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e5c81f7f4415c188", X-B3-SpanId:"89411b3cd20a488b", X-B3-ParentSpanId:"e5c81f7f4415c188", X-B3-Sampled:"0", X-ONAP-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-TransactionID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-ECOMP-RequestID:"98519a03-2e15-4114-a473-4cf6501b1c3a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"68bbbc74-1071-4d06-a010-02797da8147d"] 2023-01-22T06:49:55.425Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:49:55.426Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:49:55.438Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:49:55.438Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:49:55.438Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:49:55.438Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:49:53 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:49:55.439Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:49:55.439Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:49:55.440Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:49:55.446Z|98519a03-2e15-4114-a473-4cf6501b1c3a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:49:55.552Z|61496b38-aa86-406a-9d2d-742dc2af67c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:49:55.552Z|61496b38-aa86-406a-9d2d-742dc2af67c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:49:59.842Z|7f98daae-3884-42ea-b4b8-38e0d99a772a|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:49:59.843Z|7f98daae-3884-42ea-b4b8-38e0d99a772a|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:01.449Z|7120d049-4ffc-4d88-bc1a-2abebe86435e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:01.451Z|7120d049-4ffc-4d88-bc1a-2abebe86435e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:01.862Z|ec3e1c01-b24c-4175-a82f-681f7161173a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:01.862Z|ec3e1c01-b24c-4175-a82f-681f7161173a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:04.883Z|44f02762-43fc-41db-b0da-a7a5fba4d267|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:04.884Z|44f02762-43fc-41db-b0da-a7a5fba4d267|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:04.960Z|d1460d63-7148-443c-ae20-ee427eec15b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:04.961Z|d1460d63-7148-443c-ae20-ee427eec15b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:05.575Z|4f08259a-f7ec-4893-8345-84461a04f057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:05.576Z|4f08259a-f7ec-4893-8345-84461a04f057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:05.577Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:50:05.583Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.583Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:50:05.584Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.584Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.584Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:50:05.585Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"213fcc9ab6833211", X-B3-SpanId:"54ea7d7399e8964a", X-B3-ParentSpanId:"213fcc9ab6833211", X-B3-Sampled:"0", X-ONAP-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-TransactionID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-ECOMP-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c1382f4c-5f0c-4db5-82b5-dbc6846fcb6f"] 2023-01-22T06:50:05.585Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:50:05.585Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.608Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.608Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.609Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:50:05.609Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.610Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:53.000+00:00", "endTime" : "2023-01-22T06:49:56.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:56.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:50:05.610Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.611Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||InvokeReturn 2023-01-22T06:50:05.613Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.613Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:50:05.614Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.614Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.614Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:50:05.615Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"213fcc9ab6833211", X-B3-SpanId:"fb49147965251f35", X-B3-ParentSpanId:"213fcc9ab6833211", X-B3-Sampled:"0", X-ONAP-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-TransactionID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-ECOMP-RequestID:"a366a6a0-85fb-4123-98b2-461882ef2c29", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bceaec77-f110-434a-8b28-06e3175d4cd7"] 2023-01-22T06:50:05.615Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:50:05.615Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.630Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.630Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.630Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:50:05.631Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.632Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:50:05.632Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.632Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:50:05.639Z|a366a6a0-85fb-4123-98b2-461882ef2c29|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:50:05.762Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:50:05.766Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.767Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:50:05.767Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.767Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.768Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:50:05.768Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1f0abd7b8fbc2197", X-B3-SpanId:"c1e45bcb1af2c835", X-B3-ParentSpanId:"1f0abd7b8fbc2197", X-B3-Sampled:"0", X-ONAP-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-TransactionID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-ECOMP-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0029169c-769a-40da-90fc-fd46885218df"] 2023-01-22T06:50:05.768Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:50:05.769Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.787Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.787Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.788Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:50:05.788Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.789Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:53.000+00:00", "endTime" : "2023-01-22T06:49:56.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:56.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:50:05.789Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.789Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||InvokeReturn 2023-01-22T06:50:05.791Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.792Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:50:05.792Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.793Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.793Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:50:05.794Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1f0abd7b8fbc2197", X-B3-SpanId:"71598684ee79f31b", X-B3-ParentSpanId:"1f0abd7b8fbc2197", X-B3-Sampled:"0", X-ONAP-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-TransactionID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-ECOMP-RequestID:"cdc3ac3a-f963-45b9-a177-d39a8ca97a21", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b0e39204-8840-42a6-918d-3c08093d3c90"] 2023-01-22T06:50:05.794Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:50:05.794Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.812Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.812Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.813Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:50:05.813Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.815Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:50:05.815Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.816Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:50:05.822Z|cdc3ac3a-f963-45b9-a177-d39a8ca97a21|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:50:05.944Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:50:05.947Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.948Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:50:05.948Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.949Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:05.949Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:50:05.950Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1b5cf1caa6c69738", X-B3-SpanId:"7edac9a3b97ff318", X-B3-ParentSpanId:"1b5cf1caa6c69738", X-B3-Sampled:"0", X-ONAP-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-TransactionID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-ECOMP-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ad86a264-eb82-48ab-9a5b-ef8a51c13b79"] 2023-01-22T06:50:05.950Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:50:05.951Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.970Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.971Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.971Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:50:05.971Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.972Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:53.000+00:00", "endTime" : "2023-01-22T06:49:56.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:56.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:50:05.973Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.973Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||InvokeReturn 2023-01-22T06:50:05.975Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.975Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:50:05.976Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:05.976Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:05.977Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:50:05.977Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1b5cf1caa6c69738", X-B3-SpanId:"c298c59682b33350", X-B3-ParentSpanId:"1b5cf1caa6c69738", X-B3-Sampled:"0", X-ONAP-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-TransactionID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-ECOMP-RequestID:"592f6b47-1f4f-4688-93d5-5bf1b1be9f6f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9f9a349e-8456-4e71-95b3-5f6749b0f84a"] 2023-01-22T06:50:05.978Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:50:05.978Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:05.990Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:05.990Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:05.991Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:50:05.991Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:05.992Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:50:05.992Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:05.993Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:50:06.000Z|592f6b47-1f4f-4688-93d5-5bf1b1be9f6f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:50:06.120Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Entering 2023-01-22T06:50:06.123Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:06.124Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||Invoke 2023-01-22T06:50:06.124Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:06.124Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2 2023-01-22T06:50:06.124Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Method : GET 2023-01-22T06:50:06.125Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c15cbd4df4cc1514", X-B3-SpanId:"ddaa47e5677173f2", X-B3-ParentSpanId:"c15cbd4df4cc1514", X-B3-Sampled:"0", X-ONAP-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-TransactionID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-ECOMP-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7fdfd12-ea4d-4989-8db1-eb5a1edcdd24"] 2023-01-22T06:50:06.125Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Request body: 2023-01-22T06:50:06.125Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:06.142Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:06.143Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:06.143Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Status text : 2023-01-22T06:50:06.143Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:06.144Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||Response body: { "requestId" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "requestStatus" : "COMPLETE", "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T06:49:53.000+00:00", "endTime" : "2023-01-22T06:49:56.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf\",\n \"modelInvariantId\": \"e2d35a93-e8a8-48ec-967d-9c3fc8781b59\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"c0b92fea-09af-4149-879b-c036c3fc7390\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicnf-owner\",\n \"lcpCloudRegionId\": \"k8sregion\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T06:49:56.000+00:00", "cloudRegion" : "k8sregion", "serviceInstanceId" : "c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "serviceInstanceName" : "basic_cnf-dac5da45-f68c-458c-951b-f913c5d90f3c", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/c5722ad7-ac23-4ec9-a081-9e7a4b5fbe2d", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2" } } } 2023-01-22T06:50:06.145Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:06.145Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|INFO|500||InvokeReturn 2023-01-22T06:50:06.147Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:06.147Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T06:50:06.147Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T06:50:06.147Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false 2023-01-22T06:50:06.148Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T06:50:06.148Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c15cbd4df4cc1514", X-B3-SpanId:"f53069aa776c8bcb", X-B3-ParentSpanId:"c15cbd4df4cc1514", X-B3-Sampled:"0", X-ONAP-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-TransactionID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-ECOMP-RequestID:"5b08cb6f-4a02-4846-b6dd-7233dad05dfd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"356ca5b3-8d18-47b0-98ee-7ca191db34d8"] 2023-01-22T06:50:06.148Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T06:50:06.149Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T06:50:06.158Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T06:50:06.159Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T06:50:06.160Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T06:50:06.160Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 06:50:04 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T06:50:06.160Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T06:50:06.161Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T06:50:06.161Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T06:50:06.172Z|5b08cb6f-4a02-4846-b6dd-7233dad05dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cbd1ad2c-7919-42a8-b154-b73dcf6bd0c2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T06:50:14.905Z|a05d52f3-2fd9-42cd-ba97-ce4fb30828a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:14.906Z|a05d52f3-2fd9-42cd-ba97-ce4fb30828a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:14.985Z|e0f751c4-c45c-4773-ab33-c455e2092ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:14.985Z|e0f751c4-c45c-4773-ab33-c455e2092ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:15.598Z|ac041b2c-f849-4758-a893-4130dc378e0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:15.599Z|ac041b2c-f849-4758-a893-4130dc378e0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:16.449Z|1773e94c-9b7b-44aa-baea-3d256f773b01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:16.449Z|1773e94c-9b7b-44aa-baea-3d256f773b01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:24.929Z|c5e4e99d-59f0-4b5c-827e-1229c99b1997|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:24.930Z|c5e4e99d-59f0-4b5c-827e-1229c99b1997|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:25.008Z|5ab6e2a2-c83f-425d-bc4d-23f3cfb5f77b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:25.009Z|5ab6e2a2-c83f-425d-bc4d-23f3cfb5f77b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:25.629Z|af427768-ec57-4eae-a180-f44260da4416|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:25.630Z|af427768-ec57-4eae-a180-f44260da4416|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:31.449Z|cf433fe2-8528-4121-9cb7-544bc3a47b6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:31.449Z|cf433fe2-8528-4121-9cb7-544bc3a47b6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:31.863Z|4dcec6ed-6f08-44fe-aebe-1e013945fef9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:31.864Z|4dcec6ed-6f08-44fe-aebe-1e013945fef9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:34.951Z|bea55ea6-d066-4358-9f82-0fecc826dcbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:34.951Z|bea55ea6-d066-4358-9f82-0fecc826dcbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:35.032Z|b35131f9-b615-4601-ab6b-da7b06523a75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:35.033Z|b35131f9-b615-4601-ab6b-da7b06523a75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:35.652Z|ddeac40b-2729-4a88-8ecc-4df05fad3a2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:35.653Z|ddeac40b-2729-4a88-8ecc-4df05fad3a2a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:44.975Z|dd75f44d-bb37-4933-9fdc-72f7b1594b61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:44.976Z|dd75f44d-bb37-4933-9fdc-72f7b1594b61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:45.055Z|756b4e6e-01fd-4e34-b94b-3494d4e538ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:45.056Z|756b4e6e-01fd-4e34-b94b-3494d4e538ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:45.677Z|75d6815e-5fed-4382-a1a8-71498a8d9283|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:45.678Z|75d6815e-5fed-4382-a1a8-71498a8d9283|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:46.449Z|d401ef53-c42e-4c50-90fc-8b216d4a3206|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:50:46.451Z|d401ef53-c42e-4c50-90fc-8b216d4a3206|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:50:55.007Z|60cd9367-b9e7-449c-ab91-cb8824c4540a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:55.008Z|60cd9367-b9e7-449c-ab91-cb8824c4540a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:55.076Z|576bfd0f-5e5f-4b83-9950-7fdfd9a5b3e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:55.076Z|576bfd0f-5e5f-4b83-9950-7fdfd9a5b3e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:55.707Z|2f32df8e-d236-48a9-b947-4fdc0a3aea04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:50:55.708Z|2f32df8e-d236-48a9-b947-4fdc0a3aea04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:50:59.842Z|e61df92e-ea3f-4efa-b0de-d06eb0a9c4da|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:50:59.843Z|e61df92e-ea3f-4efa-b0de-d06eb0a9c4da|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:01.449Z|6fadec50-6773-4199-b778-01a92cb77f3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:01.449Z|6fadec50-6773-4199-b778-01a92cb77f3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:01.865Z|7b25342a-cdc8-44d4-bb61-a673f8d71b11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:01.866Z|7b25342a-cdc8-44d4-bb61-a673f8d71b11|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:05.032Z|bedc0128-3d1c-4793-a229-86c4744e9571|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:05.033Z|bedc0128-3d1c-4793-a229-86c4744e9571|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:05.100Z|8c1ccd71-f874-4418-a946-75c9a26df0b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:05.100Z|8c1ccd71-f874-4418-a946-75c9a26df0b8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:05.735Z|e8e4650f-c879-4608-8e4f-c5a1acb619c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:05.736Z|e8e4650f-c879-4608-8e4f-c5a1acb619c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:15.056Z|c2b31d01-c9ec-442f-b9ea-53a7ccc49107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:15.057Z|c2b31d01-c9ec-442f-b9ea-53a7ccc49107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:15.122Z|ceda3a62-83c1-4f17-92b5-b6ff3a55be17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:15.122Z|ceda3a62-83c1-4f17-92b5-b6ff3a55be17|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:15.769Z|00ee4451-c247-4414-bf44-27ec8db9c914|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:15.770Z|00ee4451-c247-4414-bf44-27ec8db9c914|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:16.448Z|4a1af194-f9bf-46f3-9b9e-d95e2bcbbbb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:16.449Z|4a1af194-f9bf-46f3-9b9e-d95e2bcbbbb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:25.090Z|598235fa-8fd7-47c3-9d8d-1e5cc6a031ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:25.090Z|598235fa-8fd7-47c3-9d8d-1e5cc6a031ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:25.146Z|ea9c2a9e-184b-4871-943d-365888f00fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:25.146Z|ea9c2a9e-184b-4871-943d-365888f00fe7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:25.793Z|91fcb124-db69-4413-993d-e3ee1e1174f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:25.794Z|91fcb124-db69-4413-993d-e3ee1e1174f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:31.449Z|b96eb5a9-4dd5-493f-a299-1d54b481c40d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:31.450Z|b96eb5a9-4dd5-493f-a299-1d54b481c40d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:31.866Z|fbb29de7-068d-466d-a5a4-6ad2ae6bf92c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:31.867Z|fbb29de7-068d-466d-a5a4-6ad2ae6bf92c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:35.115Z|f9267632-b5f5-4387-a9fe-9b60a46774a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:35.116Z|f9267632-b5f5-4387-a9fe-9b60a46774a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:35.176Z|c6aec298-ba3f-49b7-83ff-1dd15889ae53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:35.177Z|c6aec298-ba3f-49b7-83ff-1dd15889ae53|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:35.818Z|22d5a6e2-544e-484e-8668-d6153c7d3fb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:35.819Z|22d5a6e2-544e-484e-8668-d6153c7d3fb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:45.145Z|7e8fb210-97b5-4fbf-91ee-6d5d2d9bc662|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:45.146Z|7e8fb210-97b5-4fbf-91ee-6d5d2d9bc662|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:45.197Z|588f052e-397f-43a6-9c75-cc85aa0a6dc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:45.198Z|588f052e-397f-43a6-9c75-cc85aa0a6dc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:45.850Z|52404f77-7bce-4223-b404-9ce3d87c3afd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:45.851Z|52404f77-7bce-4223-b404-9ce3d87c3afd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:46.449Z|820e4038-ebbb-437c-8c0c-ce8b839a3a4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:51:46.450Z|820e4038-ebbb-437c-8c0c-ce8b839a3a4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:51:55.172Z|32909e58-2f94-4eca-a572-8e05b03514ed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:55.173Z|32909e58-2f94-4eca-a572-8e05b03514ed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:55.221Z|240e2b2a-dc9a-4e83-b635-2be6306e99fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:55.222Z|240e2b2a-dc9a-4e83-b635-2be6306e99fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:55.884Z|e837308d-2c94-4775-b0b1-08ef1cea0039|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:51:55.885Z|e837308d-2c94-4775-b0b1-08ef1cea0039|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:51:59.842Z|c192a859-1521-44a2-b981-b961bad5d01e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:51:59.842Z|c192a859-1521-44a2-b981-b961bad5d01e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:01.449Z|2e969ec1-b0c0-42ef-8574-7f60616c5ced|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:01.450Z|2e969ec1-b0c0-42ef-8574-7f60616c5ced|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:01.910Z|d9806f71-efe2-43a9-b852-5812e6918101|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:01.911Z|d9806f71-efe2-43a9-b852-5812e6918101|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:05.194Z|e9ee270b-0645-41f5-829f-927ea4fd4b18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:05.195Z|e9ee270b-0645-41f5-829f-927ea4fd4b18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:05.246Z|823808ba-2711-414f-b49a-33f4fd18a8d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:05.247Z|823808ba-2711-414f-b49a-33f4fd18a8d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:05.908Z|44359816-62de-4486-8d5c-2181f00704c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:05.909Z|44359816-62de-4486-8d5c-2181f00704c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:15.217Z|4d8dd318-7389-4f07-b7b5-e314d50b2189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:15.218Z|4d8dd318-7389-4f07-b7b5-e314d50b2189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:15.267Z|ec0d6922-2be0-47ac-af16-1029195d05ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:15.268Z|ec0d6922-2be0-47ac-af16-1029195d05ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:15.934Z|3143ceef-267a-4d70-b8b0-a12f64b99b29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:15.934Z|3143ceef-267a-4d70-b8b0-a12f64b99b29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:16.449Z|002f1be1-bd89-40bb-98f7-62058b524a91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:16.450Z|002f1be1-bd89-40bb-98f7-62058b524a91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:25.242Z|c72193b4-4124-41e3-905e-fcf92c915aba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:25.243Z|c72193b4-4124-41e3-905e-fcf92c915aba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:25.292Z|e500754f-85ae-42bd-a81b-f94f38425c0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:25.293Z|e500754f-85ae-42bd-a81b-f94f38425c0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:25.957Z|f1b7b7d6-dc8a-47e5-9938-87440122b3a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:25.958Z|f1b7b7d6-dc8a-47e5-9938-87440122b3a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:31.449Z|e0960dcc-c23c-40d6-b594-0d345198ddf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:31.449Z|e0960dcc-c23c-40d6-b594-0d345198ddf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:31.911Z|6406a41a-5c68-4c06-b464-ba561494e13f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:31.912Z|6406a41a-5c68-4c06-b464-ba561494e13f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:35.266Z|ada2c40e-e77b-442b-891d-a6bf087d1cb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:35.266Z|ada2c40e-e77b-442b-891d-a6bf087d1cb3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:35.315Z|c064678a-00ed-45f7-87f6-bf88c69f69a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:35.316Z|c064678a-00ed-45f7-87f6-bf88c69f69a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:35.981Z|bbea717c-d6a7-464e-97c5-7b195a0aaab3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:35.981Z|bbea717c-d6a7-464e-97c5-7b195a0aaab3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:45.296Z|6f7d64f7-3d77-41f6-a249-f8339175a56b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:45.297Z|6f7d64f7-3d77-41f6-a249-f8339175a56b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:45.338Z|6a49f38a-5893-49f0-9f97-e49dd5efb287|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:45.339Z|6a49f38a-5893-49f0-9f97-e49dd5efb287|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:46.003Z|69036581-8f7b-44cd-b171-854bd0edc314|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:46.004Z|69036581-8f7b-44cd-b171-854bd0edc314|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:46.449Z|c17031ad-e9b5-40ff-a026-e349978bfd4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:52:46.449Z|c17031ad-e9b5-40ff-a026-e349978bfd4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:52:55.324Z|dc777d5e-649d-490b-8d99-40fa7e031f35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:55.325Z|dc777d5e-649d-490b-8d99-40fa7e031f35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:55.359Z|4eed3608-9a0e-4f6b-9c65-4a1278b3958d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:55.360Z|4eed3608-9a0e-4f6b-9c65-4a1278b3958d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:56.025Z|21f0356a-cd83-4f81-a0ae-573e58046e03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:52:56.026Z|21f0356a-cd83-4f81-a0ae-573e58046e03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:52:59.841Z|3113c59b-035e-4e05-95cd-393e6ca8d59c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:52:59.842Z|3113c59b-035e-4e05-95cd-393e6ca8d59c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:01.449Z|2cd88109-6a81-4c57-9500-c2224b8f3291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:01.451Z|2cd88109-6a81-4c57-9500-c2224b8f3291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:01.913Z|1b56106b-522e-4d22-b275-88752c918f99|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:01.913Z|1b56106b-522e-4d22-b275-88752c918f99|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:05.346Z|5313a107-62b4-4710-836f-2a87d0e9b51f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:05.346Z|5313a107-62b4-4710-836f-2a87d0e9b51f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:05.382Z|81cf837e-6f61-47aa-b160-9030eb27df60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:05.383Z|81cf837e-6f61-47aa-b160-9030eb27df60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:06.059Z|674d9527-5ffe-404c-88bd-0e587b65b33b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:06.060Z|674d9527-5ffe-404c-88bd-0e587b65b33b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:15.367Z|9f5c9868-0c79-4efb-a15b-76d6a8897990|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:15.368Z|9f5c9868-0c79-4efb-a15b-76d6a8897990|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:15.404Z|2bde99cf-7d85-4769-8731-20c20f352640|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:15.404Z|2bde99cf-7d85-4769-8731-20c20f352640|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:16.083Z|e2c0a3c3-02b3-41ee-99f1-00171c11990e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:16.083Z|e2c0a3c3-02b3-41ee-99f1-00171c11990e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:16.449Z|6f0c62d0-4458-4ef6-95a6-e939433a80e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:16.449Z|6f0c62d0-4458-4ef6-95a6-e939433a80e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:25.393Z|5b0686bd-f501-4238-87a1-27276b2e6953|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:25.394Z|5b0686bd-f501-4238-87a1-27276b2e6953|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:25.427Z|f12bb9be-9a9f-41e5-8652-00f3379a1e09|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:25.428Z|f12bb9be-9a9f-41e5-8652-00f3379a1e09|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:26.105Z|0d8874a1-abcc-46c2-8a14-bd817e95f29f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:26.106Z|0d8874a1-abcc-46c2-8a14-bd817e95f29f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:31.449Z|68728c25-9b0a-4066-85c5-33e76281aafd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:31.449Z|68728c25-9b0a-4066-85c5-33e76281aafd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:31.914Z|2ec7caab-11e4-4eed-8d6e-a2f3d15454ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:31.914Z|2ec7caab-11e4-4eed-8d6e-a2f3d15454ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:35.424Z|a765f3e8-f34a-447c-b9d3-195059b7c7e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:35.424Z|a765f3e8-f34a-447c-b9d3-195059b7c7e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:35.450Z|8b513157-70a6-4daa-bfc2-a789173d14be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:35.451Z|8b513157-70a6-4daa-bfc2-a789173d14be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:36.128Z|1901addf-9181-4772-bfce-23f79aa95930|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:36.129Z|1901addf-9181-4772-bfce-23f79aa95930|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:45.446Z|5c21cf5d-3494-4abd-b78d-2df9e6ecb505|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:45.447Z|5c21cf5d-3494-4abd-b78d-2df9e6ecb505|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:45.492Z|51959495-5ac2-4ae3-aa8b-96246cc11f7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:45.493Z|51959495-5ac2-4ae3-aa8b-96246cc11f7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:46.170Z|aa0563c7-1c8d-4c68-bc68-ace44555fefb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:46.170Z|aa0563c7-1c8d-4c68-bc68-ace44555fefb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:46.449Z|4aedb5e9-8faa-417e-a54e-595d523431f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:53:46.450Z|4aedb5e9-8faa-417e-a54e-595d523431f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:53:55.470Z|b736148c-c011-43a9-a243-4a936f6bf4d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:55.471Z|b736148c-c011-43a9-a243-4a936f6bf4d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:55.527Z|3bcd8155-7b80-475b-b717-bc4869fac533|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:55.528Z|3bcd8155-7b80-475b-b717-bc4869fac533|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:56.193Z|8724fd4c-52c6-4943-b6c2-50e0121e9230|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:53:56.193Z|8724fd4c-52c6-4943-b6c2-50e0121e9230|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:53:59.842Z|de364211-c650-4a60-9870-c7d96ccfeb32|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:53:59.843Z|de364211-c650-4a60-9870-c7d96ccfeb32|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:01.449Z|fb8cf6e1-ddd3-474d-9a3b-ea4fd9e08450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:01.449Z|fb8cf6e1-ddd3-474d-9a3b-ea4fd9e08450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:01.915Z|6f47cd7b-d0ba-4f20-890d-c92146c2d89e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:01.916Z|6f47cd7b-d0ba-4f20-890d-c92146c2d89e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:05.537Z|3479ecdb-8519-4920-aa65-3781a7a26a51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:05.544Z|3479ecdb-8519-4920-aa65-3781a7a26a51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:05.576Z|5ac8f0c2-98e0-427c-97ce-c3515ba79f58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:05.577Z|5ac8f0c2-98e0-427c-97ce-c3515ba79f58|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:06.214Z|b33c76ff-4182-460e-b17e-0f5ed03ef4e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:06.215Z|b33c76ff-4182-460e-b17e-0f5ed03ef4e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:15.584Z|8d5aad76-9c58-4e40-ab7c-7d018b4ef2bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:15.585Z|8d5aad76-9c58-4e40-ab7c-7d018b4ef2bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:15.601Z|1cadeab4-8e7a-4466-a9a9-f1346a189c36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:15.602Z|1cadeab4-8e7a-4466-a9a9-f1346a189c36|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:16.242Z|5a22a0cb-4088-4352-8bb5-3b298bd38a5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:16.242Z|5a22a0cb-4088-4352-8bb5-3b298bd38a5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:16.448Z|cb72d200-93e5-498f-a0bf-89702be7f8a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:16.449Z|cb72d200-93e5-498f-a0bf-89702be7f8a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:25.639Z|461637c7-c0d4-4239-ace3-be2cd7387800|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:25.640Z|461637c7-c0d4-4239-ace3-be2cd7387800|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:25.655Z|48068c01-14d7-4444-8dd5-8d417182b790|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:25.656Z|48068c01-14d7-4444-8dd5-8d417182b790|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:26.293Z|4bdb5ad9-8a74-4d67-b5de-819585689696|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:26.298Z|4bdb5ad9-8a74-4d67-b5de-819585689696|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:31.449Z|15e57eb7-115a-4864-b338-eb2a55b4f869|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:31.452Z|15e57eb7-115a-4864-b338-eb2a55b4f869|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:31.916Z|5f342a13-46f9-4ae6-82ab-254e588ba8e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:31.917Z|5f342a13-46f9-4ae6-82ab-254e588ba8e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:35.670Z|95e3d45c-c149-46f7-9a24-09d0e4a883a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:35.670Z|95e3d45c-c149-46f7-9a24-09d0e4a883a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:35.708Z|a51f3743-c311-4456-a053-3dd32c7bfb2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:35.709Z|a51f3743-c311-4456-a053-3dd32c7bfb2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:36.350Z|54c9d753-3056-4eb1-a399-ab0ad691c6af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:36.351Z|54c9d753-3056-4eb1-a399-ab0ad691c6af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:45.692Z|b3a835f2-e688-4d14-8850-34b0a0de3c70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:45.692Z|b3a835f2-e688-4d14-8850-34b0a0de3c70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:45.733Z|27ca2583-492f-4623-83d6-ebb5502d4151|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:45.734Z|27ca2583-492f-4623-83d6-ebb5502d4151|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:46.374Z|12d947c7-a425-45d7-8eb4-699ce50e8823|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:46.375Z|12d947c7-a425-45d7-8eb4-699ce50e8823|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:46.449Z|bb5bb493-7d02-4872-b853-705c2cdb974d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:54:46.449Z|bb5bb493-7d02-4872-b853-705c2cdb974d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:54:55.721Z|a7d76434-e50c-4597-a3ad-b9fd7665ca18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:55.722Z|a7d76434-e50c-4597-a3ad-b9fd7665ca18|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:55.757Z|65b11366-584c-46c1-97f6-dc18b958fa99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:55.758Z|65b11366-584c-46c1-97f6-dc18b958fa99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:56.396Z|55d64d41-c63b-4f4c-9c37-19f7817ba349|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:54:56.397Z|55d64d41-c63b-4f4c-9c37-19f7817ba349|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:54:59.842Z|c8b530cd-efb2-4a56-bcc5-a255b5689191|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:54:59.843Z|c8b530cd-efb2-4a56-bcc5-a255b5689191|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:01.449Z|da8e6104-1952-4bb1-a9e2-3de5804a7fd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:01.449Z|da8e6104-1952-4bb1-a9e2-3de5804a7fd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:01.917Z|335f57c3-889a-453c-b356-9ed49c73adeb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:01.918Z|335f57c3-889a-453c-b356-9ed49c73adeb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:05.750Z|b59d89fb-ddaa-4b2c-86de-dd645ae2f00d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:05.751Z|b59d89fb-ddaa-4b2c-86de-dd645ae2f00d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:05.779Z|b0eccc5d-5257-4738-80ee-8c5ce954e783|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:05.780Z|b0eccc5d-5257-4738-80ee-8c5ce954e783|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:06.428Z|594cdbb6-b55d-4b51-802d-bc2f4a2ab3a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:06.429Z|594cdbb6-b55d-4b51-802d-bc2f4a2ab3a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:15.777Z|04160f8d-ccd8-43ac-b3fd-f22d0969b2b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:15.777Z|04160f8d-ccd8-43ac-b3fd-f22d0969b2b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:15.804Z|495c6760-35fd-44a1-be90-8d9ca8d3b011|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:15.805Z|495c6760-35fd-44a1-be90-8d9ca8d3b011|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:16.449Z|41ee1866-6aa2-4994-995d-ad3088542293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:16.452Z|41ee1866-6aa2-4994-995d-ad3088542293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:16.455Z|58a78815-7a4e-48ff-aded-fcf25bd91b5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:16.456Z|58a78815-7a4e-48ff-aded-fcf25bd91b5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:25.801Z|9e0a104c-acdd-42f2-b52b-28f3bc14e658|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:25.802Z|9e0a104c-acdd-42f2-b52b-28f3bc14e658|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:25.835Z|23cf1965-4b32-45dd-ac85-6bd4cc981c11|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:25.836Z|23cf1965-4b32-45dd-ac85-6bd4cc981c11|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:26.479Z|0bb84a85-317a-4ef3-b6df-50ac26789cfb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:26.479Z|0bb84a85-317a-4ef3-b6df-50ac26789cfb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:31.449Z|b0cfc40c-30b6-4a8e-b036-bbc2a4c5cf6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:31.450Z|b0cfc40c-30b6-4a8e-b036-bbc2a4c5cf6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:31.918Z|d69d3ade-c7b9-4ee7-9354-185a9b843723|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:31.919Z|d69d3ade-c7b9-4ee7-9354-185a9b843723|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:35.828Z|e67c030c-29f0-4368-b892-33c18d9d324b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:35.829Z|e67c030c-29f0-4368-b892-33c18d9d324b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:35.858Z|4ee3bef1-5d83-43ef-84cb-82da554efa35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:35.858Z|4ee3bef1-5d83-43ef-84cb-82da554efa35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:36.500Z|d7ec87cb-b5df-4fc4-9864-a958d6ddf0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:36.501Z|d7ec87cb-b5df-4fc4-9864-a958d6ddf0cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:45.852Z|14622157-748e-47e9-810d-0a528d12c05a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:45.852Z|14622157-748e-47e9-810d-0a528d12c05a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:45.881Z|24ec0d4d-c41e-4989-b049-429cb7b0bc68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:45.881Z|24ec0d4d-c41e-4989-b049-429cb7b0bc68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:46.449Z|0c1c4a95-57c0-463d-818f-5e90797779ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:55:46.449Z|0c1c4a95-57c0-463d-818f-5e90797779ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:55:46.524Z|ab3c03cf-a28b-4c1d-8e78-0f07ee46762b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:46.525Z|ab3c03cf-a28b-4c1d-8e78-0f07ee46762b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:55.881Z|206c5145-f3ac-4017-b26d-b00ff192d4a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:55.881Z|206c5145-f3ac-4017-b26d-b00ff192d4a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:55.902Z|704d09a4-f1e3-4f72-afb6-226be1cd1920|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:55.903Z|704d09a4-f1e3-4f72-afb6-226be1cd1920|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:56.545Z|64c8706e-55eb-49ea-9722-2e00b7f4444f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:55:56.546Z|64c8706e-55eb-49ea-9722-2e00b7f4444f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:55:59.842Z|43581b71-9eca-43e8-afa4-60b2de0d0999|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:55:59.842Z|43581b71-9eca-43e8-afa4-60b2de0d0999|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:01.449Z|e460ddcd-cc9c-4882-9400-0d5dafce3805|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:01.450Z|e460ddcd-cc9c-4882-9400-0d5dafce3805|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:01.920Z|f2e8d1ea-3a89-474f-a99d-e616b8516459|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:01.920Z|f2e8d1ea-3a89-474f-a99d-e616b8516459|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:05.911Z|7423a1eb-0441-4240-b032-625f2b97c3ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:05.912Z|7423a1eb-0441-4240-b032-625f2b97c3ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:05.932Z|2038f4ac-6055-45f3-abbb-ff39129ad88c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:05.932Z|2038f4ac-6055-45f3-abbb-ff39129ad88c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:06.573Z|73480da5-b544-4eaf-933a-539f83bfb0c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:06.573Z|73480da5-b544-4eaf-933a-539f83bfb0c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:15.935Z|aeb188c0-3a0f-446f-9e85-28f74db88526|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:15.936Z|aeb188c0-3a0f-446f-9e85-28f74db88526|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:15.954Z|50d1b521-bf60-414d-b7be-c476af2a77f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:15.955Z|50d1b521-bf60-414d-b7be-c476af2a77f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:16.448Z|e8ea6465-b6be-4ac4-a7b3-d925273626fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:16.449Z|e8ea6465-b6be-4ac4-a7b3-d925273626fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:16.596Z|6e48de19-d65b-4189-85bc-42b3f95d4aac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:16.597Z|6e48de19-d65b-4189-85bc-42b3f95d4aac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:25.956Z|1b4c65e4-89c8-4ad4-82c5-21ed93e9e23d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:25.957Z|1b4c65e4-89c8-4ad4-82c5-21ed93e9e23d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:25.977Z|fd2945e8-7844-46a0-a7b9-425a7d19214e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:25.978Z|fd2945e8-7844-46a0-a7b9-425a7d19214e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:26.623Z|838e753a-11fd-48c4-bd58-405d165153f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:26.623Z|838e753a-11fd-48c4-bd58-405d165153f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:31.448Z|9308545a-bbec-4fd8-9aee-adeda710f093|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:31.449Z|9308545a-bbec-4fd8-9aee-adeda710f093|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:31.921Z|98afaf42-ab13-4a2e-9238-3d96916df116|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:31.922Z|98afaf42-ab13-4a2e-9238-3d96916df116|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:35.980Z|4e7e431b-d270-4e4d-8cfc-5ee5febe1076|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:35.981Z|4e7e431b-d270-4e4d-8cfc-5ee5febe1076|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:36.010Z|49e8ecb2-1d44-4e91-9fbc-c9d8e75dacb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:36.011Z|49e8ecb2-1d44-4e91-9fbc-c9d8e75dacb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:36.649Z|599171ed-e707-43b4-992d-e186461b2329|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:36.650Z|599171ed-e707-43b4-992d-e186461b2329|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:46.026Z|cdfa4bde-a46b-42e6-8682-5665c44b8a15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:46.027Z|cdfa4bde-a46b-42e6-8682-5665c44b8a15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:46.031Z|1c7dc75e-29b4-4abf-8d27-eacaf699c262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:46.032Z|1c7dc75e-29b4-4abf-8d27-eacaf699c262|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:46.449Z|3e8aa098-988b-4e6e-a530-3a4ad2083095|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:56:46.450Z|3e8aa098-988b-4e6e-a530-3a4ad2083095|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:56:46.681Z|8b8ae3c5-e49b-43ad-a95a-510c1c5deead|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:46.682Z|8b8ae3c5-e49b-43ad-a95a-510c1c5deead|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:56.051Z|8fd38516-09b5-4f7b-aa85-0331c5690673|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:56.052Z|8fd38516-09b5-4f7b-aa85-0331c5690673|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:56.059Z|cdc0a4a0-ebd8-4bf5-81a4-6f60e404bedf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:56.060Z|cdc0a4a0-ebd8-4bf5-81a4-6f60e404bedf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:56.710Z|604e0e5f-c9bb-4337-8b84-87366e9da808|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:56:56.711Z|604e0e5f-c9bb-4337-8b84-87366e9da808|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:56:59.843Z|d7393d8f-d805-4579-8a41-88c688ddde4e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:56:59.844Z|d7393d8f-d805-4579-8a41-88c688ddde4e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:01.457Z|c59d0e7e-17ed-4c2c-a3f7-bc2cb83fa6f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:01.457Z|c59d0e7e-17ed-4c2c-a3f7-bc2cb83fa6f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:01.922Z|9cd7065e-e76a-4a0c-a0c2-cd6c5be3a1bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:01.923Z|9cd7065e-e76a-4a0c-a0c2-cd6c5be3a1bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:06.075Z|a709ac2c-4e1f-4cb6-8513-d15aaa6f93e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:06.076Z|a709ac2c-4e1f-4cb6-8513-d15aaa6f93e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:06.082Z|48176a77-6ddd-4610-8f4e-9a25a292aed6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:06.084Z|48176a77-6ddd-4610-8f4e-9a25a292aed6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:06.733Z|876d890a-524b-4c29-be34-1ab69d975cb5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:06.734Z|876d890a-524b-4c29-be34-1ab69d975cb5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:16.100Z|00babe69-49f5-4ca8-8fe8-292ea0256c97|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:16.101Z|00babe69-49f5-4ca8-8fe8-292ea0256c97|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:16.103Z|72ea1e7a-de48-4c62-9f2e-f1cfaa84c9e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:16.103Z|72ea1e7a-de48-4c62-9f2e-f1cfaa84c9e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:16.449Z|6017abb4-b16c-4ff7-9c6e-864cc45e0186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:16.449Z|6017abb4-b16c-4ff7-9c6e-864cc45e0186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:16.764Z|6d8d990a-3a65-4480-88b4-81d96e28e185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:16.765Z|6d8d990a-3a65-4480-88b4-81d96e28e185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:26.122Z|a39f8e30-01c2-42ce-b7b6-4052032c63d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:26.123Z|a39f8e30-01c2-42ce-b7b6-4052032c63d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:26.124Z|1be4b2a4-9e35-4f39-9555-c4a13f027383|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:26.125Z|1be4b2a4-9e35-4f39-9555-c4a13f027383|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:26.792Z|487093b6-ff15-4ae8-8fec-0c203bc437b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:26.793Z|487093b6-ff15-4ae8-8fec-0c203bc437b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:31.449Z|63e512a8-5402-422a-9407-805ad0df38ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:31.450Z|63e512a8-5402-422a-9407-805ad0df38ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:31.924Z|669d27a0-ea96-4200-a86a-755d059472a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:31.924Z|669d27a0-ea96-4200-a86a-755d059472a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:36.146Z|b18f9bce-a1c9-4c8c-881d-bf9d8ee6d2ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:36.146Z|29b515ed-228b-470f-b442-73cbe4999db3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:36.147Z|b18f9bce-a1c9-4c8c-881d-bf9d8ee6d2ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:36.147Z|29b515ed-228b-470f-b442-73cbe4999db3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:36.814Z|56e60711-c67d-47e6-a91a-01bdf4379925|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:36.815Z|56e60711-c67d-47e6-a91a-01bdf4379925|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:46.174Z|7d614190-fde8-4f40-977b-7f2252267c24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:46.174Z|8c3949cc-1727-48c0-93d3-3c47cc0ab52d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:46.175Z|7d614190-fde8-4f40-977b-7f2252267c24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:46.175Z|8c3949cc-1727-48c0-93d3-3c47cc0ab52d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:46.449Z|90a37419-901c-4f46-ba64-6fe49164cdce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:57:46.450Z|90a37419-901c-4f46-ba64-6fe49164cdce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:57:46.841Z|cff39794-c42b-49a6-b4f8-bf337f79eb1e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:46.842Z|cff39794-c42b-49a6-b4f8-bf337f79eb1e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:56.200Z|de160b9f-8f97-4232-b217-d779069eef16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:56.200Z|8abd30a0-3a9d-4049-b814-7166a95b2698|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:56.202Z|de160b9f-8f97-4232-b217-d779069eef16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:56.202Z|8abd30a0-3a9d-4049-b814-7166a95b2698|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:56.870Z|93b0a082-a972-47ce-82ef-9d0ed37280a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:57:56.871Z|93b0a082-a972-47ce-82ef-9d0ed37280a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:57:59.847Z|0e615f9a-c283-4fd3-8fad-4b72b8006643|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:57:59.848Z|0e615f9a-c283-4fd3-8fad-4b72b8006643|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:01.449Z|621d3030-a25a-4b1f-8659-d07b560b952b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:01.449Z|621d3030-a25a-4b1f-8659-d07b560b952b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:01.930Z|3bd09b6b-6071-4f27-8e4c-3955ff740634|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:01.931Z|3bd09b6b-6071-4f27-8e4c-3955ff740634|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:06.229Z|b5580c23-08d2-493f-adb3-6e2aa3ee3fc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:06.229Z|83593112-e33a-498a-9b25-a43d7fdaa6d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:06.230Z|83593112-e33a-498a-9b25-a43d7fdaa6d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:06.230Z|b5580c23-08d2-493f-adb3-6e2aa3ee3fc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:06.895Z|43051d65-ea61-4333-a320-0cffcf2692fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:06.895Z|43051d65-ea61-4333-a320-0cffcf2692fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:16.256Z|4c01d3c7-619d-4717-92c6-8b5b8c6a1a7c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:16.256Z|87108285-a2ab-47b9-8480-79fc5f6f5327|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:16.257Z|87108285-a2ab-47b9-8480-79fc5f6f5327|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:16.257Z|4c01d3c7-619d-4717-92c6-8b5b8c6a1a7c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:16.449Z|eb6e7f26-a6d2-407f-81d7-50d1e847992a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:16.451Z|eb6e7f26-a6d2-407f-81d7-50d1e847992a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:16.917Z|4bcf4ce2-4162-4cb2-aa41-f83faaaacf5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:16.918Z|4bcf4ce2-4162-4cb2-aa41-f83faaaacf5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:26.279Z|8f9c685e-4685-4d32-b2a2-4a4bf25e24aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:26.279Z|c6b6edb6-2c17-41a9-8caa-7f30fe8eb953|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:26.280Z|8f9c685e-4685-4d32-b2a2-4a4bf25e24aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:26.280Z|c6b6edb6-2c17-41a9-8caa-7f30fe8eb953|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:26.942Z|6a06cbc7-7f82-4a2c-9aca-a139f69d7820|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:26.942Z|6a06cbc7-7f82-4a2c-9aca-a139f69d7820|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:31.449Z|0d9a2828-cf31-4d4f-9859-4b0454d793ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:31.450Z|0d9a2828-cf31-4d4f-9859-4b0454d793ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:31.932Z|6ff72894-a751-4576-8da0-1c1503e8dc1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:31.933Z|6ff72894-a751-4576-8da0-1c1503e8dc1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:36.304Z|89966b54-056e-4505-b970-6c188aed8987|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:36.305Z|89966b54-056e-4505-b970-6c188aed8987|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:36.305Z|9007edc4-b751-48a3-9f3f-ed66949c2754|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:36.306Z|9007edc4-b751-48a3-9f3f-ed66949c2754|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:36.964Z|d3504db3-16d8-44ed-bd00-10aaa79fb1f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:36.966Z|d3504db3-16d8-44ed-bd00-10aaa79fb1f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:46.334Z|aa6d42a8-602d-4175-8699-3b5164af9ccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:46.334Z|13b4e5d8-af53-400f-bb90-9716423bfee5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:46.335Z|13b4e5d8-af53-400f-bb90-9716423bfee5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:46.335Z|aa6d42a8-602d-4175-8699-3b5164af9ccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:46.449Z|6667a71f-880d-4bcd-8f93-cb05a0b31d24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:58:46.449Z|6667a71f-880d-4bcd-8f93-cb05a0b31d24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:58:46.987Z|12c5c5bc-ad5a-408e-8f21-22210e4eeb48|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:46.988Z|12c5c5bc-ad5a-408e-8f21-22210e4eeb48|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:56.358Z|96fbe67d-4782-4b5c-8080-65ac6827f81d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:56.358Z|b02de9ed-b153-48db-801b-ec93a10556fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:56.358Z|96fbe67d-4782-4b5c-8080-65ac6827f81d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:56.359Z|b02de9ed-b153-48db-801b-ec93a10556fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:57.009Z|8a92e91d-0826-49b7-8a4b-f8714e830a0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:58:57.010Z|8a92e91d-0826-49b7-8a4b-f8714e830a0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:58:59.843Z|d6c2f78f-118f-4cc7-92f2-0080e008d851|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:58:59.844Z|d6c2f78f-118f-4cc7-92f2-0080e008d851|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:01.449Z|66c6d74b-43c1-43ec-9654-9a9a3638b5d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:01.454Z|66c6d74b-43c1-43ec-9654-9a9a3638b5d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:01.933Z|584dfaaf-1da2-411d-894c-ec4c0b4244d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:01.934Z|584dfaaf-1da2-411d-894c-ec4c0b4244d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:06.380Z|5e148ca6-52a8-4a0c-b738-c53baa837a2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:06.380Z|e0c7e5a7-c9bb-45c7-8bb4-795804dfafd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:06.381Z|e0c7e5a7-c9bb-45c7-8bb4-795804dfafd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:06.381Z|5e148ca6-52a8-4a0c-b738-c53baa837a2c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:07.035Z|b7eacf20-0f70-41e4-8ae5-c7ffafbc5615|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:07.035Z|b7eacf20-0f70-41e4-8ae5-c7ffafbc5615|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:16.403Z|d3b26135-b1b1-4cb6-b660-88105ceb514c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:16.403Z|d3b26135-b1b1-4cb6-b660-88105ceb514c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:16.413Z|34ee1259-49cf-4521-b6a5-328b2eb0054f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:16.413Z|34ee1259-49cf-4521-b6a5-328b2eb0054f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:16.449Z|a2f87f8d-e9ca-4b1c-95f0-d96de6f09475|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:16.449Z|a2f87f8d-e9ca-4b1c-95f0-d96de6f09475|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:17.058Z|5b542c2a-7040-4e27-836c-45851a0885f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:17.059Z|5b542c2a-7040-4e27-836c-45851a0885f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:26.433Z|e7cf6d43-b1dd-4ce3-bed1-647ff06e575a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:26.433Z|654aec80-ef93-4241-ba16-b2ed8c83fc4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:26.433Z|e7cf6d43-b1dd-4ce3-bed1-647ff06e575a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:26.434Z|654aec80-ef93-4241-ba16-b2ed8c83fc4a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:27.084Z|425e5c19-234a-4c0e-a206-d7933fabc77e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:27.085Z|425e5c19-234a-4c0e-a206-d7933fabc77e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:31.449Z|ba7067b6-d1ed-49a1-9be8-b95cbf51f2e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:31.450Z|ba7067b6-d1ed-49a1-9be8-b95cbf51f2e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:31.935Z|b3a76abc-13d1-45f1-9052-c110af84a6c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:31.936Z|b3a76abc-13d1-45f1-9052-c110af84a6c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:36.454Z|a38985c1-aa48-4aef-af6b-92cd44f7540a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:36.454Z|550320a8-3838-4182-a1d5-0d298443c215|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:36.455Z|550320a8-3838-4182-a1d5-0d298443c215|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:36.455Z|a38985c1-aa48-4aef-af6b-92cd44f7540a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:37.111Z|d4797b57-c61f-44cb-9722-9f43628d0790|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:37.112Z|d4797b57-c61f-44cb-9722-9f43628d0790|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:46.449Z|afa33dbc-94b6-4bf3-b74a-8ceabbd84997|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T06:59:46.450Z|afa33dbc-94b6-4bf3-b74a-8ceabbd84997|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T06:59:46.477Z|db05eff6-e496-4454-9581-a5a009329794|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:46.478Z|db05eff6-e496-4454-9581-a5a009329794|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:46.484Z|3aa376f0-bc80-4e33-8e8f-c3931ed92f84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:46.485Z|3aa376f0-bc80-4e33-8e8f-c3931ed92f84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:47.135Z|a7e59895-b244-4794-93e6-6b80c948dc24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:47.136Z|a7e59895-b244-4794-93e6-6b80c948dc24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:56.502Z|45dea9dc-81d0-4688-bf14-ab246662c7fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:56.503Z|45dea9dc-81d0-4688-bf14-ab246662c7fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:56.513Z|f6e3ac86-95d4-4a18-af3a-08d70f06c6b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:56.514Z|f6e3ac86-95d4-4a18-af3a-08d70f06c6b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:57.159Z|61d7f786-29cf-4fce-969b-0e54a883666f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T06:59:57.160Z|61d7f786-29cf-4fce-969b-0e54a883666f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T06:59:59.847Z|77bb1931-00d8-4e55-af92-3fc5e4c080fa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T06:59:59.848Z|77bb1931-00d8-4e55-af92-3fc5e4c080fa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:01.449Z|70f85a47-f75c-4e9e-91d0-e8c33d3457ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:01.449Z|70f85a47-f75c-4e9e-91d0-e8c33d3457ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:01.936Z|34d912f9-052f-4439-b16e-98a4858729f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:01.937Z|34d912f9-052f-4439-b16e-98a4858729f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:06.536Z|a6a9da48-91ce-4f8d-a8f6-d802200c5c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:06.536Z|f5587a57-b3a8-4e56-a18c-37dcd53a20a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:06.536Z|a6a9da48-91ce-4f8d-a8f6-d802200c5c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:06.536Z|f5587a57-b3a8-4e56-a18c-37dcd53a20a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:07.182Z|1bf57273-9ec3-4d07-9fcf-6c56efb8d439|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:07.183Z|1bf57273-9ec3-4d07-9fcf-6c56efb8d439|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:16.449Z|348486b3-0573-47e0-8e07-9d6d68267bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:16.449Z|348486b3-0573-47e0-8e07-9d6d68267bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:16.561Z|87c44186-e8ac-4de8-b76d-1b9f5709c722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:16.561Z|fd4c2fe1-61ff-43ce-9092-489375a07153|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:16.562Z|87c44186-e8ac-4de8-b76d-1b9f5709c722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:16.562Z|fd4c2fe1-61ff-43ce-9092-489375a07153|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:17.213Z|00d2a4ca-76fb-4bbd-9bd2-a37872574631|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:17.214Z|00d2a4ca-76fb-4bbd-9bd2-a37872574631|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:26.585Z|d71e4fac-1931-4aea-a303-cfa70a1dfccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:26.586Z|d71e4fac-1931-4aea-a303-cfa70a1dfccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:26.596Z|a848757b-81c6-4333-a77f-5be530684a38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:26.597Z|a848757b-81c6-4333-a77f-5be530684a38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:27.238Z|0f63f5b4-b167-471d-bcc6-574588b17f6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:27.239Z|0f63f5b4-b167-471d-bcc6-574588b17f6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:31.449Z|c98adff9-7500-4340-b9e1-a8a3c46ac05b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:31.451Z|c98adff9-7500-4340-b9e1-a8a3c46ac05b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:31.938Z|141a2066-7393-45ea-8f35-ae058e45f633|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:31.938Z|141a2066-7393-45ea-8f35-ae058e45f633|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:36.611Z|2741d56e-0e37-4570-8e80-a59a69a14122|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:36.612Z|2741d56e-0e37-4570-8e80-a59a69a14122|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:36.619Z|f5915e54-73e5-48ff-83a6-e2af3d5286f9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:36.620Z|f5915e54-73e5-48ff-83a6-e2af3d5286f9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:37.261Z|270a0c53-1b59-4055-81f4-ba4b4d6377f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:37.262Z|270a0c53-1b59-4055-81f4-ba4b4d6377f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:46.449Z|5aaf5417-ebe1-4c40-9035-f4f88d6dfb8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:00:46.449Z|5aaf5417-ebe1-4c40-9035-f4f88d6dfb8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:00:46.637Z|b6baccfe-6326-4e95-b70a-63c0f32c878b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:46.638Z|b6baccfe-6326-4e95-b70a-63c0f32c878b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:46.640Z|638ab23f-cea7-4bc2-a3a7-b1faa011c270|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:46.640Z|638ab23f-cea7-4bc2-a3a7-b1faa011c270|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:47.284Z|33862e14-1eee-434c-a43a-9b2c758e0a76|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:47.285Z|33862e14-1eee-434c-a43a-9b2c758e0a76|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:56.662Z|ab9cab6d-9846-4db4-b7e4-03ed791358b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:56.662Z|c1c950c9-d07f-4c47-bcdf-daf85fd632d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:56.663Z|ab9cab6d-9846-4db4-b7e4-03ed791358b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:56.663Z|c1c950c9-d07f-4c47-bcdf-daf85fd632d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:57.313Z|705efb71-2975-41f0-9ced-19930261322a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:00:57.314Z|705efb71-2975-41f0-9ced-19930261322a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:00:59.842Z|fc515eff-85ad-481b-9225-cf4ab1701d9e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:00:59.843Z|fc515eff-85ad-481b-9225-cf4ab1701d9e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:01.448Z|8172cc6a-f041-450c-b254-4e6e73816fb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:01.449Z|8172cc6a-f041-450c-b254-4e6e73816fb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:01.939Z|b295d270-945b-4f32-b993-f54ae71390f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:01.939Z|b295d270-945b-4f32-b993-f54ae71390f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:06.683Z|61cae515-31b5-4e1d-89d9-bd0e885741e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:06.684Z|4bc11ef2-a880-4b73-a888-81cf31f43622|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:06.684Z|61cae515-31b5-4e1d-89d9-bd0e885741e7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:06.684Z|4bc11ef2-a880-4b73-a888-81cf31f43622|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:07.338Z|52275c9b-6488-4d1c-976b-6b0116d618d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:07.339Z|52275c9b-6488-4d1c-976b-6b0116d618d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:16.448Z|77d4c5c1-eb31-494d-bd10-186d0ff72555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:16.450Z|77d4c5c1-eb31-494d-bd10-186d0ff72555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:16.706Z|df29a713-1ab1-4248-af6c-0af08b6d278f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:16.708Z|df29a713-1ab1-4248-af6c-0af08b6d278f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:16.708Z|c1fb8256-41ea-40fa-a6a8-c6772da769c5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:16.709Z|c1fb8256-41ea-40fa-a6a8-c6772da769c5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:17.359Z|791d7900-eed5-4add-a6d1-dca65bc2d496|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:17.359Z|791d7900-eed5-4add-a6d1-dca65bc2d496|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:26.732Z|afc1255f-7bc0-444b-afba-96eb7e7f4a5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:26.732Z|c2bf3820-ba34-45e0-a8e3-00743cd5d562|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:26.733Z|afc1255f-7bc0-444b-afba-96eb7e7f4a5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:26.733Z|c2bf3820-ba34-45e0-a8e3-00743cd5d562|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:27.384Z|ac64fcf9-35b9-4b8a-9d45-ce09c431c57f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:27.385Z|ac64fcf9-35b9-4b8a-9d45-ce09c431c57f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:31.449Z|5bdd9189-5a80-4956-b822-306a9ad5b166|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:31.449Z|5bdd9189-5a80-4956-b822-306a9ad5b166|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:31.940Z|c69db06d-2134-42be-8c8e-430ea2a4661c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:31.941Z|c69db06d-2134-42be-8c8e-430ea2a4661c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:36.755Z|a5ab283f-eba6-481e-b6ef-9dd5786289f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:36.755Z|3eaed70b-2710-474e-bd63-5fb4d2e946ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:36.756Z|a5ab283f-eba6-481e-b6ef-9dd5786289f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:36.756Z|3eaed70b-2710-474e-bd63-5fb4d2e946ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:37.408Z|961aa4fa-c66e-4f01-b5b3-303793d04058|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:37.408Z|961aa4fa-c66e-4f01-b5b3-303793d04058|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:46.449Z|d26307a1-5d8a-4930-a816-7fd4a809c794|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:01:46.449Z|d26307a1-5d8a-4930-a816-7fd4a809c794|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:01:46.777Z|ec2bcb03-6206-444e-9335-aad9e1d6ad5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:46.778Z|ec2bcb03-6206-444e-9335-aad9e1d6ad5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:46.786Z|18b514fe-95ec-4a23-b86d-99bf74a3a4c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:46.787Z|18b514fe-95ec-4a23-b86d-99bf74a3a4c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:47.429Z|ea097832-17ce-4e19-a68c-618b7147be99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:47.430Z|ea097832-17ce-4e19-a68c-618b7147be99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:56.801Z|5ecd2b31-8fd9-4786-93e8-335f1e042dec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:56.801Z|5ecd2b31-8fd9-4786-93e8-335f1e042dec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:56.808Z|a5881150-f03c-4dd0-b0b1-e3d8ba33eb1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:56.809Z|a5881150-f03c-4dd0-b0b1-e3d8ba33eb1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:57.454Z|ad99640c-8c66-4048-8c35-dd25a967ac54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:01:57.455Z|ad99640c-8c66-4048-8c35-dd25a967ac54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:01:59.842Z|0167fe4c-0d5d-4b70-8393-6d21ad4b054a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:01:59.844Z|0167fe4c-0d5d-4b70-8393-6d21ad4b054a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:01.448Z|0f030023-7d72-40bc-adae-4e478b2abd6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:01.450Z|0f030023-7d72-40bc-adae-4e478b2abd6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:01.941Z|c5a66432-eddc-433a-810a-06ea0372fb3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:01.942Z|c5a66432-eddc-433a-810a-06ea0372fb3b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:06.826Z|a031b77d-3c7b-432a-8be3-b837e761aecb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:06.827Z|a031b77d-3c7b-432a-8be3-b837e761aecb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:06.830Z|c4b8d8fa-4066-4c86-85a7-e3298a2d3b30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:06.830Z|c4b8d8fa-4066-4c86-85a7-e3298a2d3b30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:07.479Z|87404349-cd04-48c0-b632-98c56129bb1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:07.480Z|87404349-cd04-48c0-b632-98c56129bb1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:16.449Z|abf0ae21-f7f4-4c7d-89bb-396c84179c92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:16.449Z|abf0ae21-f7f4-4c7d-89bb-396c84179c92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:16.858Z|6b89e52d-195b-468c-9883-264d5190d3f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:16.858Z|f4155d3f-2583-45f1-b8a4-3e5d352cbb98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:16.858Z|6b89e52d-195b-468c-9883-264d5190d3f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:16.859Z|f4155d3f-2583-45f1-b8a4-3e5d352cbb98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:17.530Z|aa52eb91-537d-4446-a26e-37fc1d9a4d91|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:17.531Z|aa52eb91-537d-4446-a26e-37fc1d9a4d91|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:26.880Z|8c1fa43a-3c46-4507-8c53-19690b03c0f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:26.881Z|d7e3888d-69ee-4c60-90da-acbef9bd8fa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:26.881Z|d7e3888d-69ee-4c60-90da-acbef9bd8fa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:26.881Z|8c1fa43a-3c46-4507-8c53-19690b03c0f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:27.554Z|aba30f89-b59b-4912-9897-a6b88f0a458e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:27.555Z|aba30f89-b59b-4912-9897-a6b88f0a458e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:31.449Z|567181e5-9cbd-4469-a690-8a60082a91be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:31.449Z|567181e5-9cbd-4469-a690-8a60082a91be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:31.943Z|9d59f3ec-7fea-4b65-ad07-54231a7e7039|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:31.943Z|9d59f3ec-7fea-4b65-ad07-54231a7e7039|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:36.903Z|a20bae37-1ddb-4897-9784-4c1988bad25f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:36.903Z|a20bae37-1ddb-4897-9784-4c1988bad25f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:36.906Z|00653ed9-fb92-4fec-907b-6d0466f63a43|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:36.907Z|00653ed9-fb92-4fec-907b-6d0466f63a43|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:37.581Z|37ca008b-d71a-456a-96b7-6964266363e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:37.582Z|37ca008b-d71a-456a-96b7-6964266363e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:46.449Z|3da4a519-3a7b-4ff5-8560-7f136c673f30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:02:46.450Z|3da4a519-3a7b-4ff5-8560-7f136c673f30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:02:46.928Z|b3caecc1-e076-494c-b382-780319c0ba47|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:46.928Z|0e0efdfb-4742-425a-8b1e-e8ca3fc23c41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:46.929Z|b3caecc1-e076-494c-b382-780319c0ba47|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:46.929Z|0e0efdfb-4742-425a-8b1e-e8ca3fc23c41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:47.611Z|afcb5ef6-bf8d-4a21-b591-d68b56560e8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:47.612Z|afcb5ef6-bf8d-4a21-b591-d68b56560e8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:56.950Z|a24c2b5e-1dd8-4875-bc17-a789ac39cebc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:56.950Z|15d37bad-dba7-4080-9f1b-dd89cb6a6bb7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:56.951Z|a24c2b5e-1dd8-4875-bc17-a789ac39cebc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:56.951Z|15d37bad-dba7-4080-9f1b-dd89cb6a6bb7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:57.634Z|7073c0a7-e011-4f0e-9732-28716d38d278|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:02:57.635Z|7073c0a7-e011-4f0e-9732-28716d38d278|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:02:59.842Z|bc11bd2c-4756-44a9-96e9-d3b560a571ba|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:02:59.842Z|bc11bd2c-4756-44a9-96e9-d3b560a571ba|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:01.449Z|774f1592-01f7-4183-b3fa-a760b9b28a00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:01.449Z|774f1592-01f7-4183-b3fa-a760b9b28a00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:01.944Z|8b1e92e8-7e76-4647-b9c9-fa64460f5860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:01.944Z|8b1e92e8-7e76-4647-b9c9-fa64460f5860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:06.971Z|4e0c34d4-c840-4f33-a771-88ab59adfbb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:06.971Z|1b355dae-5d3f-470d-aecb-d3518ee2162f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:06.972Z|4e0c34d4-c840-4f33-a771-88ab59adfbb2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:06.972Z|1b355dae-5d3f-470d-aecb-d3518ee2162f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:07.656Z|51cf97ff-324e-4352-ab37-63e3a7557c94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:07.656Z|51cf97ff-324e-4352-ab37-63e3a7557c94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:16.449Z|898cfda9-cdee-45c8-bfa1-f1fca792fb28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:16.449Z|898cfda9-cdee-45c8-bfa1-f1fca792fb28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:16.993Z|636698d9-d23e-4898-a1cd-48bfd7500ed4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:16.993Z|f063d96b-cac7-406c-94e3-b1b699e599ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:16.995Z|f063d96b-cac7-406c-94e3-b1b699e599ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:16.994Z|636698d9-d23e-4898-a1cd-48bfd7500ed4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:17.679Z|df701d04-37d2-4944-9f8a-8b02644c384e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:17.680Z|df701d04-37d2-4944-9f8a-8b02644c384e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:27.018Z|c73281c8-407b-44d3-aef1-9c5301b3845f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:27.018Z|a3daf680-e92f-45d6-a586-e07b0e6c7c3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:27.018Z|c73281c8-407b-44d3-aef1-9c5301b3845f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:27.018Z|a3daf680-e92f-45d6-a586-e07b0e6c7c3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:27.700Z|1073136b-1b1c-4a31-9137-5cfc6a45613c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:27.701Z|1073136b-1b1c-4a31-9137-5cfc6a45613c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:31.449Z|673a4745-75cc-4910-abd1-4696d4ffa592|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:31.451Z|673a4745-75cc-4910-abd1-4696d4ffa592|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:31.945Z|6d1eaacd-c758-4be0-b337-4759b475e431|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:31.946Z|6d1eaacd-c758-4be0-b337-4759b475e431|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:37.037Z|86081a38-3cba-4c63-b0f4-9dbd9eb09e76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:37.037Z|5ca0a0be-fe81-4f30-8098-b5d62e08fbc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:37.038Z|5ca0a0be-fe81-4f30-8098-b5d62e08fbc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:37.038Z|86081a38-3cba-4c63-b0f4-9dbd9eb09e76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:37.721Z|cd9319e0-ac3d-4fae-b459-f20307d9ff92|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:37.722Z|cd9319e0-ac3d-4fae-b459-f20307d9ff92|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:46.449Z|d1ed84a2-5186-44e3-be6f-61e0770100ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:03:46.450Z|d1ed84a2-5186-44e3-be6f-61e0770100ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:03:47.058Z|925ffbe3-adaa-440d-8446-b37555848450|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:47.058Z|6d2234d2-bcd6-4a2c-a274-bf3513384e2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:47.059Z|925ffbe3-adaa-440d-8446-b37555848450|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:47.059Z|6d2234d2-bcd6-4a2c-a274-bf3513384e2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:47.744Z|333fbd34-07f7-4ded-8984-316fd958a3bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:47.744Z|333fbd34-07f7-4ded-8984-316fd958a3bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:57.079Z|0a904199-9db5-4efb-a555-a56508390946|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:57.080Z|0a904199-9db5-4efb-a555-a56508390946|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:57.088Z|e9d48c87-a991-4150-a9e9-1c72b7acc1e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:57.089Z|e9d48c87-a991-4150-a9e9-1c72b7acc1e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:57.766Z|fcead098-8fc7-497f-b0d9-720ee7e495d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:03:57.767Z|fcead098-8fc7-497f-b0d9-720ee7e495d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:03:59.843Z|18042115-ab19-4cad-aeb1-8f5b18746c1b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:03:59.844Z|18042115-ab19-4cad-aeb1-8f5b18746c1b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:01.449Z|5dbc9aac-7710-48f5-9307-d9319f1254f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:01.449Z|5dbc9aac-7710-48f5-9307-d9319f1254f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:01.947Z|b5cf9d18-9f70-4212-81b6-1c0589f0ee9c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:01.947Z|b5cf9d18-9f70-4212-81b6-1c0589f0ee9c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:07.103Z|58337b30-b5db-43fa-a60f-e1686683e53c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:07.104Z|58337b30-b5db-43fa-a60f-e1686683e53c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:07.110Z|acbd580b-40fb-48e8-a246-039ee1c36aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:07.110Z|acbd580b-40fb-48e8-a246-039ee1c36aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:07.788Z|aaf61cf4-2d5d-4346-bac2-587188b715e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:07.788Z|aaf61cf4-2d5d-4346-bac2-587188b715e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:16.449Z|2858215e-74cf-4e9f-97da-d3e7b97bd846|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:16.450Z|2858215e-74cf-4e9f-97da-d3e7b97bd846|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:17.125Z|0e98d7a8-693d-4faa-b2c9-5c91eb55970a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:17.126Z|0e98d7a8-693d-4faa-b2c9-5c91eb55970a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:17.132Z|537f0685-0678-4988-8914-8d2f5a203b06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:17.133Z|537f0685-0678-4988-8914-8d2f5a203b06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:17.810Z|d195f18a-6c6e-4e0a-ba66-015666fb333d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:17.811Z|d195f18a-6c6e-4e0a-ba66-015666fb333d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:27.153Z|574f8405-54f6-4d4b-9f74-97c220070020|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:27.153Z|12f335df-d781-4f23-b82f-a60e204c4adf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:27.154Z|574f8405-54f6-4d4b-9f74-97c220070020|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:27.154Z|12f335df-d781-4f23-b82f-a60e204c4adf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:27.836Z|d8781f12-44d3-4c75-8534-022b89575ec7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:27.837Z|d8781f12-44d3-4c75-8534-022b89575ec7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:31.449Z|918391cd-e5a6-4186-b616-44834a83e339|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:31.449Z|918391cd-e5a6-4186-b616-44834a83e339|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:31.948Z|0b655b1d-0f86-4133-81c3-ff1846ee90c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:31.949Z|0b655b1d-0f86-4133-81c3-ff1846ee90c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:37.178Z|310d74df-b339-4328-a27d-9f1968fb4c97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:37.179Z|339ae993-7f17-4839-b582-e67621973461|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:37.179Z|310d74df-b339-4328-a27d-9f1968fb4c97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:37.180Z|339ae993-7f17-4839-b582-e67621973461|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:37.862Z|83023201-a32b-4cf3-a233-360b4a4eb1a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:37.863Z|83023201-a32b-4cf3-a233-360b4a4eb1a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:46.449Z|bdf10993-4af8-455e-9aa4-41e10d396e4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:04:46.449Z|bdf10993-4af8-455e-9aa4-41e10d396e4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:04:47.207Z|93532bdd-c6e4-4c34-988f-18181827777b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:47.208Z|93532bdd-c6e4-4c34-988f-18181827777b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:47.208Z|10a06d0c-d7e7-46ee-818b-b2c6277d8675|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:47.216Z|10a06d0c-d7e7-46ee-818b-b2c6277d8675|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:47.887Z|467592f2-698d-48cc-b054-88ef1a97401a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:47.888Z|467592f2-698d-48cc-b054-88ef1a97401a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:57.246Z|c2612c86-1462-4e82-96f2-82a920b442b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:57.247Z|8918e75e-153a-4956-a0ec-ee9ed3a672bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:57.247Z|8918e75e-153a-4956-a0ec-ee9ed3a672bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:57.247Z|c2612c86-1462-4e82-96f2-82a920b442b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:57.909Z|2dd25645-6525-4f55-bbe8-5431ea8a14a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:04:57.910Z|2dd25645-6525-4f55-bbe8-5431ea8a14a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:04:59.842Z|39d94581-3625-47d6-9f12-5670878c84ab|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:04:59.843Z|39d94581-3625-47d6-9f12-5670878c84ab|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:01.449Z|69ba519a-bcbb-426e-b51b-6030686e0b66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:01.451Z|69ba519a-bcbb-426e-b51b-6030686e0b66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:01.950Z|716e14f7-76bd-46f2-bad3-d831d19bad08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:01.950Z|716e14f7-76bd-46f2-bad3-d831d19bad08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:07.273Z|d24ae425-980a-438f-a924-9d2b2273a21e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:07.273Z|b72129d4-5183-4832-8b81-62230f93a9a2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:07.274Z|b72129d4-5183-4832-8b81-62230f93a9a2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:07.274Z|d24ae425-980a-438f-a924-9d2b2273a21e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:07.936Z|d2f0258d-f519-4268-bd03-d4e93029c14c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:07.937Z|d2f0258d-f519-4268-bd03-d4e93029c14c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:16.449Z|4e29cc19-215b-4656-b7be-93cdee4b2e87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:16.450Z|4e29cc19-215b-4656-b7be-93cdee4b2e87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:17.301Z|78909424-f49f-47ca-8901-f35803c44eb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:17.301Z|4dfb2a33-24ff-4876-be6b-45a7e39d4189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:17.302Z|78909424-f49f-47ca-8901-f35803c44eb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:17.302Z|4dfb2a33-24ff-4876-be6b-45a7e39d4189|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:17.966Z|a3a1f33c-c26c-4fc5-8701-ec157bae078e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:17.967Z|a3a1f33c-c26c-4fc5-8701-ec157bae078e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:27.326Z|d0f93a28-f008-4ba1-bbe5-69babc5dc174|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:27.326Z|114fa902-02df-4cb5-b684-ab1bac905b00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:27.327Z|d0f93a28-f008-4ba1-bbe5-69babc5dc174|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:27.327Z|114fa902-02df-4cb5-b684-ab1bac905b00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:27.991Z|9ca69e24-c1e9-4234-bfaa-3c3e9412e15b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:27.992Z|9ca69e24-c1e9-4234-bfaa-3c3e9412e15b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:31.449Z|4ad39eb7-638e-48ee-8032-1fbc32aabdf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:31.449Z|4ad39eb7-638e-48ee-8032-1fbc32aabdf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:31.951Z|6c82ffb9-75ae-4510-81df-0b45575edc18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:31.952Z|6c82ffb9-75ae-4510-81df-0b45575edc18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:37.348Z|014b99ae-6d49-486d-b514-082588bdfe69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:37.348Z|d697126a-a5e1-45eb-8c5f-16c02608cd8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:37.349Z|d697126a-a5e1-45eb-8c5f-16c02608cd8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:37.350Z|014b99ae-6d49-486d-b514-082588bdfe69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:38.017Z|8d08deb5-958f-470f-8371-b3a59f64d674|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:38.017Z|8d08deb5-958f-470f-8371-b3a59f64d674|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:46.449Z|224bd9c2-c970-4f39-b46e-e0a062145f0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:05:46.450Z|224bd9c2-c970-4f39-b46e-e0a062145f0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:05:47.372Z|af9997eb-bc36-48ea-b832-04f3562e7fd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:47.372Z|f4210511-453a-4c9d-bd85-347ced32cf7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:47.373Z|f4210511-453a-4c9d-bd85-347ced32cf7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:47.373Z|af9997eb-bc36-48ea-b832-04f3562e7fd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:48.041Z|714a3a68-f7f9-4cb4-a117-4e993081d385|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:48.042Z|714a3a68-f7f9-4cb4-a117-4e993081d385|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:57.395Z|46d237bb-cf10-45c7-af12-57bc39558fc4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:57.395Z|93924289-e201-4b00-a3c3-5ff68f0b54d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:57.395Z|46d237bb-cf10-45c7-af12-57bc39558fc4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:57.395Z|93924289-e201-4b00-a3c3-5ff68f0b54d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:58.069Z|7759cbdd-2b82-4712-b753-92a781bb49ff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:05:58.070Z|7759cbdd-2b82-4712-b753-92a781bb49ff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:05:59.849Z|ea5271ef-c175-4aa5-bd6a-6838e66c133c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:05:59.850Z|ea5271ef-c175-4aa5-bd6a-6838e66c133c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:01.449Z|8e99f19a-b4a2-4536-ad22-b76f7355a8b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:01.449Z|8e99f19a-b4a2-4536-ad22-b76f7355a8b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:01.953Z|3cc3f779-bc7e-4b03-8802-889a486b0421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:01.954Z|3cc3f779-bc7e-4b03-8802-889a486b0421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:07.420Z|d094508f-15b5-4162-b0e0-f9c979c723ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:07.421Z|d094508f-15b5-4162-b0e0-f9c979c723ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:07.427Z|af16e13d-df19-49e6-bb1c-6d787abdf43e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:07.428Z|af16e13d-df19-49e6-bb1c-6d787abdf43e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:08.106Z|fc009757-92f7-404b-b02c-ea07f0cb58da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:08.106Z|fc009757-92f7-404b-b02c-ea07f0cb58da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:16.449Z|289c4922-f6c0-4dfb-bcc0-be9046cd1502|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:16.449Z|289c4922-f6c0-4dfb-bcc0-be9046cd1502|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:17.444Z|ae03863a-6e6f-49cf-a25a-154728c20e78|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:17.444Z|ae03863a-6e6f-49cf-a25a-154728c20e78|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:17.450Z|b9dc80c4-21e1-4296-897c-fe1e9d4b3c87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:17.451Z|b9dc80c4-21e1-4296-897c-fe1e9d4b3c87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:18.135Z|1c996b9b-d8d1-4d5d-8f37-55ca8a229014|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:18.135Z|1c996b9b-d8d1-4d5d-8f37-55ca8a229014|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:27.484Z|9a55b644-5824-4e4f-8aa8-96cf102e2ee8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:27.485Z|9a55b644-5824-4e4f-8aa8-96cf102e2ee8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:27.489Z|f8b17cb5-0aba-4ee2-8330-7b4c494cc1fb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:27.491Z|f8b17cb5-0aba-4ee2-8330-7b4c494cc1fb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:28.163Z|4de3bed8-577a-4cd6-ac32-78af54006784|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:28.164Z|4de3bed8-577a-4cd6-ac32-78af54006784|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:31.448Z|e9fd9dbf-7f99-4426-880a-a31ea3a901b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:31.450Z|e9fd9dbf-7f99-4426-880a-a31ea3a901b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:31.954Z|489448ab-4174-4c7f-a231-9a93f7857968|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:31.955Z|489448ab-4174-4c7f-a231-9a93f7857968|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:37.515Z|681747d0-1ae2-47a9-8b2e-fb004c87a17d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:37.515Z|681747d0-1ae2-47a9-8b2e-fb004c87a17d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:37.520Z|9d31cd9e-1bc8-46ca-8bb6-ce95626a8d80|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:37.521Z|9d31cd9e-1bc8-46ca-8bb6-ce95626a8d80|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:38.192Z|8503fdf2-3a44-4056-965e-a50ad26dbea9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:38.196Z|8503fdf2-3a44-4056-965e-a50ad26dbea9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:46.449Z|7a460cb2-fd03-4b00-9ee9-b9d046e38209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:06:46.449Z|7a460cb2-fd03-4b00-9ee9-b9d046e38209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:06:47.542Z|4592d3e0-973d-41c0-a45a-829de5946b4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:47.542Z|4592d3e0-973d-41c0-a45a-829de5946b4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:47.546Z|0c4b482e-4c80-4e36-b277-a62c28070815|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:47.547Z|0c4b482e-4c80-4e36-b277-a62c28070815|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:48.231Z|85ad9f41-c74c-4905-981a-b7759395c9b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:48.232Z|85ad9f41-c74c-4905-981a-b7759395c9b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:57.569Z|cb72d502-5b0f-43c7-944b-7eafa47fda81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:57.570Z|cb72d502-5b0f-43c7-944b-7eafa47fda81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:57.580Z|c6b9667a-5ea0-4730-9d64-777021c04f9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:57.581Z|c6b9667a-5ea0-4730-9d64-777021c04f9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:58.257Z|28ed784b-2fd1-49c9-8968-bde09252d684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:06:58.258Z|28ed784b-2fd1-49c9-8968-bde09252d684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:06:59.843Z|f63966d7-8f18-4449-a4d0-b7330c5685f4|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:06:59.844Z|f63966d7-8f18-4449-a4d0-b7330c5685f4|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:01.449Z|48aeb1a2-3b53-4bd2-b890-9c65c7f5850b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:01.452Z|48aeb1a2-3b53-4bd2-b890-9c65c7f5850b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:01.956Z|607fb857-624d-4f1d-84f3-a41bd67f0363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:01.957Z|607fb857-624d-4f1d-84f3-a41bd67f0363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:07.610Z|b46001d1-58e9-4dc3-9750-deaade232796|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:07.610Z|4fff5ee6-7f9e-4bdf-9f36-87dbc9608411|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:07.611Z|b46001d1-58e9-4dc3-9750-deaade232796|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:07.611Z|4fff5ee6-7f9e-4bdf-9f36-87dbc9608411|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:08.280Z|6337646e-bdba-4676-a414-cad905f440dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:08.281Z|6337646e-bdba-4676-a414-cad905f440dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:16.449Z|21d3eec0-cb3a-4584-a6b3-fad8e611e7a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:16.449Z|21d3eec0-cb3a-4584-a6b3-fad8e611e7a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:17.635Z|34bc607b-9ad9-491f-90f1-30a6ecaf8f58|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:17.637Z|34bc607b-9ad9-491f-90f1-30a6ecaf8f58|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:17.641Z|a5dd3ddd-f36a-4be0-8afe-892521dda0c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:17.642Z|a5dd3ddd-f36a-4be0-8afe-892521dda0c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:18.309Z|f85dbdab-ea28-4439-a3ba-21c43eeeef4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:18.309Z|f85dbdab-ea28-4439-a3ba-21c43eeeef4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:27.674Z|e196b3ef-402f-44c4-b7ee-36e4eb71b19d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:27.675Z|e196b3ef-402f-44c4-b7ee-36e4eb71b19d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:27.677Z|abfc6182-0a04-4c17-bb3b-8b50aaff5632|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:27.678Z|abfc6182-0a04-4c17-bb3b-8b50aaff5632|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:28.345Z|fc3cbf4c-f024-49c2-9ce8-7d6c94a3e6e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:28.346Z|fc3cbf4c-f024-49c2-9ce8-7d6c94a3e6e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:31.449Z|51704e6b-812a-4eee-997a-8e0304879770|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:31.449Z|51704e6b-812a-4eee-997a-8e0304879770|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:31.958Z|1177ab98-b789-4e4b-ab6b-b4effc800622|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:31.959Z|1177ab98-b789-4e4b-ab6b-b4effc800622|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:37.698Z|c8adfab7-daae-4482-8b57-136acf86c4a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:37.698Z|021f3026-6b0c-4f35-87dd-bd9be9397ba1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:37.699Z|021f3026-6b0c-4f35-87dd-bd9be9397ba1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:37.699Z|c8adfab7-daae-4482-8b57-136acf86c4a1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:38.382Z|594a4746-aa3b-4de6-b884-b7c8924f59d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:38.383Z|594a4746-aa3b-4de6-b884-b7c8924f59d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:46.449Z|f09068b6-19b5-41eb-9caa-ba84e2e40523|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:07:46.450Z|f09068b6-19b5-41eb-9caa-ba84e2e40523|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:07:47.722Z|baebd902-2ce4-4b96-8bd5-d41bd9bd4f1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:47.721Z|fa9986e1-0b4b-41dc-8446-e8e794e39e39|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:47.722Z|baebd902-2ce4-4b96-8bd5-d41bd9bd4f1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:47.722Z|fa9986e1-0b4b-41dc-8446-e8e794e39e39|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:48.430Z|68bdc3ae-0a7d-4937-be53-b920dfb90c16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:48.430Z|68bdc3ae-0a7d-4937-be53-b920dfb90c16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:57.750Z|3ae07dd8-6087-4417-b313-50d032c22aa1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:57.750Z|3ae07dd8-6087-4417-b313-50d032c22aa1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:57.753Z|911c8b0e-411f-485f-af32-2516289e4b1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:57.753Z|911c8b0e-411f-485f-af32-2516289e4b1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:58.483Z|3c40dbb0-33b9-4177-b120-b0976a20c30a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:07:58.484Z|3c40dbb0-33b9-4177-b120-b0976a20c30a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:07:59.842Z|b3d0d269-073f-4e2f-9257-534de68f20d6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:07:59.843Z|b3d0d269-073f-4e2f-9257-534de68f20d6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:01.448Z|47ead89a-19f5-4e1b-b3cf-e8c514536a0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:01.449Z|47ead89a-19f5-4e1b-b3cf-e8c514536a0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:01.961Z|c636cb37-04c4-4ac6-8904-4b15a9810432|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:01.961Z|c636cb37-04c4-4ac6-8904-4b15a9810432|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:07.773Z|a56b0474-1529-48b3-bcec-4e68fcc14563|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:07.774Z|a56b0474-1529-48b3-bcec-4e68fcc14563|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:07.777Z|40af07b7-341b-4b2a-afbd-a9267117c386|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:07.777Z|40af07b7-341b-4b2a-afbd-a9267117c386|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:08.576Z|b8380381-c0fc-436e-9a43-c454f6151d49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:08.577Z|b8380381-c0fc-436e-9a43-c454f6151d49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:16.449Z|b78934f1-90fd-4b21-ab32-b5bf502407cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:16.449Z|b78934f1-90fd-4b21-ab32-b5bf502407cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:17.806Z|d08bbdb4-d625-44bc-a896-4262dfb3ae09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:17.807Z|d08bbdb4-d625-44bc-a896-4262dfb3ae09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:17.810Z|4da34d64-6e61-454e-b908-c14cfeabcd5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:17.811Z|4da34d64-6e61-454e-b908-c14cfeabcd5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:18.602Z|4a28ba33-f5be-46cf-a8f9-b96180adc2f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:18.603Z|4a28ba33-f5be-46cf-a8f9-b96180adc2f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:27.833Z|ae15d8d8-6250-4989-891c-5c8a5b556d04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:27.833Z|ae15d8d8-6250-4989-891c-5c8a5b556d04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:27.836Z|8ce3e46e-d93c-45a3-8dc6-2f5f0778ff9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:27.837Z|8ce3e46e-d93c-45a3-8dc6-2f5f0778ff9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:28.626Z|30f71871-00c7-4493-972f-1ff65d8dd297|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:28.627Z|30f71871-00c7-4493-972f-1ff65d8dd297|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:31.449Z|484d66cc-e31c-441a-a0ad-f3de84c08043|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:31.450Z|484d66cc-e31c-441a-a0ad-f3de84c08043|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:31.962Z|b63c84bc-d40e-4494-8876-d50950379157|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:31.963Z|b63c84bc-d40e-4494-8876-d50950379157|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:37.861Z|c0c7a7a0-b5d6-49bb-877b-ffba15fc21f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:37.861Z|c99ec5f3-5ee7-4dde-b25e-fdc335a6adf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:37.861Z|c0c7a7a0-b5d6-49bb-877b-ffba15fc21f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:37.862Z|c99ec5f3-5ee7-4dde-b25e-fdc335a6adf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:38.660Z|72ab3d56-f237-4aa6-bd22-23c85c72f857|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:38.661Z|72ab3d56-f237-4aa6-bd22-23c85c72f857|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:46.449Z|f09e34cd-3434-430e-98c3-4d118dd58310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:08:46.449Z|f09e34cd-3434-430e-98c3-4d118dd58310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:08:47.883Z|35886fcf-41af-4f0e-9a0f-3f076b6d9f11|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:47.883Z|7539698c-a7e2-40f7-b01f-87e2ba30820b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:47.884Z|35886fcf-41af-4f0e-9a0f-3f076b6d9f11|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:47.884Z|7539698c-a7e2-40f7-b01f-87e2ba30820b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:48.685Z|763f8719-21ad-4636-a2f4-3270323695ea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:48.685Z|763f8719-21ad-4636-a2f4-3270323695ea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:57.908Z|fb116361-ddb0-4c63-b783-f2bd75249735|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:57.909Z|fb116361-ddb0-4c63-b783-f2bd75249735|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:57.911Z|8082d73c-8564-4f86-9046-04bf8fb95c39|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:57.912Z|8082d73c-8564-4f86-9046-04bf8fb95c39|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:58.719Z|539b18f6-e02e-4bf1-b01e-8f776844a0f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:08:58.720Z|539b18f6-e02e-4bf1-b01e-8f776844a0f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:08:59.842Z|578e5773-f44c-4fad-9f88-a95a26287426|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:08:59.843Z|578e5773-f44c-4fad-9f88-a95a26287426|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:01.449Z|6651e21f-e678-4964-a139-56abf7fdf188|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:01.449Z|6651e21f-e678-4964-a139-56abf7fdf188|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:01.964Z|2ee0093b-46bc-4b4a-9962-43b852dd10db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:01.964Z|2ee0093b-46bc-4b4a-9962-43b852dd10db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:07.933Z|ec01e8a6-547e-45a1-add2-dbcb3231d83c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:07.934Z|89919efd-0887-4cdf-98d8-9e57565edca7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:07.934Z|ec01e8a6-547e-45a1-add2-dbcb3231d83c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:07.934Z|89919efd-0887-4cdf-98d8-9e57565edca7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:08.760Z|a76afff2-e156-4260-9abf-b528360a8793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:08.761Z|a76afff2-e156-4260-9abf-b528360a8793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:16.449Z|ab6adf42-3e3d-40ba-b577-3a4cfc187ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:16.450Z|ab6adf42-3e3d-40ba-b577-3a4cfc187ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:17.956Z|71c0cc44-ee7b-46ef-b2d8-097d106fa0e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:17.956Z|8b0dd091-f431-462e-ba25-7b77518d2c9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:17.956Z|71c0cc44-ee7b-46ef-b2d8-097d106fa0e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:17.957Z|8b0dd091-f431-462e-ba25-7b77518d2c9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:18.786Z|47d8f4d8-8607-428a-aa99-9c67a0a888ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:18.787Z|47d8f4d8-8607-428a-aa99-9c67a0a888ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:27.978Z|e012f192-f473-4017-b5d6-5164ada7a72e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:27.979Z|e012f192-f473-4017-b5d6-5164ada7a72e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:27.980Z|d5d56f3b-c7e4-4cd6-a6b2-97015c999493|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:27.981Z|d5d56f3b-c7e4-4cd6-a6b2-97015c999493|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:28.811Z|0927543a-7193-41e7-b9bc-408acac0b73b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:28.812Z|0927543a-7193-41e7-b9bc-408acac0b73b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:31.449Z|4f773cbb-fdb3-4eee-93b5-76261dc20b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:31.449Z|4f773cbb-fdb3-4eee-93b5-76261dc20b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:31.965Z|dfe23df3-b8ec-4077-8bd4-12c0aba363e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:31.966Z|dfe23df3-b8ec-4077-8bd4-12c0aba363e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:38.007Z|8ffb6e4d-f941-433c-8450-1cadbb115243|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:38.007Z|bcb9a972-6511-4b45-aa4e-330827c7f0ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:38.007Z|bcb9a972-6511-4b45-aa4e-330827c7f0ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:38.007Z|8ffb6e4d-f941-433c-8450-1cadbb115243|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:38.838Z|aa4f5720-2403-4917-bf1f-6ee3afe6e635|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:38.839Z|aa4f5720-2403-4917-bf1f-6ee3afe6e635|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:46.449Z|99c64c88-3163-43ce-90d0-9a6c8a9340c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:09:46.449Z|99c64c88-3163-43ce-90d0-9a6c8a9340c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:09:48.031Z|39657293-4157-4f4f-a461-c360eaf9b959|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:48.031Z|588115f4-6c15-4891-8013-bbb3746fd80a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:48.031Z|39657293-4157-4f4f-a461-c360eaf9b959|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:48.031Z|588115f4-6c15-4891-8013-bbb3746fd80a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:48.863Z|f5f98f1d-4792-4d75-af57-9fd0c700e302|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:48.863Z|f5f98f1d-4792-4d75-af57-9fd0c700e302|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:58.056Z|1b8748e2-4d8b-480f-9c5d-bf8a90416856|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:58.056Z|1b8748e2-4d8b-480f-9c5d-bf8a90416856|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:58.054Z|b1fead81-458e-4725-a8ea-d0967b5bc557|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:58.060Z|b1fead81-458e-4725-a8ea-d0967b5bc557|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:58.885Z|20749085-38c8-4f8f-9af1-d2b264fcd72b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:09:58.886Z|20749085-38c8-4f8f-9af1-d2b264fcd72b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:09:59.846Z|9c25c2ca-05e4-4ad1-b68e-89700b42d837|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:09:59.848Z|9c25c2ca-05e4-4ad1-b68e-89700b42d837|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:01.449Z|f6f921a0-4d00-43d1-8dac-1b29847fdbd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:01.450Z|f6f921a0-4d00-43d1-8dac-1b29847fdbd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:01.966Z|a58e8c5e-f71f-4e33-bda7-d918f13e0fbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:01.967Z|a58e8c5e-f71f-4e33-bda7-d918f13e0fbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:08.084Z|805d7cb6-c155-49a9-92da-d42c0f642a35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:08.085Z|805d7cb6-c155-49a9-92da-d42c0f642a35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:08.090Z|bf6a6fb8-aaa8-4652-9059-61823f3df4b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:08.091Z|bf6a6fb8-aaa8-4652-9059-61823f3df4b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:08.911Z|d38eedfa-ad5b-40f4-a4a6-1d72496e301f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:08.912Z|d38eedfa-ad5b-40f4-a4a6-1d72496e301f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:16.449Z|ce4c0b04-42b6-4f33-b960-052217d23e7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:16.449Z|ce4c0b04-42b6-4f33-b960-052217d23e7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:18.111Z|d00b5045-904c-45b8-901a-8b02630126fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:18.113Z|d00b5045-904c-45b8-901a-8b02630126fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:18.116Z|03b55b1a-32ba-4869-bbfc-e5aa8e2631b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:18.117Z|03b55b1a-32ba-4869-bbfc-e5aa8e2631b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:18.937Z|3273cae8-0d33-47fd-9bfe-8c22474e8429|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:18.938Z|3273cae8-0d33-47fd-9bfe-8c22474e8429|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:28.137Z|0e13898c-29a0-4636-ac7a-f9c5381d6c97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:28.138Z|0e13898c-29a0-4636-ac7a-f9c5381d6c97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:28.140Z|e33691d2-255b-4535-a68e-2d9c6f2ec879|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:28.140Z|e33691d2-255b-4535-a68e-2d9c6f2ec879|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:28.958Z|d1d16738-6a3c-426c-b36d-8f67217f94e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:28.959Z|d1d16738-6a3c-426c-b36d-8f67217f94e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:31.449Z|a08e6b3c-3e5e-4f39-b43c-16dd86f18878|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:31.449Z|a08e6b3c-3e5e-4f39-b43c-16dd86f18878|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:31.968Z|486393d5-90c3-4fb3-903d-68940564fa27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:31.968Z|486393d5-90c3-4fb3-903d-68940564fa27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:38.162Z|3acb4e63-12b6-42cf-82c3-6e469091eb0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:38.162Z|5ab047e7-3297-4873-9f05-249fd40a0e57|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:38.162Z|3acb4e63-12b6-42cf-82c3-6e469091eb0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:38.162Z|5ab047e7-3297-4873-9f05-249fd40a0e57|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:38.982Z|df4dbc95-ab0d-4f9a-934c-51badf900cdd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:38.983Z|df4dbc95-ab0d-4f9a-934c-51badf900cdd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:46.449Z|662bf597-a8f5-4cbc-ae9c-bc1c7b37e6fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:10:46.450Z|662bf597-a8f5-4cbc-ae9c-bc1c7b37e6fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:10:48.183Z|4bfa0d04-455e-4401-8db7-79b63359ca7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:48.184Z|4bfa0d04-455e-4401-8db7-79b63359ca7d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:48.185Z|6ebc407c-3e2e-4783-956d-4ab4222cb3cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:48.185Z|6ebc407c-3e2e-4783-956d-4ab4222cb3cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:49.004Z|755d410a-5507-4d8b-90d9-44d4e35fb373|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:49.005Z|755d410a-5507-4d8b-90d9-44d4e35fb373|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:58.206Z|cd7fe3b3-2f92-4031-86fb-632c03f096f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:58.206Z|fa765e98-627b-42f6-ade1-00b209bf30c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:58.207Z|fa765e98-627b-42f6-ade1-00b209bf30c0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:58.206Z|cd7fe3b3-2f92-4031-86fb-632c03f096f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:59.029Z|c03b20e8-8ef2-43be-a33c-64588651b61e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:10:59.029Z|c03b20e8-8ef2-43be-a33c-64588651b61e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:10:59.842Z|0aa1af3d-4e38-4612-847f-9378d4f6ce97|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:10:59.843Z|0aa1af3d-4e38-4612-847f-9378d4f6ce97|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:01.449Z|e84da5bc-4c09-4429-999c-663f581e2b58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:01.449Z|e84da5bc-4c09-4429-999c-663f581e2b58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:01.969Z|77272bd5-ee74-49ad-8489-18466198d3b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:01.969Z|77272bd5-ee74-49ad-8489-18466198d3b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:08.231Z|75515f5f-9466-4273-94df-7d06f937055c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:08.232Z|75515f5f-9466-4273-94df-7d06f937055c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:08.236Z|ee528286-953b-479d-b40d-1d1b25328197|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:08.237Z|ee528286-953b-479d-b40d-1d1b25328197|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:09.055Z|b1bb2960-f385-4892-949a-758ce6c4b39f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:09.057Z|b1bb2960-f385-4892-949a-758ce6c4b39f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:16.449Z|31621a8e-6aa5-4c24-8860-3a76edd25f62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:16.449Z|31621a8e-6aa5-4c24-8860-3a76edd25f62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:18.263Z|f28cf1db-956d-441d-b24b-96a193bc14ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:18.264Z|f28cf1db-956d-441d-b24b-96a193bc14ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:18.274Z|c149fc8f-750f-4caf-ad22-0897e16e215b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:18.275Z|c149fc8f-750f-4caf-ad22-0897e16e215b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:19.080Z|7c8ad3a7-8506-440a-8976-b380b40b21b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:19.081Z|7c8ad3a7-8506-440a-8976-b380b40b21b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:28.297Z|73d672c6-0eaa-4052-89cd-7f1c1761d82a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:28.298Z|590f2d5f-926d-4eb0-be3d-bb96c4213c69|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:28.298Z|590f2d5f-926d-4eb0-be3d-bb96c4213c69|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:28.298Z|73d672c6-0eaa-4052-89cd-7f1c1761d82a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:29.103Z|5e480226-a399-46d2-a202-113b28af135c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:29.103Z|5e480226-a399-46d2-a202-113b28af135c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:31.449Z|daede4c0-c660-4499-8383-ec19b782e51e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:31.450Z|daede4c0-c660-4499-8383-ec19b782e51e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:31.970Z|05c72e28-4b75-4e58-a394-37c3ce3dde74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:31.971Z|05c72e28-4b75-4e58-a394-37c3ce3dde74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:38.331Z|628ce7a6-4166-421a-8b17-307c70093d2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:38.331Z|fdd14062-d2a9-4851-a560-b9ca3321b17d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:38.332Z|628ce7a6-4166-421a-8b17-307c70093d2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:38.332Z|fdd14062-d2a9-4851-a560-b9ca3321b17d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:39.128Z|02b497f9-aa67-4059-8aae-7e9c935fc45b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:39.129Z|02b497f9-aa67-4059-8aae-7e9c935fc45b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:46.449Z|7dd4ecbe-6f7a-4949-8134-ca6c6a64dcc2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:11:46.450Z|7dd4ecbe-6f7a-4949-8134-ca6c6a64dcc2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:11:48.363Z|de282908-5483-4cfc-8bd5-5b3e6cadbbc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:48.363Z|6343c877-bf87-4b93-b127-3f1ac927bd9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:48.364Z|de282908-5483-4cfc-8bd5-5b3e6cadbbc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:48.364Z|6343c877-bf87-4b93-b127-3f1ac927bd9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:49.192Z|1a8506ea-deee-4a31-a93b-c96890869c10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:49.193Z|1a8506ea-deee-4a31-a93b-c96890869c10|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:58.409Z|c05c6e81-528c-4d5c-b265-76e924a3cc3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:58.409Z|45d44059-62d2-4ac8-b050-8a7af3163fd5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:58.410Z|45d44059-62d2-4ac8-b050-8a7af3163fd5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:58.410Z|c05c6e81-528c-4d5c-b265-76e924a3cc3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:59.221Z|af92671c-1afb-4854-a292-623e9d078925|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:11:59.222Z|af92671c-1afb-4854-a292-623e9d078925|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:11:59.842Z|835c3615-2bf4-4a1d-a1f8-d01cfeddf3b8|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:11:59.842Z|835c3615-2bf4-4a1d-a1f8-d01cfeddf3b8|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:01.449Z|eeeec88e-a8b0-4696-8439-26fac71599ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:01.449Z|eeeec88e-a8b0-4696-8439-26fac71599ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:01.971Z|b2d91f4d-28d1-40eb-8a6c-00dca9410f3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:01.972Z|b2d91f4d-28d1-40eb-8a6c-00dca9410f3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:08.432Z|0dfc7e13-34fe-4889-8032-7e4a75987031|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:08.432Z|36643e5c-bfb2-4f1d-a0a6-eee58bc5e8f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:08.433Z|0dfc7e13-34fe-4889-8032-7e4a75987031|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:08.433Z|36643e5c-bfb2-4f1d-a0a6-eee58bc5e8f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:09.278Z|d065f63c-c31d-4d35-af06-20115cb41246|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:09.278Z|d065f63c-c31d-4d35-af06-20115cb41246|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:16.449Z|dde2efb2-ebd7-490f-82a5-f278d5122674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:16.451Z|dde2efb2-ebd7-490f-82a5-f278d5122674|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:18.458Z|88730bf5-21db-456e-afc5-f3837a11bbfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:18.458Z|553e4f58-74d3-4bc0-a7a1-bc98fdba46e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:18.459Z|88730bf5-21db-456e-afc5-f3837a11bbfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:18.459Z|553e4f58-74d3-4bc0-a7a1-bc98fdba46e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:19.304Z|db874be2-6e62-4bf2-b457-e8a4d3bb7a5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:19.305Z|db874be2-6e62-4bf2-b457-e8a4d3bb7a5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:28.484Z|8afeb82e-6f74-444f-b1c9-226b5c7c7659|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:28.484Z|5c566e17-73e6-42c6-b45c-3fd59c148d6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:28.485Z|8afeb82e-6f74-444f-b1c9-226b5c7c7659|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:28.485Z|5c566e17-73e6-42c6-b45c-3fd59c148d6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:29.333Z|89923fd3-7ac1-4651-b58b-f6ed186ebac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:29.334Z|89923fd3-7ac1-4651-b58b-f6ed186ebac4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:31.449Z|3014c45f-157a-4f3b-b6d5-dff6e7048491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:31.450Z|3014c45f-157a-4f3b-b6d5-dff6e7048491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:31.973Z|f653197b-e863-49e1-840a-67b86efa4d56|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:31.974Z|f653197b-e863-49e1-840a-67b86efa4d56|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:38.508Z|d524582b-a905-4fc2-8cc0-0458ef55360c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:38.509Z|d524582b-a905-4fc2-8cc0-0458ef55360c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:38.509Z|49ca948a-52a0-4f31-aa82-9be402285898|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:38.510Z|49ca948a-52a0-4f31-aa82-9be402285898|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:39.364Z|a8e030a3-332d-4945-bed6-d23227e9721a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:39.366Z|a8e030a3-332d-4945-bed6-d23227e9721a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:46.449Z|459f6482-5f5d-4f9b-a053-b3a48bf3052b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:12:46.449Z|459f6482-5f5d-4f9b-a053-b3a48bf3052b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:12:48.531Z|9e178f38-9209-4522-aab9-2184bd77fedd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:48.531Z|b83b430f-f1ec-46a6-a00f-57d13638c722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:48.532Z|b83b430f-f1ec-46a6-a00f-57d13638c722|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:48.532Z|9e178f38-9209-4522-aab9-2184bd77fedd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:49.395Z|4654bc20-8528-41c8-a07e-dafe3ab1b068|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:49.396Z|4654bc20-8528-41c8-a07e-dafe3ab1b068|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:58.553Z|d561cf4c-9146-4992-bb89-461fd4f6e192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:58.554Z|d561cf4c-9146-4992-bb89-461fd4f6e192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:58.556Z|5a944ecc-bde4-4ba2-8d2e-b3959a909cc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:58.557Z|5a944ecc-bde4-4ba2-8d2e-b3959a909cc6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:59.418Z|5723e247-0d5a-463a-8417-6d7014a26786|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:12:59.419Z|5723e247-0d5a-463a-8417-6d7014a26786|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:12:59.844Z|47fe92b3-3347-4424-8c05-524abd62980a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:12:59.845Z|47fe92b3-3347-4424-8c05-524abd62980a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:01.449Z|f56dca11-e8f0-4bb1-92a1-03315decdea6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:01.450Z|f56dca11-e8f0-4bb1-92a1-03315decdea6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:01.974Z|1e2137a7-e53e-4cc7-b9a3-1b5449e43114|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:01.975Z|1e2137a7-e53e-4cc7-b9a3-1b5449e43114|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:08.580Z|1dbbd225-22f7-4f8d-91b7-78e3ba8e2288|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:08.581Z|1dbbd225-22f7-4f8d-91b7-78e3ba8e2288|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:08.611Z|6566ca64-1860-4e8a-934f-78ac0d448dcf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:08.612Z|6566ca64-1860-4e8a-934f-78ac0d448dcf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:09.440Z|68562ea4-52b4-4428-b101-4838da650d63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:09.441Z|68562ea4-52b4-4428-b101-4838da650d63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:16.448Z|f9e089d0-da68-46a7-810b-0d8f6763b2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:16.449Z|f9e089d0-da68-46a7-810b-0d8f6763b2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:18.609Z|e36b819e-007f-483a-9de8-88f0b984ced4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:18.610Z|e36b819e-007f-483a-9de8-88f0b984ced4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:18.633Z|57ceec27-ebf8-4a06-86c9-7cb1d2edd26c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:18.634Z|57ceec27-ebf8-4a06-86c9-7cb1d2edd26c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:19.465Z|652a448b-ea86-48dd-b408-38276216ecb7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:19.466Z|652a448b-ea86-48dd-b408-38276216ecb7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:28.632Z|97c63d86-733a-4672-99bd-fbf9a79cf3b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:28.633Z|97c63d86-733a-4672-99bd-fbf9a79cf3b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:28.658Z|5675a2f8-dc6e-48fe-b4ba-d1b97504ef3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:28.658Z|5675a2f8-dc6e-48fe-b4ba-d1b97504ef3a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:29.490Z|1ec2f0b1-5f7e-425a-be26-cd4efd9063e1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:29.491Z|1ec2f0b1-5f7e-425a-be26-cd4efd9063e1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:31.449Z|2c7bed6d-0906-44c7-8345-caaa7a3db23c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:31.449Z|2c7bed6d-0906-44c7-8345-caaa7a3db23c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:31.976Z|2b163573-f8a1-4617-935c-69ebee4f53ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:31.976Z|2b163573-f8a1-4617-935c-69ebee4f53ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:38.673Z|d87c8d3c-7946-48d6-b0a6-cb3c3965a349|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:38.674Z|d87c8d3c-7946-48d6-b0a6-cb3c3965a349|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:38.680Z|7d7d9cff-1c68-42be-a6c9-1e5892c9f2a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:38.680Z|7d7d9cff-1c68-42be-a6c9-1e5892c9f2a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:39.515Z|a0d20e56-b39e-4460-91b0-985993e51d8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:39.515Z|a0d20e56-b39e-4460-91b0-985993e51d8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:46.449Z|2da5b84f-1936-4c0d-be57-3c031f77c692|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:13:46.451Z|2da5b84f-1936-4c0d-be57-3c031f77c692|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:13:48.704Z|001e0ec9-d1f7-4f8c-8063-22dd186f5024|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:48.705Z|001e0ec9-d1f7-4f8c-8063-22dd186f5024|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:48.707Z|4bda7f07-39ab-4a17-8d49-84f0e85349d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:48.707Z|4bda7f07-39ab-4a17-8d49-84f0e85349d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:49.538Z|b7ed4f63-6a57-4f6b-8890-ebe4b6f52fee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:49.539Z|b7ed4f63-6a57-4f6b-8890-ebe4b6f52fee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:58.729Z|516f7c34-b761-4de9-8def-0e3943f622f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:58.730Z|8d2de139-8a2c-4f1a-9498-962203e1cdd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:58.730Z|516f7c34-b761-4de9-8def-0e3943f622f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:58.730Z|8d2de139-8a2c-4f1a-9498-962203e1cdd1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:59.564Z|0dd208ee-9637-4672-bd32-312fe0f42b35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:13:59.565Z|0dd208ee-9637-4672-bd32-312fe0f42b35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:13:59.843Z|f5ac62a6-1237-46d1-963a-0239e394e974|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:13:59.846Z|f5ac62a6-1237-46d1-963a-0239e394e974|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:01.449Z|ff3d7d12-f052-4e55-b0ed-b31e9345d9a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:01.449Z|ff3d7d12-f052-4e55-b0ed-b31e9345d9a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:01.978Z|3d31be70-fcae-4eb9-be3b-ae090b271f89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:01.979Z|3d31be70-fcae-4eb9-be3b-ae090b271f89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:08.751Z|aa9b59df-b80d-4ec7-b4b3-cedcdab8789a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:08.752Z|aa9b59df-b80d-4ec7-b4b3-cedcdab8789a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:08.758Z|914c9312-d17d-4f13-8870-619d5171521c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:08.758Z|914c9312-d17d-4f13-8870-619d5171521c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:09.592Z|290a36c4-2ce6-43ad-adcf-c341de14a485|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:09.593Z|290a36c4-2ce6-43ad-adcf-c341de14a485|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:16.449Z|abf1ae56-2927-4bd7-9b64-29f675186130|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:16.449Z|abf1ae56-2927-4bd7-9b64-29f675186130|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:18.773Z|b97da51c-1a02-4701-95f0-f809e8f3b1b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:18.774Z|b97da51c-1a02-4701-95f0-f809e8f3b1b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:18.778Z|0c7f7286-10dd-458a-8755-ae8d3a3abca4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:18.779Z|0c7f7286-10dd-458a-8755-ae8d3a3abca4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:19.616Z|c82ad73a-21f9-4a0a-91aa-9b0fa9d19681|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:19.616Z|c82ad73a-21f9-4a0a-91aa-9b0fa9d19681|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:28.796Z|7e1b1ed4-a4b5-4ccf-baaa-a3d04f93aebe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:28.796Z|0d079c39-de3b-4b7c-a43e-f4ae5c532493|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:28.796Z|7e1b1ed4-a4b5-4ccf-baaa-a3d04f93aebe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:28.796Z|0d079c39-de3b-4b7c-a43e-f4ae5c532493|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:29.639Z|cbfedd1a-117e-4ab6-9e93-e88df342b932|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:29.640Z|cbfedd1a-117e-4ab6-9e93-e88df342b932|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:31.449Z|0ac5a970-1a79-4b82-82ef-c3a169c6fcb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:31.450Z|0ac5a970-1a79-4b82-82ef-c3a169c6fcb7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:31.980Z|b7db7191-cb70-413d-86a4-cf2874f6502c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:31.980Z|b7db7191-cb70-413d-86a4-cf2874f6502c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:38.818Z|ceb38bcb-bfbf-44c9-8a89-23db284b7b92|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:38.818Z|c06579cf-53d4-4a76-8f65-59c7fa293e81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:38.819Z|ceb38bcb-bfbf-44c9-8a89-23db284b7b92|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:38.820Z|c06579cf-53d4-4a76-8f65-59c7fa293e81|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:39.662Z|7f22b8ec-6512-4754-8980-cd7c485c1610|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:39.663Z|7f22b8ec-6512-4754-8980-cd7c485c1610|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:46.449Z|c329ce15-95fd-44a6-a445-8703e886545d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:14:46.449Z|c329ce15-95fd-44a6-a445-8703e886545d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:14:48.842Z|97809a55-6a85-41d6-97fa-2c7c80c93b62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:48.843Z|97809a55-6a85-41d6-97fa-2c7c80c93b62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:48.845Z|817936a2-8233-40e7-a4b4-5975583598ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:48.846Z|817936a2-8233-40e7-a4b4-5975583598ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:49.684Z|ba404a5b-3868-4066-918d-3129332fa659|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:49.684Z|ba404a5b-3868-4066-918d-3129332fa659|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:58.868Z|53f835d8-e715-4773-aaf3-5f2cd858a969|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:58.868Z|fff84d41-46f0-46e6-9830-0f2d1449f503|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:58.869Z|fff84d41-46f0-46e6-9830-0f2d1449f503|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:58.869Z|53f835d8-e715-4773-aaf3-5f2cd858a969|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:59.710Z|4246d62f-b169-4999-8358-d2d7adb416d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:14:59.711Z|4246d62f-b169-4999-8358-d2d7adb416d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:14:59.842Z|18353d26-60b3-4120-a1f6-2c9d541fa84e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:14:59.843Z|18353d26-60b3-4120-a1f6-2c9d541fa84e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:01.448Z|552f4951-d6ba-4cbd-85f7-0355a7b4ab48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:01.449Z|552f4951-d6ba-4cbd-85f7-0355a7b4ab48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:01.981Z|2258ee10-281a-4bac-a433-b105fabe4c9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:01.982Z|2258ee10-281a-4bac-a433-b105fabe4c9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:08.890Z|05742e9d-46f2-4c3a-b8f7-1f88418a60d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:08.890Z|0064883a-e894-4272-a2af-bded26f2f792|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:08.890Z|05742e9d-46f2-4c3a-b8f7-1f88418a60d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:08.891Z|0064883a-e894-4272-a2af-bded26f2f792|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:09.734Z|5d1fa848-5761-44c0-bcd8-f0e9e56a50ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:09.735Z|5d1fa848-5761-44c0-bcd8-f0e9e56a50ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:16.448Z|7c31a3be-3f60-4425-a918-cf815e9d634c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:16.450Z|7c31a3be-3f60-4425-a918-cf815e9d634c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:18.915Z|e3cae799-f760-487f-9458-804556725a5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:18.915Z|b9fd3847-16a7-49ba-8345-ee10152c1e78|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:18.915Z|e3cae799-f760-487f-9458-804556725a5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:18.916Z|b9fd3847-16a7-49ba-8345-ee10152c1e78|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:19.756Z|b016011c-04f9-4603-b982-99582f885498|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:19.756Z|b016011c-04f9-4603-b982-99582f885498|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:28.938Z|e576576a-8d7a-4628-952c-9f22b6fda27d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:28.938Z|a9df1592-1019-48a7-8759-e8ca71e059fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:28.939Z|e576576a-8d7a-4628-952c-9f22b6fda27d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:28.939Z|a9df1592-1019-48a7-8759-e8ca71e059fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:29.776Z|71dd5656-e922-4de5-91ce-7c08d5efaec2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:29.776Z|71dd5656-e922-4de5-91ce-7c08d5efaec2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:31.449Z|123a6cf8-6400-4ad4-84c2-3294327b4a1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:31.449Z|123a6cf8-6400-4ad4-84c2-3294327b4a1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:31.982Z|2fdb94b7-a2bb-409f-a063-1ea6df440e28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:31.983Z|2fdb94b7-a2bb-409f-a063-1ea6df440e28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:38.963Z|76b6b38b-cf08-4351-8f74-9cdee8feba1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:38.963Z|101392a5-e118-494f-ae52-a87e0e2911af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:38.965Z|101392a5-e118-494f-ae52-a87e0e2911af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:38.965Z|76b6b38b-cf08-4351-8f74-9cdee8feba1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:39.797Z|ab5f8638-341c-4f9d-a267-1d1b565478dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:39.797Z|ab5f8638-341c-4f9d-a267-1d1b565478dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:46.449Z|58c18650-a846-41d7-bcb3-0a5428d4b139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:15:46.449Z|58c18650-a846-41d7-bcb3-0a5428d4b139|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:15:48.988Z|01837bef-6679-4d7b-a9f9-c26fb4712375|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:48.988Z|85e276cb-175e-42c7-a2c0-8c6a31951e33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:48.989Z|85e276cb-175e-42c7-a2c0-8c6a31951e33|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:48.989Z|01837bef-6679-4d7b-a9f9-c26fb4712375|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:49.817Z|de1b8a21-4c91-4ead-a672-ea33e58fcca2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:49.818Z|de1b8a21-4c91-4ead-a672-ea33e58fcca2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:59.020Z|8913125b-5aeb-48bd-8bef-8abf139d4d99|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:59.021Z|8913125b-5aeb-48bd-8bef-8abf139d4d99|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:59.024Z|59b8e133-0305-44d0-aaa3-6fe204d94d0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:59.024Z|59b8e133-0305-44d0-aaa3-6fe204d94d0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:59.839Z|2c0bd9e4-7a32-458a-a7ab-e84a07c1312a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:15:59.840Z|2c0bd9e4-7a32-458a-a7ab-e84a07c1312a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:15:59.841Z|81400bd0-3d84-4b4a-8fb5-8ff559e45ecd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:15:59.842Z|81400bd0-3d84-4b4a-8fb5-8ff559e45ecd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:01.449Z|49763165-06ab-46dc-8e72-2e17fe45789c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:01.450Z|49763165-06ab-46dc-8e72-2e17fe45789c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:01.983Z|498320fb-0cae-4f75-9e13-e79fd5cb6acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:01.984Z|498320fb-0cae-4f75-9e13-e79fd5cb6acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:09.042Z|5a869848-4af0-4338-b8f0-f2fe7a1f6343|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:09.042Z|0efe6c0a-6df2-4be2-bd68-dbd1733134f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:09.043Z|0efe6c0a-6df2-4be2-bd68-dbd1733134f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:09.043Z|5a869848-4af0-4338-b8f0-f2fe7a1f6343|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:09.864Z|27a97494-e22b-4669-84f2-06177b43dd37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:09.865Z|27a97494-e22b-4669-84f2-06177b43dd37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:16.449Z|eaac3136-f38b-4ee8-9693-ea98b1960590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:16.449Z|eaac3136-f38b-4ee8-9693-ea98b1960590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:19.064Z|35bc2c9e-e311-4ed4-b5c4-73c708863a10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:19.064Z|69fdfa3f-1c9a-4def-852b-704c81b70b51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:19.065Z|35bc2c9e-e311-4ed4-b5c4-73c708863a10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:19.065Z|69fdfa3f-1c9a-4def-852b-704c81b70b51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:19.889Z|041707ec-1e03-47a5-914b-ff0c56751f22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:19.890Z|041707ec-1e03-47a5-914b-ff0c56751f22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:29.085Z|29b567f9-397b-45d8-be4b-636fb731f0d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:29.085Z|766deae2-429f-4c21-b511-4b4e36370b4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:29.086Z|29b567f9-397b-45d8-be4b-636fb731f0d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:29.086Z|766deae2-429f-4c21-b511-4b4e36370b4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:29.926Z|7e47d178-fa26-49a7-9593-f4f0c21b845a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:29.926Z|7e47d178-fa26-49a7-9593-f4f0c21b845a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:31.449Z|64356106-af0a-42fe-bbad-2f2f216f1488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:31.449Z|64356106-af0a-42fe-bbad-2f2f216f1488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:31.985Z|6f2c09c4-7ec7-4912-8726-03074300405c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:31.985Z|6f2c09c4-7ec7-4912-8726-03074300405c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:39.115Z|a21663d2-df79-499f-9773-9a21330fd169|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:39.115Z|7e8c494a-963f-4a7b-b2f9-21c5d3808b06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:39.116Z|7e8c494a-963f-4a7b-b2f9-21c5d3808b06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:39.116Z|a21663d2-df79-499f-9773-9a21330fd169|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:39.949Z|1a91698b-214a-4a20-93d0-912da420d549|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:39.950Z|1a91698b-214a-4a20-93d0-912da420d549|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:46.449Z|4ded24ac-5a38-44bb-b953-52f1c61f0eae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:16:46.449Z|4ded24ac-5a38-44bb-b953-52f1c61f0eae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:16:49.138Z|13441c59-0f48-4ec1-8d20-29a746dc0543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:49.138Z|a9d6c729-4e43-4ef3-8a47-0577f074bddc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:49.140Z|a9d6c729-4e43-4ef3-8a47-0577f074bddc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:49.139Z|13441c59-0f48-4ec1-8d20-29a746dc0543|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:49.972Z|12331c36-6e8b-46e0-b61d-cecce4913b68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:49.973Z|12331c36-6e8b-46e0-b61d-cecce4913b68|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:59.162Z|e836f7cf-f270-49ae-9e83-1377b41eea45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:59.162Z|d6079e59-df01-42ad-ad2e-62602beae20a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:59.163Z|e836f7cf-f270-49ae-9e83-1377b41eea45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:59.164Z|d6079e59-df01-42ad-ad2e-62602beae20a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:59.842Z|c41d9685-5e96-401a-850b-8de0f4cc1884|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:16:59.843Z|c41d9685-5e96-401a-850b-8de0f4cc1884|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:16:59.994Z|78e2e1ea-9989-4219-8ec0-00d5d88a2707|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:16:59.995Z|78e2e1ea-9989-4219-8ec0-00d5d88a2707|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:01.448Z|3e5dbf47-6041-40ab-9442-7abfdca8f185|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:01.449Z|3e5dbf47-6041-40ab-9442-7abfdca8f185|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:01.986Z|78281ff0-964b-4b01-8ae5-f206e18b8474|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:01.987Z|78281ff0-964b-4b01-8ae5-f206e18b8474|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:09.197Z|f34ddda2-470b-4fe0-9a8f-c21659c94d34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:09.197Z|f34ddda2-470b-4fe0-9a8f-c21659c94d34|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:09.197Z|6644e758-7606-4d2e-b370-eb8423f225c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:09.198Z|6644e758-7606-4d2e-b370-eb8423f225c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:10.018Z|54e40f4f-029d-472d-9950-589f3ee05282|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:10.019Z|54e40f4f-029d-472d-9950-589f3ee05282|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:16.449Z|f96981d7-bdc7-4273-87c6-323bae2e66dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:16.450Z|f96981d7-bdc7-4273-87c6-323bae2e66dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:19.236Z|8defaf8e-d2e4-4fb1-b0b1-6aa07eeec94c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:19.237Z|8defaf8e-d2e4-4fb1-b0b1-6aa07eeec94c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:19.240Z|899270f0-3c48-4c5c-a012-e5e8cc47bc85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:19.240Z|899270f0-3c48-4c5c-a012-e5e8cc47bc85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:20.044Z|a707d354-4364-4788-8335-33436423c96a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:20.045Z|a707d354-4364-4788-8335-33436423c96a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:29.294Z|ee35cbab-ff68-4429-82f7-ec81248b43e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:29.295Z|ee35cbab-ff68-4429-82f7-ec81248b43e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:29.305Z|255fae18-0690-4e34-ba90-ae25689cd3ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:29.306Z|255fae18-0690-4e34-ba90-ae25689cd3ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:30.069Z|2b7b7303-44d4-4d82-95e4-0ea8076ee7fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:30.070Z|2b7b7303-44d4-4d82-95e4-0ea8076ee7fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:31.449Z|b14f4a25-ca99-4fef-ac99-e4c6dff0e61d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:31.449Z|b14f4a25-ca99-4fef-ac99-e4c6dff0e61d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:31.988Z|76f6cb60-4583-4e92-abc5-5ff31c9f06d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:31.988Z|76f6cb60-4583-4e92-abc5-5ff31c9f06d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:39.344Z|cf43505c-85ed-4e7b-87e8-0ae0793e8b47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:39.345Z|cf43505c-85ed-4e7b-87e8-0ae0793e8b47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:39.358Z|ae60402c-ccd0-4512-af94-05cfd2b0ee99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:39.360Z|ae60402c-ccd0-4512-af94-05cfd2b0ee99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:40.099Z|9466d476-65aa-41cd-9448-485c2885af6f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:40.100Z|9466d476-65aa-41cd-9448-485c2885af6f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:46.449Z|65db2e2b-da0c-49c7-aa36-3c5c2599caca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:17:46.449Z|65db2e2b-da0c-49c7-aa36-3c5c2599caca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:17:49.372Z|bf0dbc4f-9a1f-4da6-84a3-18a652d82439|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:49.372Z|bf0dbc4f-9a1f-4da6-84a3-18a652d82439|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:49.404Z|d64c0071-9117-427a-91b3-3ea01980a1d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:49.405Z|d64c0071-9117-427a-91b3-3ea01980a1d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:50.139Z|4cef155d-4bd6-4577-b239-e7f8d9b49f6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:50.140Z|4cef155d-4bd6-4577-b239-e7f8d9b49f6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:59.410Z|b578ab8d-e90c-41d8-a2a8-27965639c2da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:59.410Z|b578ab8d-e90c-41d8-a2a8-27965639c2da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:59.444Z|4719e4b6-06a4-4dd6-9922-28ee71cbacb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:17:59.445Z|4719e4b6-06a4-4dd6-9922-28ee71cbacb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:17:59.841Z|37e8e6e9-45aa-45be-a0f7-a6634a113848|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:17:59.843Z|37e8e6e9-45aa-45be-a0f7-a6634a113848|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:00.165Z|e1ded47e-fe86-4ccb-aec7-fc27d3247543|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:00.165Z|e1ded47e-fe86-4ccb-aec7-fc27d3247543|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:01.449Z|ffd108b7-6825-4846-8413-949f3dfc910c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:01.449Z|ffd108b7-6825-4846-8413-949f3dfc910c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:01.989Z|4153cc23-29cd-4a8d-b00a-5384c5a11340|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:01.990Z|4153cc23-29cd-4a8d-b00a-5384c5a11340|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:09.463Z|5e4843b6-fda7-4ecc-ae6f-088aca9f22fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:09.464Z|5e4843b6-fda7-4ecc-ae6f-088aca9f22fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:09.506Z|621a3143-def3-4c19-9b13-bcabc34fc91c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:09.508Z|621a3143-def3-4c19-9b13-bcabc34fc91c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:10.219Z|aac579e7-f7ee-43c7-bd68-43bbeefc5ee4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:10.221Z|aac579e7-f7ee-43c7-bd68-43bbeefc5ee4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:16.449Z|a3c5336c-0a2e-41f2-966b-74e49c6c1022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:16.449Z|a3c5336c-0a2e-41f2-966b-74e49c6c1022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:19.538Z|7da7bba3-974e-46b7-87a5-c4d4dec04509|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:19.538Z|bd9ae4a3-c88b-472b-90d0-be7e76a4e54f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:19.539Z|bd9ae4a3-c88b-472b-90d0-be7e76a4e54f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:19.539Z|7da7bba3-974e-46b7-87a5-c4d4dec04509|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:20.269Z|f7e3cbad-fc6a-451e-ab53-c1667fd0d4ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:20.271Z|f7e3cbad-fc6a-451e-ab53-c1667fd0d4ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:29.566Z|fde6d72c-9c71-47a4-8bb5-7bd2e69ed9a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:29.566Z|fde6d72c-9c71-47a4-8bb5-7bd2e69ed9a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:29.571Z|1151243e-d7d0-454a-b4da-ba0078c5ceb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:29.571Z|1151243e-d7d0-454a-b4da-ba0078c5ceb7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:30.294Z|b8581134-b1cd-4604-a4c1-f59ab32e9e8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:30.295Z|b8581134-b1cd-4604-a4c1-f59ab32e9e8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:31.448Z|9435c80b-be60-4f59-b8ab-e46b74fadfd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:31.449Z|9435c80b-be60-4f59-b8ab-e46b74fadfd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:31.991Z|544b89df-af5d-489d-8ce8-4ebd880026ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:31.991Z|544b89df-af5d-489d-8ce8-4ebd880026ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:39.587Z|ea5d7d9c-89d2-4897-8b9b-743b022f9a37|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:39.588Z|ea5d7d9c-89d2-4897-8b9b-743b022f9a37|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:39.591Z|8b3723bb-20cd-4c97-b7be-2817b4232ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:39.591Z|8b3723bb-20cd-4c97-b7be-2817b4232ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:40.317Z|f23e68bf-113b-4aec-b5e7-afa943a0d480|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:40.317Z|f23e68bf-113b-4aec-b5e7-afa943a0d480|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:46.449Z|f7c51be9-0598-4539-a2ca-4477d6a631d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:18:46.449Z|f7c51be9-0598-4539-a2ca-4477d6a631d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:18:49.619Z|1bbd8a47-c10f-4d0a-a300-33344b618b0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:49.620Z|1bbd8a47-c10f-4d0a-a300-33344b618b0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:49.623Z|889fe40f-dfaa-4955-bd62-2e52590a4ca3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:49.623Z|889fe40f-dfaa-4955-bd62-2e52590a4ca3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:50.339Z|90cd6f76-6b4f-41ec-8016-31c156a57c9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:50.339Z|90cd6f76-6b4f-41ec-8016-31c156a57c9f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:59.641Z|9d11142c-fb0e-4d19-8b46-6a4df8c2d957|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:59.642Z|9d11142c-fb0e-4d19-8b46-6a4df8c2d957|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:59.646Z|c3141b2c-63f3-4528-8b10-c7d58c5d1fd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:18:59.647Z|c3141b2c-63f3-4528-8b10-c7d58c5d1fd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:18:59.842Z|2d7e59b5-679d-414d-8a08-3ed93bc96bcf|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:18:59.843Z|2d7e59b5-679d-414d-8a08-3ed93bc96bcf|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:00.360Z|be93cb22-8fc6-4551-8af2-6d6c0cf038b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:00.361Z|be93cb22-8fc6-4551-8af2-6d6c0cf038b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:01.448Z|dc374e73-d4d9-4830-897b-5b7fce1e2b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:01.451Z|dc374e73-d4d9-4830-897b-5b7fce1e2b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:01.992Z|375ed70a-dfb2-4773-a7a1-1737a4389258|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:01.992Z|375ed70a-dfb2-4773-a7a1-1737a4389258|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:09.663Z|37c1ce6c-f18f-4ea4-8e69-5ea6c8c22e57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:09.664Z|37c1ce6c-f18f-4ea4-8e69-5ea6c8c22e57|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:09.674Z|ea3cb787-a2f1-43b5-a9f0-f3530ef3618e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:09.674Z|ea3cb787-a2f1-43b5-a9f0-f3530ef3618e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:10.384Z|dfed077d-267f-480d-b912-c684f5084742|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:10.384Z|dfed077d-267f-480d-b912-c684f5084742|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:16.449Z|61a23f34-ba50-4aea-9385-f5b9c3917cd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:16.449Z|61a23f34-ba50-4aea-9385-f5b9c3917cd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:19.690Z|fd907435-9064-4de8-aa9d-bd76373aa81c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:19.691Z|fd907435-9064-4de8-aa9d-bd76373aa81c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:19.696Z|0619177e-c68b-4c66-903b-d58311a48bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:19.697Z|0619177e-c68b-4c66-903b-d58311a48bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:20.409Z|96f2183b-74e2-4f40-926e-ec607730946e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:20.410Z|96f2183b-74e2-4f40-926e-ec607730946e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:29.715Z|e5f37f4f-02be-45b2-8d35-53c501bb6748|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:29.716Z|e5f37f4f-02be-45b2-8d35-53c501bb6748|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:29.729Z|eae3d990-619d-4683-a72b-34a5f0d736bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:29.730Z|eae3d990-619d-4683-a72b-34a5f0d736bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:30.439Z|d4eb77c6-ddd7-43a6-96be-933c266ce6f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:30.440Z|d4eb77c6-ddd7-43a6-96be-933c266ce6f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:31.449Z|ac615f09-5075-4fe9-a96c-b16a66f6f2bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:31.449Z|ac615f09-5075-4fe9-a96c-b16a66f6f2bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:31.993Z|043ade32-aba2-4fff-bce5-6b5f69d29dac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:31.994Z|043ade32-aba2-4fff-bce5-6b5f69d29dac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:39.741Z|833ce802-7122-4311-bd32-90685bb2cfb5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:39.743Z|833ce802-7122-4311-bd32-90685bb2cfb5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:39.753Z|8d526f4f-bfd3-4c65-b9d1-7195f3428c00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:39.754Z|8d526f4f-bfd3-4c65-b9d1-7195f3428c00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:40.469Z|3e928966-aeb8-4263-b20d-2d2bcde8bfb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:40.470Z|3e928966-aeb8-4263-b20d-2d2bcde8bfb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:46.449Z|5583df26-8b69-4a8b-9823-76893e275f85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:19:46.452Z|5583df26-8b69-4a8b-9823-76893e275f85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:19:49.769Z|0e663e22-d828-4580-b593-afd7fd8082e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:49.770Z|0e663e22-d828-4580-b593-afd7fd8082e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:49.780Z|2ace4ee3-8eb5-4ea0-89bf-7bff1a8080ca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:49.780Z|2ace4ee3-8eb5-4ea0-89bf-7bff1a8080ca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:50.493Z|0cb123fa-5866-4c12-8a7b-8371a42b02fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:50.494Z|0cb123fa-5866-4c12-8a7b-8371a42b02fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:59.793Z|94b00e72-7705-462a-8b26-c8b0210663fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:59.794Z|94b00e72-7705-462a-8b26-c8b0210663fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:59.801Z|1fa5d2b9-68ef-42a1-b260-95788788449b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:19:59.802Z|1fa5d2b9-68ef-42a1-b260-95788788449b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:19:59.843Z|773f5e14-114b-4ee1-9c3b-6a711e20c6ba|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:19:59.845Z|773f5e14-114b-4ee1-9c3b-6a711e20c6ba|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:00.518Z|5134a26f-4816-4bf9-860f-1890eb653b7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:00.518Z|5134a26f-4816-4bf9-860f-1890eb653b7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:01.449Z|96931aa1-59c6-4a0c-866f-cbc7ed695098|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:01.449Z|96931aa1-59c6-4a0c-866f-cbc7ed695098|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:01.995Z|167e7357-d41b-4f9f-a9f8-8090b68dd249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:01.995Z|167e7357-d41b-4f9f-a9f8-8090b68dd249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:09.817Z|d4a46f52-33be-4c78-bda1-5ea659b99ca3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:09.817Z|d4a46f52-33be-4c78-bda1-5ea659b99ca3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:09.823Z|e2028ee9-14b3-4441-8e8d-7e9bb688acc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:09.824Z|e2028ee9-14b3-4441-8e8d-7e9bb688acc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:10.549Z|454c3144-e983-47d0-9439-0ebeb14ddcfd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:10.550Z|454c3144-e983-47d0-9439-0ebeb14ddcfd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:16.449Z|27d98806-2331-48b9-b7de-dff4b619930e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:16.449Z|27d98806-2331-48b9-b7de-dff4b619930e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:19.841Z|07974da5-03d1-4ebc-ac59-367c996b2d3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:19.842Z|07974da5-03d1-4ebc-ac59-367c996b2d3f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:19.845Z|4de36563-05eb-48a8-b2fb-1e88a502785d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:19.846Z|4de36563-05eb-48a8-b2fb-1e88a502785d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:20.582Z|d837861a-412c-49a1-8f1f-6f8794917804|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:20.583Z|d837861a-412c-49a1-8f1f-6f8794917804|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:29.872Z|0c8f44c5-873c-42b3-8476-2243022d25cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:29.873Z|0c8f44c5-873c-42b3-8476-2243022d25cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:29.880Z|4a5803db-ded5-44b3-a804-74bc45fc1f5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:29.882Z|4a5803db-ded5-44b3-a804-74bc45fc1f5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:30.609Z|62fa6c08-81e9-432e-8381-1801ea6a7eba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:30.610Z|62fa6c08-81e9-432e-8381-1801ea6a7eba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:31.449Z|6567d269-da79-47d5-a686-e7686fe5129d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:31.451Z|6567d269-da79-47d5-a686-e7686fe5129d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:31.996Z|82a534fc-6036-4b88-9f3f-b628c51708fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:31.996Z|82a534fc-6036-4b88-9f3f-b628c51708fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:39.898Z|c36b5b3a-98ed-4eaa-a347-84b5d9a76d46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:39.899Z|c36b5b3a-98ed-4eaa-a347-84b5d9a76d46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:39.904Z|eda7ee0d-84ef-43bb-a485-f07db5605a21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:39.905Z|eda7ee0d-84ef-43bb-a485-f07db5605a21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:40.641Z|d8accad0-0db8-4449-a273-76a0e22673e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:40.642Z|d8accad0-0db8-4449-a273-76a0e22673e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:46.449Z|04cad192-24e3-4e71-8e77-39c5a9a30050|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:20:46.449Z|04cad192-24e3-4e71-8e77-39c5a9a30050|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:20:49.922Z|cf6ee4ac-fefc-40e8-bba8-22bb4210eada|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:49.922Z|cf6ee4ac-fefc-40e8-bba8-22bb4210eada|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:49.935Z|5131684a-ea47-46cd-af37-cc0fa1effc7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:49.936Z|5131684a-ea47-46cd-af37-cc0fa1effc7d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:50.665Z|8b043ce1-38ab-45c8-b9f8-b0eed08e5e87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:50.666Z|8b043ce1-38ab-45c8-b9f8-b0eed08e5e87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:57.344Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:20:57.348Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 9ec7d79c-020b-4d64-b96d-d246cdac7896 already exists in requestDb InfraActiveRequests table 2023-01-22T07:20:57.350Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:20:57.350Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:20:57.351Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:57.351Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:20:57.352Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:20:57.352Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"11d2f60b714e0ed2", X-B3-SpanId:"fed390464bdc944e", X-B3-ParentSpanId:"11d2f60b714e0ed2", X-B3-Sampled:"0", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3cebf068-7842-40ea-b8dc-b6ce2be3253e"] 2023-01-22T07:20:57.352Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:20:57.353Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:57.499Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:57.499Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:20:57.500Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:20:57.500Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=724A6C36619EA9330BA12F9415519465; Path=/; HttpOnly", Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:20:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:57.501Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: 2023-01-22T07:20:57.501Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:57.502Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|404|Not Found|InvokeReturn 2023-01-22T07:20:57.518Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:20:57.519Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T07:20:57.525Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:20:57.564Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T07:20:57.565Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:20:57.612Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:20:57.613Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:20:57 GMT], content-length=[313], x-aai-txid=[1-aai-resources-230122-07:20:57:566-93739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:20:57.616Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:20:57.620Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:20:57.621Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:20:57.628Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:20:57.662Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:20:57.663Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[2eaff4eb-2f1b-488c-88b9-dd7f3146d806], X-ECOMP-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896], X-TransactionId=[], X-ONAP-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896]} 2023-01-22T07:20:57.718Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:20:57 GMT], content-length=[313], x-aai-txid=[0-aai-resources-230122-07:20:57:671-13568], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:20:57.721Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:20:57.722Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:20:57.725Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:20:57.725Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:20:57.729Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:20:57.758Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T07:20:57.759Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[ed30d571-ee37-4065-b8d1-25e241917306], X-ECOMP-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896], X-TransactionId=[], X-ONAP-RequestID=[9ec7d79c-020b-4d64-b96d-d246cdac7896]} 2023-01-22T07:20:57.811Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:20:57 GMT], content-length=[599], vertex-id=[221224], x-aai-txid=[0-aai-resources-230122-07:20:57:750-9671], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:20:57.813Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674371935645","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basiccnf-macro-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf_macro"}]}]}} 2023-01-22T07:20:57.813Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T07:20:57.815Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:20:57.816Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:20:57.824Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:20:57.824Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:20:57.825Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:57.825Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:20:57.825Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:20:57.826Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"117", X-B3-TraceId:"11d2f60b714e0ed2", X-B3-SpanId:"e477eeea65d2c50b", X-B3-ParentSpanId:"11d2f60b714e0ed2", X-B3-Sampled:"0", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cd8713c2-245d-44c3-91f8-14d7842faf19"] 2023-01-22T07:20:57.826Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4","requestScope":"service"} 2023-01-22T07:20:57.826Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:57.856Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:57.857Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:57.857Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:20:57.858Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:20:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:57.858Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:20:57.859Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:57.859Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:20:57.860Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:20:57.861Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||Invoke 2023-01-22T07:20:57.861Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:57.861Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:20:57.862Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Method : GET 2023-01-22T07:20:57.862Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"882a08a6-cf30-4506-8749-554bacfeace2"] 2023-01-22T07:20:57.862Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Request body: 2023-01-22T07:20:57.863Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.029Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.030Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:58.030Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status text : 2023-01-22T07:20:58.031Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=291C9C9FDDB4C4417BA6EA364C49C81B; Path=/; HttpOnly", Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.032Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Response body: { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } 2023-01-22T07:20:58.033Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.033Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||InvokeReturn 2023-01-22T07:20:58.041Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance 2023-01-22T07:20:58.042Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|INFO|500||Invoke 2023-01-22T07:20:58.043Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.043Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance 2023-01-22T07:20:58.044Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:20:58.044Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ba5b474f-d9fd-4b7d-9ec0-e7422f35b1b1"] 2023-01-22T07:20:58.045Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:20:58.045Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.066Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.068Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:20:58.068Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:20:58.069Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.070Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:20:58.070Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.071Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:20:58.072Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e 2023-01-22T07:20:58.073Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|INFO|500||Invoke 2023-01-22T07:20:58.073Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.074Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e 2023-01-22T07:20:58.074Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Method : GET 2023-01-22T07:20:58.075Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6acc6ce9-68f7-44d8-85b0-6760e12420a6"] 2023-01-22T07:20:58.075Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Request body: 2023-01-22T07:20:58.076Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.109Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.110Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:58.110Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Status text : 2023-01-22T07:20:58.111Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.112Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e" } } } 2023-01-22T07:20:58.112Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.113Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|INFO|500||InvokeReturn 2023-01-22T07:20:58.117Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance 2023-01-22T07:20:58.118Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|INFO|500||Invoke 2023-01-22T07:20:58.118Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.119Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance 2023-01-22T07:20:58.119Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:20:58.119Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fbec40eb-d4fb-4ad5-b751-35ce8882274e"] 2023-01-22T07:20:58.120Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:20:58.120Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.135Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.136Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:20:58.137Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:20:58.137Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.137Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:20:58.138Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.138Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:20:58.139Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:20:58.140Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:20:58.140Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.141Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:20:58.141Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:20:58.142Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"76148f99-aae2-4eb8-8961-7912ca4cd157"] 2023-01-22T07:20:58.142Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:20:58.143Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.167Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.169Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:58.169Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:20:58.169Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.170Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:20:58.171Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.171Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:20:58.175Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:20:58.176Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T07:20:58.177Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.177Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:20:58.178Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:20:58.178Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fe67213f-1439-4d84-80b7-d34cdccc18c9"] 2023-01-22T07:20:58.179Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:20:58.179Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.197Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.198Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:58.199Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:20:58.199Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.200Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T07:20:58.201Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.201Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T07:20:58.204Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:20:58.205Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||Invoke 2023-01-22T07:20:58.206Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.206Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:20:58.207Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Method : GET 2023-01-22T07:20:58.207Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4be459be-a157-4baa-b84f-889e7b1df896"] 2023-01-22T07:20:58.208Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Request body: 2023-01-22T07:20:58.208Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.229Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.230Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status code : 200 OK 2023-01-22T07:20:58.231Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status text : 2023-01-22T07:20:58.231Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.232Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Response body: { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } 2023-01-22T07:20:58.233Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.233Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||InvokeReturn 2023-01-22T07:20:58.238Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:20:58.239Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:20:58.240Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.240Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:20:58.240Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:20:58.241Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"8979", X-B3-TraceId:"11d2f60b714e0ed2", X-B3-SpanId:"bb0505a85bacd247", X-B3-ParentSpanId:"11d2f60b714e0ed2", X-B3-Sampled:"0", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4c57cf2e-3d13-4d0d-b76a-e06f17d9b205"] 2023-01-22T07:20:58.241Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"9ec7d79c-020b-4d64-b96d-d246cdac7896","requestStatus":"IN_PROGRESS","startTime":1674372057519,"source":"VID","tenantId":"123456","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion-cnf-macro","serviceInstanceName":"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"9ec7d79c-020b-4d64-b96d-d246cdac7896"} 2023-01-22T07:20:58.242Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:58.278Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:20:58.279Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:20:58.279Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:20:58.279Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:20:58.281Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:20:57.519+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:20:56.734+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:20:58.281Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:20:58.282Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:20:58.295Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:20:58.296Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:20:58.296Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:20:58.297Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:20:58.297Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:20:58.298Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"4343", X-B3-TraceId:"11d2f60b714e0ed2", X-B3-SpanId:"1461df84d589aff7", X-B3-ParentSpanId:"11d2f60b714e0ed2", X-B3-Sampled:"0", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4fa1aa0f-ad4a-4ab6-ae8f-57c92a518b29"] 2023-01-22T07:20:58.298Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\"modelType\":\"service\",\"modelName\":\"basic_cnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"77b9a958-cb06-49cd-84bb-02aabace442b\",\"modelUuid\":\"77b9a958-cb06-49cd-84bb-02aabace442b\",\"modelInvariantUuid\":\"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basiccnf-macro-customer\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_cnf_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\"resources\":{\"pnfs\":[],\"vnfs\":[{\"modelInfo\":{\"modelName\":\"basic_cnf_macro\",\"modelVersionId\":\"59cad354-6dd6-4c03-882e-d40a71057d54\",\"modelInvariantUuid\":\"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\"modelVersion\":\"1.0\",\"modelCustomizationId\":\"c83f5920-24de-40af-bbe9-c124c37286e6\",\"modelInstanceName\":\"basic_cnf_macro\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"platform\":{\"platformName\":\"basicnf_macro_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnf_macro_lob\"},\"productFamilyId\":\"1234\",\"instanceName\":\"basic_cnf_macro\",\"instanceParams\":[{\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-profile-k8s-version\":\"1.19.0\"}],\"vfModules\":[{\"modelInfo\":{\"modelName\":\"BasicCnfMacro..helm_apache..module-1\",\"modelVersionId\":\"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\"modelInvariantUuid\":\"d65aa8c5-424b-496e-b822-48c84c5f075b\",\"modelVersion\":\"1\",\"modelCustomizationId\":\"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"},\"instanceName\":\"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\"instanceParams\":[{\"vf_module_label\":\"helm_apache\",\"k8s-rb-profile-name\":\"node-port-profile\",\"k8s-rb-profile-source\":\"node-port-profile\",\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-instance-release-name\":\"rel-1-apache\",\"k8s-rb-config-template-name\":\"replica-count-template\",\"k8s-rb-config-template-source\":\"deployment-config\",\"k8s-rb-config-name\":\"replica-count-change\",\"k8s-rb-config-value-source\":\"custom-values\"}]}]}]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"77b9a958-cb06-49cd-84bb-02aabace442b\",\"modelInvariantId\":\"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\"modelName\":\"basic_cnf_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"basicnf_macro_project\"},\"owningEntity\":{\"owningEntityId\":\"58050c01-195f-4bcf-814e-81dc1e26f594\",\"owningEntityName\":\"basicnf_macro_owning_entity\"}}}","type":"String"},"requestId":{"value":"9ec7d79c-020b-4d64-b96d-d246cdac7896","type":"String"},"mso-request-id":{"value":"9ec7d79c-020b-4d64-b96d-d246cdac7896","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:20:58.299Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:20:59.842Z|6ce47b24-3029-4a47-a41b-1d799810ed1b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:20:59.843Z|6ce47b24-3029-4a47-a41b-1d799810ed1b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:59.945Z|051133ce-57a4-4318-b3c0-d2d1947812d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:59.945Z|051133ce-57a4-4318-b3c0-d2d1947812d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:20:59.959Z|1c7e8265-d979-4e0c-bf8b-e5fc56b20e39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:20:59.960Z|1c7e8265-d979-4e0c-bf8b-e5fc56b20e39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:00.445Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:00.446Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:21:00.447Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:21:00.484Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=5952B96AE449227523EC8603CBB80643; Path=/; HttpOnly", Date:"Sun, 22 Jan 2023 07:20:59 GMT", X-ONAP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-TransactionID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ECOMP-RequestID:"9ec7d79c-020b-4d64-b96d-d246cdac7896", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"4fa1aa0f-ad4a-4ab6-ae8f-57c92a518b29", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:00.487Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"9ec7d79c-020b-4d64-b96d-d246cdac7896\",\"instanceId\":\"099811ca-f0d3-4653-be9c-a3b135080fbe\"}}","message":"Success","processInstanceID":"50920e8f-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:21:00.488Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:00.493Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:21:00.520Z|9ec7d79c-020b-4d64-b96d-d246cdac7896|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:00.672Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:00.676Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:00.677Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:00.677Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:00.678Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:00.678Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:00.678Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4a8f428bd8c45604", X-B3-SpanId:"1269a43c671a4b9f", X-B3-ParentSpanId:"4a8f428bd8c45604", X-B3-Sampled:"0", X-ONAP-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-TransactionID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-ECOMP-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fb091d6f-0653-4cf4-abc6-c282f4c763dd"] 2023-01-22T07:21:00.679Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:00.679Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:00.690Z|9169e8b7-f667-4a4d-beaa-ce33b9d841d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:00.691Z|9169e8b7-f667-4a4d-beaa-ce33b9d841d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:00.711Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:00.712Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:00.713Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:00.713Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:59 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:00.714Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:20:58.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:00.714Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:00.715Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:00.717Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:00.718Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:00.718Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:00.719Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:00.719Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:00.719Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4a8f428bd8c45604", X-B3-SpanId:"8128543f9e04a1c6", X-B3-ParentSpanId:"4a8f428bd8c45604", X-B3-Sampled:"0", X-ONAP-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-TransactionID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-ECOMP-RequestID:"8ad680c2-f5c6-472c-8130-f984a8ec4fd9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"47f53b35-9b56-4e37-8b41-3e9f97891ab9"] 2023-01-22T07:21:00.720Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:00.720Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:00.733Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:00.734Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:00.735Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:00.735Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:20:59 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:00.736Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:00.736Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:00.736Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:00.747Z|8ad680c2-f5c6-472c-8130-f984a8ec4fd9|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:01.449Z|e6dd92d7-82fb-46f4-8227-dadb59a23314|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:01.449Z|e6dd92d7-82fb-46f4-8227-dadb59a23314|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:01.997Z|63592382-3f9c-4634-aebd-54111e10b0b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:01.998Z|63592382-3f9c-4634-aebd-54111e10b0b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:09.969Z|c5703f38-cb75-45a2-8c33-aede59194898|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:09.970Z|c5703f38-cb75-45a2-8c33-aede59194898|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:09.990Z|94aa34c1-0059-4d9e-8941-e53bf6056994|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:09.991Z|94aa34c1-0059-4d9e-8941-e53bf6056994|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:10.714Z|fb1ab11d-0c51-460c-b024-a590ce53e3a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:10.715Z|fb1ab11d-0c51-460c-b024-a590ce53e3a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:10.893Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:10.901Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:10.902Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:10.902Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:10.902Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:10.902Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:10.902Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88f0589225733d84", X-B3-SpanId:"48b7cc7fd929fe8c", X-B3-ParentSpanId:"88f0589225733d84", X-B3-Sampled:"0", X-ONAP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-TransactionID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ECOMP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d5910ab1-b0b2-417c-a913-ba9103b6ccb6"] 2023-01-22T07:21:10.903Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:10.903Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:10.921Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:10.922Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:10.922Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:10.922Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:09 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:10.923Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignVnfBB has completed successfully, next invoking AssignVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 7).", "progress" : 26, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:21:09.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:10.923Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:10.924Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:10.927Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:10.927Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:10.927Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:10.928Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:10.928Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:10.928Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88f0589225733d84", X-B3-SpanId:"c3f5cd59f87e469d", X-B3-ParentSpanId:"88f0589225733d84", X-B3-Sampled:"0", X-ONAP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-TransactionID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ECOMP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4eea665b-a513-4dc1-93be-ff5035f162b6"] 2023-01-22T07:21:10.928Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:10.929Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:10.939Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:10.940Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:10.940Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:10.940Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:09 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:10.941Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:10.941Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:10.942Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:10.994Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:10.995Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:10.995Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:10.995Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:10.996Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:10.996Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-TransactionID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ECOMP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bde3d61a-c51c-4200-868a-766d51ac4162"] 2023-01-22T07:21:10.996Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:10.996Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:11.127Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:11.127Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:11.128Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:11.128Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=085E08BCCB4E93827051A53D838BD994; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"681", Date:"Sun, 22 Jan 2023 07:21:10 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:11.128Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"5477ad61-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:03.995+0000","endTime":"2023-01-22T07:21:09.359+0000","removalTime":null,"durationInMillis":5364,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"53c4d7d0-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:21:11.129Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:11.129Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:11.159Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:11.159Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:11.159Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:11.160Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:11.160Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:11.160Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-TransactionID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ECOMP-RequestID:"e2f929eb-9123-4b4a-8535-38c275086379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5cd3889e-a3fe-4109-bdaa-856a9ffb65b3"] 2023-01-22T07:21:11.160Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:11.161Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:11.288Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:11.289Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:11.289Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:11.290Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=5F989B384BAC2857439BCFEDC061BB90; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:21:10 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:11.290Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"54b2bac9-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"SubProcess_0y8yozw:5494f97d-9a25-11ed-a5de-4aba38362a44","activityId":"IntermediateCatchEvent_0a9exm4","activityName":"Catch Event","activityType":"intermediateMessageCatch","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"5477ad61-9a25-11ed-a5de-4aba38362a44","executionId":"54b2bac7-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:21:04.382+0000","endTime":"2023-01-22T07:21:09.226+0000","durationInMillis":4844,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:21:11.291Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:11.291Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5477ad61-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:11.298Z|e2f929eb-9123-4b4a-8535-38c275086379|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:16.449Z|700a4814-e500-441e-8586-e173f481a859|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:16.450Z|700a4814-e500-441e-8586-e173f481a859|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:19.995Z|3f26f2a7-4d78-4ab5-86cb-5b3025b52c8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:19.996Z|3f26f2a7-4d78-4ab5-86cb-5b3025b52c8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:20.024Z|7ea5cee4-90dd-4460-9f94-ec30bac3213c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:20.025Z|7ea5cee4-90dd-4460-9f94-ec30bac3213c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:20.737Z|92297655-6ee3-4968-8b18-03af2044c8cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:20.738Z|92297655-6ee3-4968-8b18-03af2044c8cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:21.422Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:21.428Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:21.429Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:21.429Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:21.429Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:21.430Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:21.430Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e98655b2eedd7ca0", X-B3-SpanId:"e2e50d9c99a6f000", X-B3-ParentSpanId:"e98655b2eedd7ca0", X-B3-Sampled:"0", X-ONAP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-TransactionID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ECOMP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a8f801e6-4ce1-4ab6-98e5-05874f6cee43"] 2023-01-22T07:21:21.430Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:21.431Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:21.453Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:21.453Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:21.454Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:21.454Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:21.455Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 3; BBs remaining = 6).", "progress" : 36, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:21:14.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:21.455Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:21.456Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:21.458Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:21.459Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:21.459Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:21.460Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:21.460Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:21.461Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e98655b2eedd7ca0", X-B3-SpanId:"226b1ee8d756d11c", X-B3-ParentSpanId:"e98655b2eedd7ca0", X-B3-Sampled:"0", X-ONAP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-TransactionID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ECOMP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d7927053-f801-4962-85ad-c100d3656811"] 2023-01-22T07:21:21.461Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:21.462Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:21.474Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:21.475Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:21.475Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:21.476Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:21.477Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:21.477Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:21.477Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:21.540Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:21.541Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:21.541Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:21.542Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:21.542Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:21.543Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-TransactionID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ECOMP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e9d9f2d2-94dd-48da-8cb9-b59f05aba298"] 2023-01-22T07:21:21.543Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:21.544Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:21.676Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:21.677Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:21.678Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:21.678Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8495684223C3D7BF8CEA8213D6AE9803; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:21:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:21.679Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"5c18a67c-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:16.794+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"5b4884f6-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:21:21.680Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:21.680Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:21.709Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:21.710Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:21.710Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:21.710Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:21.711Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:21.711Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-TransactionID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ECOMP-RequestID:"b5f832da-0afa-446c-8d22-d22f27d2b972", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"84ce2540-f055-4e9c-96d3-ef4c590b9782"] 2023-01-22T07:21:21.711Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:21.712Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:21.837Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:21.837Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:21.838Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:21.838Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=A8D01745DF13A66132A901E4C7710611; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:21:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:21.839Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:5c1daec1-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","executionId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:21:16.827+0000","endTime":"2023-01-22T07:21:16.828+0000","durationInMillis":1,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:21:21.839Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:21.839Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:21.845Z|b5f832da-0afa-446c-8d22-d22f27d2b972|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:30.018Z|0c2c9622-5216-4173-a0cc-529e86b1285e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:30.019Z|0c2c9622-5216-4173-a0cc-529e86b1285e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:30.050Z|36f3124c-1f5f-4b30-8b67-51d61fbd4836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:30.051Z|36f3124c-1f5f-4b30-8b67-51d61fbd4836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:30.765Z|f625363c-e8fc-4ef0-a28a-a71f0520cfd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:30.765Z|f625363c-e8fc-4ef0-a28a-a71f0520cfd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:31.449Z|492426f9-a46b-4e7a-a559-c2e4f59a802c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:31.449Z|492426f9-a46b-4e7a-a559-c2e4f59a802c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:31.971Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:31.976Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:31.976Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:31.977Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:31.977Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:31.977Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:31.978Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5202b1a1db90cd9a", X-B3-SpanId:"e3c6b1118408abf4", X-B3-ParentSpanId:"5202b1a1db90cd9a", X-B3-Sampled:"0", X-ONAP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-TransactionID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ECOMP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df35b15d-5b58-483f-accd-988a126516f0"] 2023-01-22T07:21:31.978Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:31.978Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:31.999Z|2b46eced-1752-4f59-9cab-328f25d7254b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:31.999Z|2b46eced-1752-4f59-9cab-328f25d7254b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:32.001Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:32.002Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:32.002Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:32.002Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:32.003Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:21:27.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:32.004Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:32.004Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:32.006Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:32.006Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:32.007Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:32.007Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:32.007Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:32.008Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5202b1a1db90cd9a", X-B3-SpanId:"de1f014f56ba4d0e", X-B3-ParentSpanId:"5202b1a1db90cd9a", X-B3-Sampled:"0", X-ONAP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-TransactionID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ECOMP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d71cf8ad-cc99-4a82-9100-c6dc172bfbfb"] 2023-01-22T07:21:32.008Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:32.008Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:32.020Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:32.021Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:32.021Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:32.021Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:32.022Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:32.022Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:32.023Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:32.048Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:32.048Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:32.049Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:32.049Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:32.049Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:32.050Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-TransactionID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ECOMP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5b7effc2-1dfe-491d-87cd-2a970593a204"] 2023-01-22T07:21:32.050Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:32.050Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:32.175Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:32.176Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:32.176Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:32.176Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=799AE1992672835E4F5F98BDDAFBEF08; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"721", Date:"Sun, 22 Jan 2023 07:21:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:32.177Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"5c18a67c-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:16.794+0000","endTime":"2023-01-22T07:21:27.964+0000","removalTime":null,"durationInMillis":11170,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"5b4884f6-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:21:32.177Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:32.178Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:32.201Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:32.201Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:32.202Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:32.202Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:32.202Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:32.202Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-TransactionID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ECOMP-RequestID:"087e9590-ffac-41f7-8d63-cc9c98e46b69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4856e809-4036-4b98-97db-a46c2e7de15c"] 2023-01-22T07:21:32.203Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:32.203Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:32.326Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:32.327Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:32.328Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:32.328Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=B8F2786C0C5A23346DE01880B6A4B694; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"786", Date:"Sun, 22 Jan 2023 07:21:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:32.328Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_0lgvk82:62c0bfdc-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","activityId":"EndEvent_0lgvk82","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","executionId":"5c18a67c-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:21:27.962+0000","endTime":"2023-01-22T07:21:27.962+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:21:32.329Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:32.329Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=5c18a67c-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:32.333Z|087e9590-ffac-41f7-8d63-cc9c98e46b69|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:40.042Z|ee833a95-c1c5-4516-b8ed-672068a64bbe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:40.043Z|ee833a95-c1c5-4516-b8ed-672068a64bbe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:40.075Z|4328537a-4d50-4e49-9851-087aa48e2f07|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:40.076Z|4328537a-4d50-4e49-9851-087aa48e2f07|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:40.789Z|31a3d694-6ccb-491e-ae17-fdbd8e9422a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:40.790Z|31a3d694-6ccb-491e-ae17-fdbd8e9422a3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:42.464Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:42.478Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:42.479Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:42.479Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:42.480Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:42.480Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:42.481Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"00691c41c009cfea", X-B3-SpanId:"5353176486e2a0e8", X-B3-ParentSpanId:"00691c41c009cfea", X-B3-Sampled:"0", X-ONAP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-TransactionID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ECOMP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"252e37cc-fe31-4b53-bec7-cf600fd57602"] 2023-01-22T07:21:42.481Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:42.481Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:42.507Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:42.507Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:42.508Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:42.509Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:42.510Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:21:27.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:42.511Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:42.512Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:42.513Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:42.514Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:42.514Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:42.515Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:42.516Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:42.516Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"00691c41c009cfea", X-B3-SpanId:"33f858b1739a4509", X-B3-ParentSpanId:"00691c41c009cfea", X-B3-Sampled:"0", X-ONAP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-TransactionID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ECOMP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a02f15cc-eb39-4d54-98ed-1e0235b8e6f0"] 2023-01-22T07:21:42.516Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:42.516Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:42.531Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:42.532Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:42.532Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:42.533Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:42.533Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:42.533Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:42.534Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:42.563Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:42.564Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:42.565Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:42.565Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:42.566Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:42.566Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-TransactionID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ECOMP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"805c70ed-4001-47e0-a943-98d90e42a2d2"] 2023-01-22T07:21:42.566Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:42.567Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:42.698Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:42.699Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:42.699Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:42.699Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=7875CAD86AAAFC73F4CC0F5FD932D574; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"694", Date:"Sun, 22 Jan 2023 07:21:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:42.700Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"64f7280b-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionName":"ReceiveWorkflowMessage","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:31.674+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"64405b11-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:21:42.700Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:42.701Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:42.730Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:42.731Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:42.731Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:42.732Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:42.732Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:42.732Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-TransactionID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ECOMP-RequestID:"ca7e5b64-1cb9-439f-b9fa-a54b7166299c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"999c1259-b236-48d2-91ca-3db21ae2564a"] 2023-01-22T07:21:42.732Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:42.733Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:42.852Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:42.853Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:42.854Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:42.854Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=EFDAD9F2AC1E5BB978077620B682E2A5; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"827", Date:"Sun, 22 Jan 2023 07:21:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:42.855Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"IntermediateCatchEvent_1:650272ca-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"SubProcess_2:6501fd91-9a25-11ed-a5de-4aba38362a44","activityId":"IntermediateCatchEvent_1","activityName":"Catch Workflow Message","activityType":"intermediateMessageCatch","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processInstanceId":"64f7280b-9a25-11ed-a5de-4aba38362a44","executionId":"650272c8-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:21:31.749+0000","endTime":null,"durationInMillis":null,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:21:42.855Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:42.856Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:42.875Z|ca7e5b64-1cb9-439f-b9fa-a54b7166299c|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:46.449Z|6caab950-d02b-45f5-9e53-9faf0e0cf9cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:21:46.449Z|6caab950-d02b-45f5-9e53-9faf0e0cf9cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:21:50.077Z|eccd64cb-c1b3-4812-8dba-5defa7360d5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:50.078Z|eccd64cb-c1b3-4812-8dba-5defa7360d5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:50.096Z|399db627-f2de-4786-91bf-890fc087ef10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:50.097Z|399db627-f2de-4786-91bf-890fc087ef10|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:50.817Z|e0e4d952-9edb-4cc7-abc1-c6f3d36c0116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:21:50.817Z|e0e4d952-9edb-4cc7-abc1-c6f3d36c0116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:21:53.011Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:21:53.016Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:53.016Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:21:53.017Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:53.017Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:21:53.018Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:21:53.018Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1ca8375959fea93a", X-B3-SpanId:"be6bb48a599c8e36", X-B3-ParentSpanId:"1ca8375959fea93a", X-B3-Sampled:"0", X-ONAP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-TransactionID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ECOMP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"57fd512b-6d11-42c4-a633-e2725c5587d0"] 2023-01-22T07:21:53.018Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:21:53.019Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:53.041Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:53.042Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:53.043Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:21:53.043Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:53.045Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:21:27.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:21:53.045Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:53.046Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:21:53.049Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:53.049Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:21:53.049Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:53.050Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:21:53.050Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:21:53.051Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1ca8375959fea93a", X-B3-SpanId:"c04152013a1089d5", X-B3-ParentSpanId:"1ca8375959fea93a", X-B3-Sampled:"0", X-ONAP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-TransactionID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ECOMP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2af32ac9-62c1-45ab-8ae7-543dc914072c"] 2023-01-22T07:21:53.051Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:21:53.052Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:53.065Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:53.067Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:53.067Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:21:53.068Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:21:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:53.069Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:21:53.070Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:53.070Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:21:53.108Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:53.109Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:53.109Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:53.110Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:21:53.110Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:53.111Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-TransactionID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ECOMP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"96f3d61e-e465-4801-91eb-abe1659a54ef"] 2023-01-22T07:21:53.111Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:53.112Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:53.233Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:53.234Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:53.235Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:53.235Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=40CA047E2FDD4140A0531818CA96D2A2; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"694", Date:"Sun, 22 Jan 2023 07:21:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:53.236Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"64f7280b-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionName":"ReceiveWorkflowMessage","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:31.674+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"64405b11-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:21:53.236Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:53.237Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:53.264Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:53.265Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:21:53.265Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:21:53.265Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:21:53.266Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:21:53.266Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-TransactionID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ECOMP-RequestID:"c96803ba-9c6d-45e4-821c-01dc5935e02b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0c264d4b-c659-473c-b61d-872c64ea51f0"] 2023-01-22T07:21:53.267Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:21:53.267Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:21:53.403Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:21:53.404Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:21:53.404Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:21:53.405Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=52F42C9B1CC0D51D7FEFFA0A5AEB1AA7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"827", Date:"Sun, 22 Jan 2023 07:21:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:21:53.405Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"IntermediateCatchEvent_1:650272ca-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"SubProcess_2:6501fd91-9a25-11ed-a5de-4aba38362a44","activityId":"IntermediateCatchEvent_1","activityName":"Catch Workflow Message","activityType":"intermediateMessageCatch","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processInstanceId":"64f7280b-9a25-11ed-a5de-4aba38362a44","executionId":"650272c8-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:21:31.749+0000","endTime":null,"durationInMillis":null,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:21:53.405Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:21:53.406Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:21:53.416Z|c96803ba-9c6d-45e4-821c-01dc5935e02b|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:21:59.841Z|070d55da-9cac-43cf-a434-3e6fd179625c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:21:59.842Z|070d55da-9cac-43cf-a434-3e6fd179625c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:00.102Z|c806414b-c848-4efa-8d1b-a2884a386e87|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:00.102Z|c806414b-c848-4efa-8d1b-a2884a386e87|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:00.121Z|c9df7f93-5e8e-438b-bda2-6b4a72e00649|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:00.122Z|c9df7f93-5e8e-438b-bda2-6b4a72e00649|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:00.840Z|6927d5e8-888e-415a-a2c4-833cebb133f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:00.841Z|6927d5e8-888e-415a-a2c4-833cebb133f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:01.448Z|05c8028e-6642-416e-afcd-c554664708d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:01.451Z|05c8028e-6642-416e-afcd-c554664708d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:02.000Z|ff8cdc9d-4186-4382-bd72-2053220dd5bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:02.001Z|ff8cdc9d-4186-4382-bd72-2053220dd5bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:03.558Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:03.564Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:03.564Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:03.565Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:03.565Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:03.565Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:03.565Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"befe82c408f734ba", X-B3-SpanId:"4c1d717bdabfc724", X-B3-ParentSpanId:"befe82c408f734ba", X-B3-Sampled:"0", X-ONAP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-TransactionID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ECOMP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"726f2c25-6f52-4dce-99f5-a75463e8a9ef"] 2023-01-22T07:22:03.566Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:03.566Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:03.599Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:03.600Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:03.600Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:03.600Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:03.602Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of CreateVfModuleBB has completed successfully, next invoking ActivateVfModuleBB (Execution Path progress: BBs completed = 5; BBs remaining = 4).", "progress" : 57, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:01.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:03.603Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:03.603Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:03.605Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:03.605Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:03.605Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:03.605Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:03.606Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:03.606Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"befe82c408f734ba", X-B3-SpanId:"e6e2a5ab2312311a", X-B3-ParentSpanId:"befe82c408f734ba", X-B3-Sampled:"0", X-ONAP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-TransactionID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ECOMP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c2496508-d15a-416c-a4b5-e2d83d913f7e"] 2023-01-22T07:22:03.606Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:03.606Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:03.620Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:03.621Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:03.621Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:03.621Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:03.622Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:03.622Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:03.622Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:03.658Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:03.659Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:03.659Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:03.660Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:03.660Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:03.660Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-TransactionID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ECOMP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9b12eb13-ad74-40c4-aaef-11bf409c6851"] 2023-01-22T07:22:03.661Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:03.661Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:03.786Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:03.786Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:03.787Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:03.787Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=DA58395E04D36C3523D9B75F36C20FBA; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"724", Date:"Sun, 22 Jan 2023 07:22:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:03.788Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"64f7280b-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionName":"ReceiveWorkflowMessage","processDefinitionVersion":1,"startTime":"2023-01-22T07:21:31.674+0000","endTime":"2023-01-22T07:22:01.553+0000","removalTime":null,"durationInMillis":29879,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"64405b11-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:22:03.788Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:03.788Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:03.812Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:03.812Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:03.812Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:03.813Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:03.813Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:03.813Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-TransactionID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ECOMP-RequestID:"3bbb0e0b-5b30-49fd-a810-93f2ce02e27a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d72adba0-a96e-42e5-9d15-cd097c00fcda"] 2023-01-22T07:22:03.814Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:03.814Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:03.932Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:03.932Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:03.933Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:03.933Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=0CF811B5ED89BBF3F0A13308E64FCA5A; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"791", Date:"Sun, 22 Jan 2023 07:22:02 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:03.934Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_12:76b19435-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"SubProcess_2:6501fd91-9a25-11ed-a5de-4aba38362a44","activityId":"EndEvent_12","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"ReceiveWorkflowMessage","processDefinitionId":"ReceiveWorkflowMessage:1:6163624e-9a14-11ed-a5de-4aba38362a44","processInstanceId":"64f7280b-9a25-11ed-a5de-4aba38362a44","executionId":"6501fd90-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:01.417+0000","endTime":"2023-01-22T07:22:01.417+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:03.934Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:03.935Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=64f7280b-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:03.939Z|3bbb0e0b-5b30-49fd-a810-93f2ce02e27a|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:10.125Z|56576789-e5d2-4dfb-83a4-9150adf277fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:10.126Z|56576789-e5d2-4dfb-83a4-9150adf277fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:10.144Z|03358644-a78d-40c5-8772-4ee452fc1006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:10.145Z|03358644-a78d-40c5-8772-4ee452fc1006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:10.898Z|4b6340af-9824-4122-9bb5-763b2024f47b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:10.899Z|4b6340af-9824-4122-9bb5-763b2024f47b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:14.069Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:14.074Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:14.075Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:14.075Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:14.076Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:14.076Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:14.077Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6bc4dba16f6a8e65", X-B3-SpanId:"d73e2b35ae65ad03", X-B3-ParentSpanId:"6bc4dba16f6a8e65", X-B3-Sampled:"0", X-ONAP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-TransactionID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ECOMP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"11f3ff04-4240-48fc-8c9a-1d2c6763be2f"] 2023-01-22T07:22:14.077Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:14.077Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:14.102Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:14.103Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:14.104Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:14.104Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:14.105Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:14.105Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:14.106Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:14.108Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:14.108Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:14.109Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:14.109Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:14.109Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:14.110Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6bc4dba16f6a8e65", X-B3-SpanId:"c1a4e3b7616f6b42", X-B3-ParentSpanId:"6bc4dba16f6a8e65", X-B3-Sampled:"0", X-ONAP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-TransactionID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ECOMP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4424b117-533d-4943-ad87-6072a9081689"] 2023-01-22T07:22:14.110Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:14.110Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:14.123Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:14.123Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:14.124Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:14.124Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:14.125Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:14.125Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:14.126Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:14.165Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:14.166Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:14.166Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:14.167Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:14.167Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:14.167Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-TransactionID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ECOMP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a3211d96-b858-45f4-a4f8-51897728469f"] 2023-01-22T07:22:14.168Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:14.168Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:14.295Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:14.296Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:14.297Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:14.297Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=37F21FFE4AA178C98B6FE57BC953DCD5; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:22:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:14.298Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:22:14.303Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:14.304Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:14.328Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:14.329Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:14.329Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:14.329Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:14.330Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:14.330Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-TransactionID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ECOMP-RequestID:"bbd5d51a-0b82-417f-885d-9d1778707664", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf2c1fc6-39a4-44ac-a5a3-16578475c268"] 2023-01-22T07:22:14.331Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:14.331Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:14.450Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:14.451Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:14.451Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:14.452Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=C15A2A19F157F8044A71FE7A9D2B3E50; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:22:13 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:14.452Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:14.453Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:14.454Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:14.458Z|bbd5d51a-0b82-417f-885d-9d1778707664|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:16.449Z|39f63cd4-b162-4b2f-8229-0641c84a8dbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:16.449Z|39f63cd4-b162-4b2f-8229-0641c84a8dbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:20.148Z|e8e2678f-85fd-4583-8ee9-92b69ce62111|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:20.149Z|e8e2678f-85fd-4583-8ee9-92b69ce62111|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:20.167Z|560dfdc3-31a4-41f4-b501-143766904cbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:20.168Z|560dfdc3-31a4-41f4-b501-143766904cbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:20.935Z|538bd4fa-009a-4305-87f9-7a9314e99883|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:20.936Z|538bd4fa-009a-4305-87f9-7a9314e99883|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:24.594Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:24.599Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:24.599Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:24.599Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:24.600Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:24.600Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:24.600Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"691e98907806ce0b", X-B3-SpanId:"82f96332e899b533", X-B3-ParentSpanId:"691e98907806ce0b", X-B3-Sampled:"0", X-ONAP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-TransactionID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ECOMP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b0d48099-1312-4d72-8568-73fb499dc7a7"] 2023-01-22T07:22:24.601Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:24.601Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:24.622Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:24.623Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:24.624Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:24.624Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:24.625Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:24.625Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:24.627Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:24.628Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:24.629Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:24.629Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:24.630Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:24.630Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:24.630Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"691e98907806ce0b", X-B3-SpanId:"386fc6464d79aff9", X-B3-ParentSpanId:"691e98907806ce0b", X-B3-Sampled:"0", X-ONAP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-TransactionID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ECOMP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5c79404f-3584-42e2-8951-b36333a38e16"] 2023-01-22T07:22:24.631Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:24.631Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:24.649Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:24.649Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:24.650Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:24.650Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:24.651Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:24.651Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:24.651Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:24.686Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:24.687Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:24.687Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:24.688Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:24.688Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:24.688Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-TransactionID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ECOMP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8f564767-4d3d-480a-9b0d-22253c80ad6f"] 2023-01-22T07:22:24.688Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:24.688Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:24.813Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:24.814Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:24.814Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:24.815Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=7524187CE7009A9078195356C1101FFD; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:22:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:24.815Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:22:24.816Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:24.816Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:24.841Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:24.841Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:24.842Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:24.842Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:24.842Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:24.842Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-TransactionID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ECOMP-RequestID:"2cb5beaf-9027-4306-8afa-712e0eca629e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eb1c1619-124e-4d57-a930-19a12c13de42"] 2023-01-22T07:22:24.843Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:24.843Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:24.965Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:24.965Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:24.966Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:24.966Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=A5A816FB257BC0BA13780E9CD7B692AD; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:22:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:24.967Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:24.967Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:24.967Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:24.971Z|2cb5beaf-9027-4306-8afa-712e0eca629e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:30.172Z|0ad452f6-0e56-434a-89ba-af000d2c89f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:30.173Z|0ad452f6-0e56-434a-89ba-af000d2c89f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:30.193Z|20bfcbf2-a04e-43d4-9e35-47048449fa52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:30.194Z|20bfcbf2-a04e-43d4-9e35-47048449fa52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:30.966Z|565f04b6-7861-431d-aff2-ef34f3b3094b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:30.967Z|565f04b6-7861-431d-aff2-ef34f3b3094b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:31.449Z|20ab820e-dd79-45f5-9fc3-ab9354ced356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:31.449Z|20ab820e-dd79-45f5-9fc3-ab9354ced356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:32.001Z|aa919e09-9071-4c92-a790-277a3e584bd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:32.002Z|aa919e09-9071-4c92-a790-277a3e584bd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:35.092Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:35.097Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:35.098Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:35.098Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:35.098Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:35.099Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:35.099Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e1dddd1767c5b01b", X-B3-SpanId:"bba9f21aeb7cc0e7", X-B3-ParentSpanId:"e1dddd1767c5b01b", X-B3-Sampled:"0", X-ONAP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-TransactionID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ECOMP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4793f60d-0240-4bb6-bc6b-b4dc6a2ae50c"] 2023-01-22T07:22:35.099Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:35.099Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:35.125Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:35.126Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:35.126Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:35.127Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:33 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:35.127Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:35.128Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:35.129Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:35.131Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:35.131Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:35.131Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:35.132Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:35.132Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:35.132Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e1dddd1767c5b01b", X-B3-SpanId:"76ca38bbfc056ccf", X-B3-ParentSpanId:"e1dddd1767c5b01b", X-B3-Sampled:"0", X-ONAP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-TransactionID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ECOMP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f93feb11-969b-482f-8a8e-8b71a38b8659"] 2023-01-22T07:22:35.132Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:35.133Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:35.152Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:35.152Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:35.153Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:35.153Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:33 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:35.154Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:35.155Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:35.155Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:35.187Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:35.188Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:35.188Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:35.188Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:35.189Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:35.189Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-TransactionID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ECOMP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"08bf0acd-2054-47f4-9987-77d8dc06d0ae"] 2023-01-22T07:22:35.189Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:35.190Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:35.328Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:35.329Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:35.329Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:35.329Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=A0611E703C40AAC2C423155B837027EE; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:22:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:35.330Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:22:35.330Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:35.330Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:35.355Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:35.355Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:35.355Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:35.356Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:35.356Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:35.356Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-TransactionID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ECOMP-RequestID:"78e14a38-bdae-4f43-9fa3-436dec1814ca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"66525a45-7aaa-421c-94e7-f9d38041e7fc"] 2023-01-22T07:22:35.356Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:35.356Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:35.479Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:35.480Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:35.480Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:35.480Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=6377846EC835EB27625F453D9F25A180; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:22:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:35.481Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:35.481Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:35.481Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:35.485Z|78e14a38-bdae-4f43-9fa3-436dec1814ca|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:40.194Z|a9f5078f-2439-40ce-8ed2-e59c46d7c291|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:40.195Z|a9f5078f-2439-40ce-8ed2-e59c46d7c291|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:40.217Z|b8e3acc1-fcb8-4944-a1dd-2c1379985049|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:40.218Z|b8e3acc1-fcb8-4944-a1dd-2c1379985049|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:40.991Z|56d0c96c-0604-4936-82b3-0686682df594|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:40.992Z|56d0c96c-0604-4936-82b3-0686682df594|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:45.624Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:45.629Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:45.630Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:45.631Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:45.631Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:45.631Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:45.632Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5f6074bb82d0d6b9", X-B3-SpanId:"34b922c691704c3e", X-B3-ParentSpanId:"5f6074bb82d0d6b9", X-B3-Sampled:"0", X-ONAP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-TransactionID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ECOMP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5cdaada7-586a-4713-a7c8-c11f5443618f"] 2023-01-22T07:22:45.632Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:45.633Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:45.655Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:45.656Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:45.656Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:45.657Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:45.657Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:45.658Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:45.658Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:45.660Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:45.660Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:45.661Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:45.661Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:45.661Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:45.662Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5f6074bb82d0d6b9", X-B3-SpanId:"dab44473bf659603", X-B3-ParentSpanId:"5f6074bb82d0d6b9", X-B3-Sampled:"0", X-ONAP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-TransactionID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ECOMP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ecd9ad58-e5f4-49c8-9700-b5d1b28943d0"] 2023-01-22T07:22:45.662Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:45.663Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:45.676Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:45.677Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:45.677Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:45.678Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:45.679Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:45.679Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:45.679Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:45.709Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:45.710Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:45.710Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:45.710Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:45.710Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:45.711Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-TransactionID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ECOMP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ad24d733-5814-41dc-8ea3-e2ee23590481"] 2023-01-22T07:22:45.711Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:45.711Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:45.843Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:45.844Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:45.844Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:45.844Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=01613A799E31AE2C8E209A3D3404ABF3; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:22:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:45.845Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:22:45.845Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:45.846Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:45.868Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:45.869Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:45.869Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:45.870Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:45.870Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:45.871Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-TransactionID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ECOMP-RequestID:"83b3fb7d-b9de-4f4c-9462-b0349225c114", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"15d3ead7-f9c4-4478-8e14-878c05ab3450"] 2023-01-22T07:22:45.871Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:45.871Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:45.990Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:45.991Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:45.991Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:45.992Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=6026F2D47A4FAD3A56A01887C357F916; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:22:44 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:45.992Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:45.993Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:45.993Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:45.997Z|83b3fb7d-b9de-4f4c-9462-b0349225c114|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:46.449Z|1b0efab4-63d1-4336-9f9b-fc32914712b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:22:46.451Z|1b0efab4-63d1-4336-9f9b-fc32914712b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:22:50.220Z|b674fc01-303c-4699-ada1-3da547110666|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:50.221Z|b674fc01-303c-4699-ada1-3da547110666|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:50.241Z|869e46e1-8910-4be9-a59b-43de5a832ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:50.242Z|869e46e1-8910-4be9-a59b-43de5a832ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:51.011Z|99cac2e7-04ee-48c3-b4fc-3a85f800f40f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:22:51.012Z|99cac2e7-04ee-48c3-b4fc-3a85f800f40f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:22:56.127Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:22:56.132Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:56.132Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:22:56.133Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:56.133Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:22:56.133Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:22:56.134Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c2c3029d0240b605", X-B3-SpanId:"44dc1d3f289544cd", X-B3-ParentSpanId:"c2c3029d0240b605", X-B3-Sampled:"0", X-ONAP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-TransactionID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ECOMP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"427f10ef-73d7-4e0a-99ae-28a5c4fa707a"] 2023-01-22T07:22:56.134Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:22:56.134Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:56.157Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:56.157Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:56.158Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:22:56.158Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:54 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:56.159Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:22:56.159Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:56.159Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:22:56.161Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:56.161Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:22:56.161Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:56.162Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:22:56.162Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:22:56.162Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c2c3029d0240b605", X-B3-SpanId:"d7aadf35e544608a", X-B3-ParentSpanId:"c2c3029d0240b605", X-B3-Sampled:"0", X-ONAP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-TransactionID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ECOMP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f16c28fb-2f41-4316-b81b-3080d32a2df5"] 2023-01-22T07:22:56.163Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:22:56.163Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:56.177Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:56.178Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:56.178Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:22:56.178Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:22:54 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:56.181Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:22:56.181Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:56.182Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:22:56.208Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:56.209Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:56.209Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:56.209Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:22:56.210Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:56.210Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-TransactionID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ECOMP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c88759cd-64c0-488a-8d0a-1b01f5546c02"] 2023-01-22T07:22:56.210Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:56.210Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:56.340Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:56.341Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:56.341Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:56.342Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=0F062F50A036BDA25767B7A613AC13FF; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:22:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:56.342Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:22:56.342Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:56.343Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:56.365Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:56.366Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:22:56.366Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:22:56.367Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:22:56.367Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:22:56.367Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-TransactionID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ECOMP-RequestID:"bbaf02b8-a7dd-4279-b3d4-6494652e17a9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4c822d4e-e7d5-4bf4-99b0-04eeb5e1ff9b"] 2023-01-22T07:22:56.368Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:22:56.368Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:22:56.488Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:22:56.489Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:22:56.489Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:22:56.490Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4D3986BF917826ECC80B53008D38A4AE; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:22:55 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:22:56.490Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:22:56.490Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:22:56.491Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:22:56.495Z|bbaf02b8-a7dd-4279-b3d4-6494652e17a9|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:22:59.842Z|7e308e91-a7b3-4238-9177-d9c6211af158|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:22:59.843Z|7e308e91-a7b3-4238-9177-d9c6211af158|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:00.245Z|3c89d690-8ec2-4173-827a-4218d4e14786|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:00.246Z|3c89d690-8ec2-4173-827a-4218d4e14786|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:00.264Z|72612656-adb2-4e52-9ae3-6a0109184005|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:00.265Z|72612656-adb2-4e52-9ae3-6a0109184005|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:01.032Z|75ebb72e-7877-4bc4-bc6a-08554611f59b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:01.033Z|75ebb72e-7877-4bc4-bc6a-08554611f59b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:01.449Z|e32aea3d-e3e2-4ca6-bcbb-f4c7c607ecf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:01.450Z|e32aea3d-e3e2-4ca6-bcbb-f4c7c607ecf1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:02.003Z|7b9dcb7c-fd0a-4b03-8742-3aa955e7a304|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:02.003Z|7b9dcb7c-fd0a-4b03-8742-3aa955e7a304|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:06.629Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:06.634Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:06.635Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:06.635Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:06.636Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:06.636Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:06.636Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8495ca1a8ebdf0e9", X-B3-SpanId:"b69855ede26d712b", X-B3-ParentSpanId:"8495ca1a8ebdf0e9", X-B3-Sampled:"0", X-ONAP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-TransactionID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ECOMP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"acd59c45-131d-4632-a1de-a09a486a37d2"] 2023-01-22T07:23:06.636Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:06.637Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:06.663Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:06.663Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:06.664Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:06.664Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:06.665Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ActivateVfModuleBB has completed successfully, next invoking ControllerExecutionBB (Execution Path progress: BBs completed = 6; BBs remaining = 3).", "progress" : 68, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:22:04.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:06.666Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:06.666Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:06.667Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:06.667Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:06.668Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:06.668Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:06.668Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:06.668Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8495ca1a8ebdf0e9", X-B3-SpanId:"3b12fe69bdb89893", X-B3-ParentSpanId:"8495ca1a8ebdf0e9", X-B3-Sampled:"0", X-ONAP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-TransactionID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ECOMP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c95935f2-7392-438d-bcdc-e3d67f459915"] 2023-01-22T07:23:06.669Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:06.669Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:06.681Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:06.681Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:06.681Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:06.682Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:06.683Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:06.683Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:06.683Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:06.743Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:06.743Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:06.744Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:06.744Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:06.744Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:06.745Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-TransactionID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ECOMP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"486fac77-0a41-41b0-aeb5-3d5dc3fbaf4c"] 2023-01-22T07:23:06.745Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:06.745Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:06.871Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:06.871Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:06.872Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:06.872Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=B2C648F3C1EC1ABAB4F3FD581A2ADA07; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"691", Date:"Sun, 22 Jan 2023 07:23:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:06.873Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:23:06.873Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:06.874Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:06.903Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:06.904Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:06.904Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:06.904Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:06.905Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:06.905Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-TransactionID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ECOMP-RequestID:"dc9c3fcd-69a0-45e7-8758-20aafa86b270", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06088791-976b-4f2b-9405-e603e8774e8c"] 2023-01-22T07:23:06.906Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:06.906Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:07.037Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:07.037Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:07.038Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:07.038Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=17A53DF4CD46DD50D2DC4B19C5AB3FA1; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"807", Date:"Sun, 22 Jan 2023 07:23:05 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:07.039Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_0plxwkg:7997c438-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_0plxwkg","activityName":null,"activityType":"exclusiveGateway","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:22:06.281+0000","endTime":"2023-01-22T07:22:06.281+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:07.039Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:07.039Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:07.043Z|dc9c3fcd-69a0-45e7-8758-20aafa86b270|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:10.269Z|738f94e5-869b-4b8d-8184-e7813969cf0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:10.270Z|738f94e5-869b-4b8d-8184-e7813969cf0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:10.286Z|93054f06-3233-4e4d-a3c0-ccfd64ba568d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:10.287Z|93054f06-3233-4e4d-a3c0-ccfd64ba568d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:11.051Z|f2cd8ad4-a2e8-4a60-8eab-eb9b8f819640|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:11.052Z|f2cd8ad4-a2e8-4a60-8eab-eb9b8f819640|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:16.451Z|d70910c0-9289-4c9a-a8fc-7223c6b48223|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:16.451Z|d70910c0-9289-4c9a-a8fc-7223c6b48223|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:17.170Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:17.175Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:17.176Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:17.176Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:17.177Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:17.177Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:17.177Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"59e66f8f583a1174", X-B3-SpanId:"5fab324295bc8438", X-B3-ParentSpanId:"59e66f8f583a1174", X-B3-Sampled:"0", X-ONAP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-TransactionID:"5405ed98-0e15-4004-950c-350708474983", X-ECOMP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a5b8a70e-5f8e-4964-af77-23d7844f1f1d"] 2023-01-22T07:23:17.177Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:17.178Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:17.196Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:17.197Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:17.197Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:17.197Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:17.199Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking ActivateVnfBB (Execution Path progress: BBs completed = 7; BBs remaining = 2).", "progress" : 78, "startTime" : "2023-01-22T07:20:57.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:13.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:17.199Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:17.199Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:17.201Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:17.201Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:17.201Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:17.201Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:17.202Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:17.202Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"59e66f8f583a1174", X-B3-SpanId:"94b90d17c0f98b3f", X-B3-ParentSpanId:"59e66f8f583a1174", X-B3-Sampled:"0", X-ONAP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-TransactionID:"5405ed98-0e15-4004-950c-350708474983", X-ECOMP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5027faeb-98cd-486b-bb35-f34cd3b8be92"] 2023-01-22T07:23:17.202Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:17.202Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:17.218Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:17.219Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:17.219Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:17.219Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:14 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:17.221Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:17.221Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:17.222Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:17.253Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:17.254Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:17.254Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:17.254Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:17.255Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:17.255Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-TransactionID:"5405ed98-0e15-4004-950c-350708474983", X-ECOMP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2ff77e1e-e855-47ad-af50-b9b9a2e5e20b"] 2023-01-22T07:23:17.256Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:17.257Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:17.394Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:17.395Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:17.395Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:17.396Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=7C5422C6B2636226333BB418F671D351; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"721", Date:"Sun, 22 Jan 2023 07:23:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:17.396Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"79909813-9a25-11ed-a5de-4aba38362a44","businessKey":"9ec7d79c-020b-4d64-b96d-d246cdac7896","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:22:06.234+0000","endTime":"2023-01-22T07:23:13.877+0000","removalTime":null,"durationInMillis":67643,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"78c9502d-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:23:17.397Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:17.397Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=9ec7d79c-020b-4d64-b96d-d246cdac7896&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:17.421Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:17.422Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:17.422Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:17.422Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:17.423Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:17.423Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-TransactionID:"5405ed98-0e15-4004-950c-350708474983", X-ECOMP-RequestID:"5405ed98-0e15-4004-950c-350708474983", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f4b53c31-2d4b-49c4-be6b-17641e53e693"] 2023-01-22T07:23:17.423Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:17.424Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:17.546Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:17.547Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:17.547Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:17.548Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=471EE4CACA7E2FC73F8236549173D1AA; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"786", Date:"Sun, 22 Jan 2023 07:23:16 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:17.548Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_0lgvk82:a1e1cb03-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","activityId":"EndEvent_0lgvk82","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:61956f58-9a14-11ed-a5de-4aba38362a44","processInstanceId":"79909813-9a25-11ed-a5de-4aba38362a44","executionId":"79909813-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:13.875+0000","endTime":"2023-01-22T07:23:13.875+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"50920e8f-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:17.549Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:17.549Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=79909813-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:17.553Z|5405ed98-0e15-4004-950c-350708474983|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:19.128Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:19.130Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 3cb6a101-4c68-4b13-8933-62987f27fce2 already exists in requestDb InfraActiveRequests table 2023-01-22T07:23:19.131Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:19.132Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:23:19.132Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.133Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:19.133Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:23:19.134Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fa2dd8b8586ea68a", X-B3-SpanId:"0f7fbe97b1475b02", X-B3-ParentSpanId:"fa2dd8b8586ea68a", X-B3-Sampled:"0", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16dfe851-2915-4c50-8541-d7ac8bf2fe79"] 2023-01-22T07:23:19.134Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:23:19.134Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.149Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.149Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:19.150Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:23:19.150Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.151Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: 2023-01-22T07:23:19.151Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.152Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:19.161Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:23:19.163Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T07:23:19.168Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:19.200Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:23:19.201Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[b1d757f2-8bf1-4c2e-aa0e-745f944d5bff], X-ECOMP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-TransactionId=[], X-ONAP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2]} 2023-01-22T07:23:19.253Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:23:19 GMT], content-length=[313], x-aai-txid=[2-aai-resources-230122-07:23:19:201-42247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:19.254Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:23:19.255Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:19.257Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:23:19.258Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:23:19.263Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:19.305Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:23:19.306Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[8f113909-01d1-4c78-84fe-2261d132419f], X-ECOMP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-TransactionId=[], X-ONAP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2]} 2023-01-22T07:23:19.348Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:23:19 GMT], content-length=[313], x-aai-txid=[0-aai-resources-230122-07:23:19:302-25390], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:19.350Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:23:19.350Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:19.353Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:23:19.353Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:23:19.357Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:19.379Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T07:23:19.380Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[a772fa09-92a4-43f9-9431-64c36f801bc5], X-ECOMP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2], X-TransactionId=[], X-ONAP-RequestID=[3cb6a101-4c68-4b13-8933-62987f27fce2]} 2023-01-22T07:23:19.435Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:23:19 GMT], content-length=[616], vertex-id=[225368], x-aai-txid=[2-aai-resources-230122-07:23:19:380-62537], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:19.436Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674371957233","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm_macro"}]}]}} 2023-01-22T07:23:19.436Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T07:23:19.437Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:23:19.437Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:23:19.445Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:19.445Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:23:19.446Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.446Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:19.446Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:23:19.446Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"113", X-B3-TraceId:"fa2dd8b8586ea68a", X-B3-SpanId:"06aa3c5cf0d90860", X-B3-ParentSpanId:"fa2dd8b8586ea68a", X-B3-Sampled:"0", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d4e411ff-07af-49e4-b4f6-698229c9bc0c"] 2023-01-22T07:23:19.447Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad","requestScope":"service"} 2023-01-22T07:23:19.447Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.483Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.483Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.483Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:23:19.484Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.484Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:23:19.484Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.485Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:23:19.486Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:23:19.486Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||Invoke 2023-01-22T07:23:19.486Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.487Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:23:19.487Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Method : GET 2023-01-22T07:23:19.487Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9e8da1a2-0a97-4f2d-b73d-8328f966cf92"] 2023-01-22T07:23:19.487Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Request body: 2023-01-22T07:23:19.488Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.550Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.551Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.551Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status text : 2023-01-22T07:23:19.551Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.554Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Response body: { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } 2023-01-22T07:23:19.556Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.557Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||InvokeReturn 2023-01-22T07:23:19.561Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance 2023-01-22T07:23:19.562Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:19.563Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.563Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance 2023-01-22T07:23:19.564Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:19.564Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c551ac41-df60-4cf1-8a21-1b31922e86aa"] 2023-01-22T07:23:19.565Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:19.565Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.582Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.583Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:19.584Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:19.586Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.587Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:23:19.587Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.588Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:19.589Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064 2023-01-22T07:23:19.589Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|INFO|500||Invoke 2023-01-22T07:23:19.590Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.590Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064 2023-01-22T07:23:19.590Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Method : GET 2023-01-22T07:23:19.591Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b1b53aa2-d3c9-4b28-9e9f-e0b2a633f4e3"] 2023-01-22T07:23:19.591Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Request body: 2023-01-22T07:23:19.592Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.642Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.643Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.643Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Status text : 2023-01-22T07:23:19.644Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.644Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064" } } } 2023-01-22T07:23:19.645Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.645Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|INFO|500||InvokeReturn 2023-01-22T07:23:19.648Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance 2023-01-22T07:23:19.649Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:19.649Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.650Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance 2023-01-22T07:23:19.650Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:19.650Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7c766268-486a-4487-83cb-acc12d8678d7"] 2023-01-22T07:23:19.651Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:19.651Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.669Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.670Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:19.670Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:19.671Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.671Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:23:19.672Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.672Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:19.673Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:19.673Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:23:19.674Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.674Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:19.675Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:23:19.675Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e5dee935-ce77-41a4-ae80-bdfcb922caf8"] 2023-01-22T07:23:19.675Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:23:19.676Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.698Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.698Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.699Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:23:19.699Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.700Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:23:19.701Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.701Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:23:19.704Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:23:19.705Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:19.705Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.706Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:23:19.706Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:19.707Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a20f710a-47b1-45ab-ba6f-9c54d85b6cb2"] 2023-01-22T07:23:19.708Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:19.709Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.727Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.728Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.728Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:19.729Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.729Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T07:23:19.730Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.730Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T07:23:19.732Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:23:19.733Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||Invoke 2023-01-22T07:23:19.733Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.734Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:23:19.734Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Method : GET 2023-01-22T07:23:19.734Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"034f0dc5-626b-43d4-b3d2-87ef3bb214a9"] 2023-01-22T07:23:19.734Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Request body: 2023-01-22T07:23:19.735Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.754Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.755Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:19.755Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status text : 2023-01-22T07:23:19.756Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:18 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.757Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Response body: { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } 2023-01-22T07:23:19.757Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.757Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||InvokeReturn 2023-01-22T07:23:19.761Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:19.762Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:23:19.762Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.763Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:19.763Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:23:19.763Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"9182", X-B3-TraceId:"fa2dd8b8586ea68a", X-B3-SpanId:"7d274a594fff5970", X-B3-ParentSpanId:"fa2dd8b8586ea68a", X-B3-Sampled:"0", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fdb3ab98-a2a6-490b-aeb7-1da91081813d"] 2023-01-22T07:23:19.764Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"3cb6a101-4c68-4b13-8933-62987f27fce2","requestStatus":"IN_PROGRESS","startTime":1674372199163,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"3cb6a101-4c68-4b13-8933-62987f27fce2"} 2023-01-22T07:23:19.764Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:19.830Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:19.831Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:23:19.831Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:23:19.831Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:19.833Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:19.163+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:23:18.287+00:00", "cloudRegion" : "RegionOne", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:23:19.834Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:19.834Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:23:19.842Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:19.842Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:23:19.843Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:19.843Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:19.843Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:23:19.844Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"4604", X-B3-TraceId:"fa2dd8b8586ea68a", X-B3-SpanId:"8edd59ffa41c9a84", X-B3-ParentSpanId:"fa2dd8b8586ea68a", X-B3-Sampled:"0", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"80d14553-6cc3-4cc4-bc8b-269342b8c371"] 2023-01-22T07:23:19.844Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\"modelType\":\"service\",\"modelName\":\"basic_vm_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"9aabe621-2689-40ea-9204-f15bfd05f19f\",\"modelUuid\":\"9aabe621-2689-40ea-9204-f15bfd05f19f\",\"modelInvariantUuid\":\"9ade0de5-3e7e-4715-bf97-cec269bc2064\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicvm-customer\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_vm_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\"resources\":{\"pnfs\":[],\"vnfs\":[{\"modelInfo\":{\"modelName\":\"basic_vm_macro\",\"modelVersionId\":\"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\"modelInvariantUuid\":\"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\"modelVersion\":\"1.0\",\"modelCustomizationId\":\"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\"modelInstanceName\":\"basic_vm_macro\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"platform\":{\"platformName\":\"basicvm-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicvm-lob\"},\"productFamilyId\":\"1234\",\"instanceName\":\"basic_vm_macro\",\"instanceParams\":[{}],\"vfModules\":[{\"modelInfo\":{\"modelName\":\"BasicVmMacro..base_ubuntu20..module-0\",\"modelVersionId\":\"ec6597d8-4bc7-4462-9092-864d48f2b463\",\"modelInvariantUuid\":\"2858b21c-de6a-41ce-a920-54f58a31cefe\",\"modelVersion\":\"1\",\"modelCustomizationId\":\"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"},\"instanceName\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"instanceParams\":[{\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_key_name\":\"onap_dt\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"VM_name\":\"basic_vm_macro-VM-01\",\"vnf_id\":\"basic_vm_macro-VNF-instance\",\"vf_module_id\":\"basic_vm_macro-vfmodule-instance\",\"vnf_name\":\"basic_vm_macro-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\"}]}]}]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"9aabe621-2689-40ea-9204-f15bfd05f19f\",\"modelInvariantId\":\"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\"modelName\":\"basic_vm_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"basicvm-project\"},\"owningEntity\":{\"owningEntityId\":\"87b98013-2b78-44f4-b83d-3c14603f82cb\",\"owningEntityName\":\"basicvm-oe\"}}}","type":"String"},"requestId":{"value":"3cb6a101-4c68-4b13-8933-62987f27fce2","type":"String"},"mso-request-id":{"value":"3cb6a101-4c68-4b13-8933-62987f27fce2","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:23:19.844Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:20.290Z|8e231095-d067-48ec-9875-350fcbfb4d90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:20.291Z|8e231095-d067-48ec-9875-350fcbfb4d90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:20.310Z|ee0d81b3-72ff-4188-a21f-d86841b99db6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:20.311Z|ee0d81b3-72ff-4188-a21f-d86841b99db6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:20.857Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:20.857Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:23:20.858Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:23:20.858Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 07:23:19 GMT", X-ONAP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-TransactionID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ECOMP-RequestID:"3cb6a101-4c68-4b13-8933-62987f27fce2", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"80d14553-6cc3-4cc4-bc8b-269342b8c371", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:20.858Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"3cb6a101-4c68-4b13-8933-62987f27fce2\",\"instanceId\":\"564d5cc0-fe86-4bd6-8c98-1d1eadac2613\"}}","message":"Success","processInstanceID":"a4db34ea-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:23:20.858Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:20.859Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:23:20.862Z|3cb6a101-4c68-4b13-8933-62987f27fce2|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:21.017Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:21.024Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:21.025Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:23:21.025Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:21.026Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:21.026Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:23:21.027Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"533d2cec4052112d", X-B3-SpanId:"61511652e2eaa931", X-B3-ParentSpanId:"533d2cec4052112d", X-B3-Sampled:"0", X-ONAP-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-TransactionID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-ECOMP-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4cacac4e-4883-4eb0-933a-2d5c8f720a36"] 2023-01-22T07:23:21.027Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:23:21.028Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:21.047Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:21.048Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:21.048Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:23:21.049Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:21.049Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:19.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:23:21.050Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:21.050Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:23:21.051Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:21.051Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:21.052Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:21.052Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:21.052Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:21.052Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"533d2cec4052112d", X-B3-SpanId:"30b03e5da7d5fb43", X-B3-ParentSpanId:"533d2cec4052112d", X-B3-Sampled:"0", X-ONAP-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-TransactionID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-ECOMP-RequestID:"ca8f673a-ff20-4d16-92e8-b449d26e778f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9601d6b4-88d3-41f3-9b3b-1415423fd97e"] 2023-01-22T07:23:21.053Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:21.053Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:21.066Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:21.067Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:21.069Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:21.070Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:19 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:21.073Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:21.073Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:21.073Z|7f8fb6af-c31f-4f73-942e-f4c695f9cbfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:21.074Z|7f8fb6af-c31f-4f73-942e-f4c695f9cbfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:21.074Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:21.082Z|ca8f673a-ff20-4d16-92e8-b449d26e778f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:25.244Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:25.246Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 already exists in requestDb InfraActiveRequests table 2023-01-22T07:23:25.246Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:25.247Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:25.247Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.247Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:25.247Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:25.248Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f498d44614d2e08e", X-B3-SpanId:"a9317fc4a7a32176", X-B3-ParentSpanId:"f498d44614d2e08e", X-B3-Sampled:"0", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6800b0cd-011a-4945-a4e8-70d0d7baa3c3"] 2023-01-22T07:23:25.248Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:25.248Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.266Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.267Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:25.267Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:25.267Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.268Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: 2023-01-22T07:23:25.268Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.268Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:25.276Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:23:25.277Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db 2023-01-22T07:23:25.281Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:25.306Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T07:23:25.307Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:23:25.345Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:25.346Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:23:25 GMT], content-length=[313], x-aai-txid=[1-aai-resources-230122-07:23:25:303-2891], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:25.347Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:23:25.349Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:23:25.349Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:23:25.353Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:25.374Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T07:23:25.375Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke 2023-01-22T07:23:25.430Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:25.430Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Sun, 22 Jan 2023 07:23:25 GMT], content-length=[313], x-aai-txid=[0-aai-resources-230122-07:23:25:376-32067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:25.431Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}} 2023-01-22T07:23:25.433Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: https://aai.onap:8443/aai/v24/service-design-and-creation/services/service/1234 2023-01-22T07:23:25.433Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234 2023-01-22T07:23:25.433Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:23:25.433Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:23:25.437Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:25.437Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:23:25.438Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.438Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:25.438Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:23:25.438Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"127", X-B3-TraceId:"f498d44614d2e08e", X-B3-SpanId:"2c6fa55736150227", X-B3-ParentSpanId:"f498d44614d2e08e", X-B3-Sampled:"0", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fe4b779b-683f-4ddd-b7c1-8d2be3d7d589"] 2023-01-22T07:23:25.439Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0","requestScope":"service"} 2023-01-22T07:23:25.439Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.455Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.456Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.456Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:23:25.456Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.457Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:23:25.457Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.458Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:23:25.458Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:23:25.459Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||Invoke 2023-01-22T07:23:25.459Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.459Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:23:25.460Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Method : GET 2023-01-22T07:23:25.460Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5e033c30-4d3a-4a3a-b1b3-16b03dc30910"] 2023-01-22T07:23:25.461Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Request body: 2023-01-22T07:23:25.462Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.489Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.490Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.490Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status text : 2023-01-22T07:23:25.491Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.492Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Response body: { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } 2023-01-22T07:23:25.493Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.493Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||InvokeReturn 2023-01-22T07:23:25.507Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance 2023-01-22T07:23:25.508Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:25.509Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.509Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance 2023-01-22T07:23:25.509Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:25.509Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b0740982-0cbe-4c74-90ff-8fe286453b0c"] 2023-01-22T07:23:25.510Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:25.510Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.524Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.525Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:25.525Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:25.526Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.526Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:23:25.526Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.527Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:25.528Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561 2023-01-22T07:23:25.528Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|INFO|500||Invoke 2023-01-22T07:23:25.528Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.529Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561 2023-01-22T07:23:25.529Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Method : GET 2023-01-22T07:23:25.529Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"42942443-52d8-4a75-8121-ea4d2d3e5683"] 2023-01-22T07:23:25.530Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Request body: 2023-01-22T07:23:25.530Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.553Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.553Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.554Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Status text : 2023-01-22T07:23:25.554Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.555Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561" } } } 2023-01-22T07:23:25.555Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.555Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|INFO|500||InvokeReturn 2023-01-22T07:23:25.558Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance 2023-01-22T07:23:25.559Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:25.559Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.559Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance 2023-01-22T07:23:25.560Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:25.560Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"805970eb-234f-401b-8f5d-30ea598244fb"] 2023-01-22T07:23:25.560Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:25.561Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.579Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.580Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:25.580Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:25.580Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.581Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||Response body: 2023-01-22T07:23:25.581Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.581Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=createInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:25.582Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:25.583Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:23:25.583Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.583Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:25.584Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:23:25.584Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ed348ee6-b88a-4c9f-8be9-41d0a1006e02"] 2023-01-22T07:23:25.585Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:23:25.585Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.602Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.603Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.603Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:23:25.603Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.605Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:23:25.605Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.605Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:23:25.608Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:23:25.608Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke 2023-01-22T07:23:25.608Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.608Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance 2023-01-22T07:23:25.609Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method : GET 2023-01-22T07:23:25.609Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"943b026d-1ceb-4206-ab07-a9f6414369b0"] 2023-01-22T07:23:25.610Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 2023-01-22T07:23:25.610Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.626Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.626Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.627Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text : 2023-01-22T07:23:25.627Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.631Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: { "id" : 529, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "createInstance", "description" : "Gr api recipe to create service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/529/service" } } } 2023-01-22T07:23:25.632Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.632Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn 2023-01-22T07:23:25.635Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:23:25.635Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||Invoke 2023-01-22T07:23:25.635Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.635Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:23:25.636Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Method : GET 2023-01-22T07:23:25.636Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7fae765c-72df-4887-936d-1dae919bc50a"] 2023-01-22T07:23:25.637Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Request body: 2023-01-22T07:23:25.637Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.670Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.670Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:25.671Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status text : 2023-01-22T07:23:25.671Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.672Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Response body: { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } 2023-01-22T07:23:25.672Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.672Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||InvokeReturn 2023-01-22T07:23:25.676Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:25.676Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:23:25.677Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.677Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:25.677Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:23:25.678Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"4532", X-B3-TraceId:"f498d44614d2e08e", X-B3-SpanId:"deef7ea2f5ef40ef", X-B3-ParentSpanId:"f498d44614d2e08e", X-B3-Sampled:"0", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ac7d9d49-54a2-48c8-9560-219628f205f1"] 2023-01-22T07:23:25.678Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6","requestStatus":"IN_PROGRESS","startTime":1674372205277,"source":"VID","requestBody":"{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}","lastModifiedBy":"APIH","serviceInstanceName":"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances","cloudApiRequests":[],"requestURI":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6"} 2023-01-22T07:23:25.678Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:25.706Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:25.707Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:23:25.708Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:23:25.708Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:23 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:25.709Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:25.277+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:23:24.164+00:00", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:25.709Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:25.709Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:23:25.721Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:25.723Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:23:25.723Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:25.724Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:25.724Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:23:25.724Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3168", X-B3-TraceId:"f498d44614d2e08e", X-B3-SpanId:"e017eaa14b55b4bd", X-B3-ParentSpanId:"f498d44614d2e08e", X-B3-Sampled:"0", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df061d4e-d5be-43f0-82da-652b6c575c02"] 2023-01-22T07:23:25.725Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\"modelType\":\"service\",\"modelName\":\"test_pnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelUuid\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelInvariantUuid\":\"c4c7f950-22b2-416e-8f74-025558ac4561\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"pnf_macrocustomer\"},\"requestParameters\":{\"subscriptionServiceType\":\"test_pnf_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\"resources\":{\"pnfs\":[{\"modelInfo\":{\"modelCustomizationName\":\"test-pnf 0\",\"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelName\":\"test_pnf_macro\",\"modelType\":\"pnf\",\"modelVersion\":\"1.0\"},\"platform\":{\"platformName\":\"pnf_macro_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"pnf_macro_line_of_business\"},\"productFamilyId\":\"\",\"instanceParams\":[],\"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"}],\"vnfs\":[]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\"modelName\":\"test_pnf_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"pnf_macro_project\"},\"owningEntity\":{\"owningEntityId\":\"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\"owningEntityName\":\"pnf_macro_owning_entity\"}}}","type":"String"},"requestId":{"value":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6","type":"String"},"mso-request-id":{"value":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:23:25.725Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:26.748Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:26.749Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:23:26.749Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:23:26.749Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 07:23:25 GMT", X-ONAP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-TransactionID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ECOMP-RequestID:"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"df061d4e-d5be-43f0-82da-652b6c575c02", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:26.750Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6\",\"instanceId\":\"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1\"}}","message":"Success","processInstanceID":"a85dcb68-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:23:26.750Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:26.750Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:23:26.754Z|fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:26.890Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:26.897Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:26.897Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:26.897Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:26.898Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:26.898Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:26.898Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5c6c7a93037c6025", X-B3-SpanId:"ccdf19459f2ac7bb", X-B3-ParentSpanId:"5c6c7a93037c6025", X-B3-Sampled:"0", X-ONAP-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-TransactionID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-ECOMP-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8ee3c7c8-ba77-4475-8fb3-62e4d339038b"] 2023-01-22T07:23:26.899Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:26.899Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:26.917Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:26.918Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:26.918Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:26.918Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:26.919Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:25.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:24.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:26.919Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:26.920Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:26.921Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:26.921Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:26.922Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:26.922Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:26.922Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:26.923Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5c6c7a93037c6025", X-B3-SpanId:"eb97e36dc4a18592", X-B3-ParentSpanId:"5c6c7a93037c6025", X-B3-Sampled:"0", X-ONAP-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-TransactionID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-ECOMP-RequestID:"857f42f5-2287-48d3-9399-b6f8bdc10ded", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7425e81e-f60b-4138-b841-a5c66a77b502"] 2023-01-22T07:23:26.923Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:26.923Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:26.935Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:26.935Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:26.935Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:26.936Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:26.937Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:26.937Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:26.938Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:26.943Z|857f42f5-2287-48d3-9399-b6f8bdc10ded|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:27.680Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:27.684Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:27.685Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:27.685Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:27.685Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:27.685Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:27.686Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3b892e50efe8ed66", X-B3-SpanId:"42c9dbf6c93f9053", X-B3-ParentSpanId:"3b892e50efe8ed66", X-B3-Sampled:"0", X-ONAP-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-TransactionID:"479066ba-0648-45fe-a9b5-003113347c12", X-ECOMP-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89a32863-be65-4d60-b2bd-3a2aa5a2d4e6"] 2023-01-22T07:23:27.686Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:27.686Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:27.708Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:27.709Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:27.710Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:27.710Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:27.711Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:20:57.000+00:00", "endTime" : "2023-01-22T07:23:17.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:17.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:27.711Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:27.712Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:27.714Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:27.714Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:27.715Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:27.715Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:27.715Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:27.716Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3b892e50efe8ed66", X-B3-SpanId:"4039e4ec4f1ee2f1", X-B3-ParentSpanId:"3b892e50efe8ed66", X-B3-Sampled:"0", X-ONAP-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-TransactionID:"479066ba-0648-45fe-a9b5-003113347c12", X-ECOMP-RequestID:"479066ba-0648-45fe-a9b5-003113347c12", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"36eae742-1cf4-442f-b82d-3855148e701f"] 2023-01-22T07:23:27.716Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:27.717Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:27.731Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:27.731Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:27.732Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:27.732Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:27.734Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:27.735Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:27.736Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:27.743Z|479066ba-0648-45fe-a9b5-003113347c12|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:27.861Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:27.866Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:27.866Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:27.866Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:27.867Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:27.867Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:27.867Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8aae8bc546b97dc4", X-B3-SpanId:"3269eb566090fb53", X-B3-ParentSpanId:"8aae8bc546b97dc4", X-B3-Sampled:"0", X-ONAP-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-TransactionID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-ECOMP-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"28d573ee-38c9-4075-b131-e22ebd76e38c"] 2023-01-22T07:23:27.867Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:27.868Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:27.897Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:27.897Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:27.897Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:27.898Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:27.898Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:20:57.000+00:00", "endTime" : "2023-01-22T07:23:17.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:17.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:27.899Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:27.899Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:27.900Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:27.901Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:27.901Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:27.901Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:27.902Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:27.902Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8aae8bc546b97dc4", X-B3-SpanId:"a401864a6ff8e7a6", X-B3-ParentSpanId:"8aae8bc546b97dc4", X-B3-Sampled:"0", X-ONAP-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-TransactionID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-ECOMP-RequestID:"56ce03b6-557d-4ea4-ad3a-83c9b595d7a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee234791-307a-4c65-a37f-6dcdaa515361"] 2023-01-22T07:23:27.903Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:27.903Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:27.916Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:27.917Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:27.917Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:27.917Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:25 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:27.919Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:27.919Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:27.919Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:27.925Z|56ce03b6-557d-4ea4-ad3a-83c9b595d7a2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:28.044Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:28.047Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.047Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:28.048Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.048Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.048Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:28.048Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2ccfcf806101e6de", X-B3-SpanId:"62f51685d3b72e8d", X-B3-ParentSpanId:"2ccfcf806101e6de", X-B3-Sampled:"0", X-ONAP-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-TransactionID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-ECOMP-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fd051f10-127d-439b-af36-8c14c1223758"] 2023-01-22T07:23:28.049Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:28.049Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.067Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.067Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.067Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:28.068Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.069Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:20:57.000+00:00", "endTime" : "2023-01-22T07:23:17.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:17.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:28.069Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.070Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:28.071Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.071Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:28.072Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.072Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.072Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:28.072Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2ccfcf806101e6de", X-B3-SpanId:"eb20edb16718f555", X-B3-ParentSpanId:"2ccfcf806101e6de", X-B3-Sampled:"0", X-ONAP-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-TransactionID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-ECOMP-RequestID:"8ab3a30d-a4a1-46da-8c3e-957af68d100c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bc813a35-71b9-4e7e-8132-bb606a798527"] 2023-01-22T07:23:28.073Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:28.073Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.084Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.085Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.085Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:28.085Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.086Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:28.086Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.087Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:28.092Z|8ab3a30d-a4a1-46da-8c3e-957af68d100c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:28.221Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:28.224Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.224Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:28.225Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.225Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.225Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:28.225Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3060382da99be101", X-B3-SpanId:"678c314ffa1d040f", X-B3-ParentSpanId:"3060382da99be101", X-B3-Sampled:"0", X-ONAP-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-TransactionID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-ECOMP-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0a062898-95e1-479b-8bed-ec53864645ab"] 2023-01-22T07:23:28.225Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:28.226Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.242Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.243Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.243Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:28.244Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.244Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:20:57.000+00:00", "endTime" : "2023-01-22T07:23:17.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:17.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:28.244Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.245Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:28.246Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.246Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:28.247Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.247Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.247Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:28.247Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3060382da99be101", X-B3-SpanId:"6625ca4de1535fd3", X-B3-ParentSpanId:"3060382da99be101", X-B3-Sampled:"0", X-ONAP-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-TransactionID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-ECOMP-RequestID:"f4a8062b-869f-4c9e-95ca-2983553ee626", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cadf6746-a565-4384-8ecb-aa025a798dca"] 2023-01-22T07:23:28.248Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:28.248Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.261Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.261Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.261Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:28.262Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.262Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:28.263Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.263Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:28.270Z|f4a8062b-869f-4c9e-95ca-2983553ee626|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:28.395Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:28.398Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.399Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||Invoke 2023-01-22T07:23:28.399Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.399Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896 2023-01-22T07:23:28.399Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Method : GET 2023-01-22T07:23:28.399Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"459166df07154446", X-B3-SpanId:"5003822b4a556bf0", X-B3-ParentSpanId:"459166df07154446", X-B3-Sampled:"0", X-ONAP-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-TransactionID:"73e5302c-039b-4811-9912-a6e982451a73", X-ECOMP-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a0c60adf-7b62-43ef-b4af-c5858ea19739"] 2023-01-22T07:23:28.400Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Request body: 2023-01-22T07:23:28.400Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.418Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.419Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.419Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Status text : 2023-01-22T07:23:28.420Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.421Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||Response body: { "requestId" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:20:57.000+00:00", "endTime" : "2023-01-22T07:23:17.000+00:00", "source" : "VID", "vnfId" : "1e08ce71-71bd-4cad-9a99-5da81b94ee1b", "tenantId" : "123456", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n\t\t\t\"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basiccnf-macro-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_cnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_cnf_macro\",\n \"modelVersionId\": \"59cad354-6dd6-4c03-882e-d40a71057d54\",\n \"modelInvariantUuid\": \"7d9d9ef7-ceea-4c96-bc9f-d7a5d3bac267\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"c83f5920-24de-40af-bbe9-c124c37286e6\",\n \"modelInstanceName\": \"basic_cnf_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"123456\",\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n },\n \"platform\": {\n \"platformName\": \"basicnf_macro_platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicnf_macro_lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_cnf_macro\",\n \"instanceParams\": [\n {\n \n \n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n \"modelVersionId\": \"d0849a5e-fca5-4fde-846c-fd47d7abe3d4\",\n \"modelInvariantUuid\": \"d65aa8c5-424b-496e-b822-48c84c5f075b\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"cc50cb82-c6a8-4da3-8cd8-c0f89f9a5e66\"\n },\n \"instanceName\": \"basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"vf_module_label\": \"helm_apache\",\n \n \"k8s-rb-profile-name\": \"node-port-profile\",\n \n \"k8s-rb-profile-source\": \"node-port-profile\",\n \n \"k8s-rb-profile-namespace\": \"onap-tests\",\n \n \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n \n \"k8s-rb-config-template-name\": \"replica-count-template\",\n \n \"k8s-rb-config-template-source\": \"deployment-config\",\n \n \"k8s-rb-config-name\": \"replica-count-change\",\n \n \"k8s-rb-config-value-source\": \"custom-values\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"58050c01-195f-4bcf-814e-81dc1e26f594\",\n \"owningEntityName\": \"basicnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:17.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "9ec7d79c-020b-4d64-b96d-d246cdac7896", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896" } } } 2023-01-22T07:23:28.421Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.422Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/9ec7d79c-020b-4d64-b96d-d246cdac7896|INFO|500||InvokeReturn 2023-01-22T07:23:28.424Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.425Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:28.425Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:28.425Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false 2023-01-22T07:23:28.426Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:28.426Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"459166df07154446", X-B3-SpanId:"664834b5de415267", X-B3-ParentSpanId:"459166df07154446", X-B3-Sampled:"0", X-ONAP-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-TransactionID:"73e5302c-039b-4811-9912-a6e982451a73", X-ECOMP-RequestID:"73e5302c-039b-4811-9912-a6e982451a73", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"56932207-6541-4b95-9b89-c30a54956833"] 2023-01-22T07:23:28.426Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:28.427Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:28.449Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:28.450Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:28.451Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:28.451Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:26 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:28.452Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:28.452Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:28.453Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=9ec7d79c-020b-4d64-b96d-d246cdac7896&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:28.460Z|73e5302c-039b-4811-9912-a6e982451a73|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/9ec7d79c-020b-4d64-b96d-d246cdac7896|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:30.318Z|569caa98-a24a-4285-92ab-73b66fb81d44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:30.319Z|569caa98-a24a-4285-92ab-73b66fb81d44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:30.337Z|d6b90675-2621-4f60-847a-86f04e6ecc94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:30.338Z|d6b90675-2621-4f60-847a-86f04e6ecc94|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:30.375Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:30.377Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||INFO|500||Checking if requestId: 891511d8-9a6e-4a2b-8c5b-4cd4398f929b already exists in requestDb InfraActiveRequests table 2023-01-22T07:23:30.379Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:30.379Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:30.379Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.380Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:30.380Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:30.381Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e4d8dfa478c768ec", X-B3-SpanId:"5dba4fe55f15b480", X-B3-ParentSpanId:"e4d8dfa478c768ec", X-B3-Sampled:"0", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a5351faf-4c92-4bca-80ea-5df559cfd16c"] 2023-01-22T07:23:30.381Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:30.382Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.408Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.409Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:30.410Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:30.410Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.411Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: 2023-01-22T07:23:30.411Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.412Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:30.420Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:23:30.426Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:23:30.460Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]} 2023-01-22T07:23:30.461Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||Invoke 2023-01-22T07:23:30.508Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||InvokeReturn 2023-01-22T07:23:30.509Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:23:30 GMT], content-length=[1013], vertex-id=[221224], x-aai-txid=[2-aai-resources-230122-07:23:30:455-92767], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:23:30.510Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1674372064326","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/1e08ce71-71bd-4cad-9a99-5da81b94ee1b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"1e08ce71-71bd-4cad-9a99-5da81b94ee1b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf_macro"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basiccnf-macro-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf_macro"}]}]}} 2023-01-22T07:23:30.511Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:23:30.511Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:23:30.513Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:30.513Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:23:30.513Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.514Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:23:30.514Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:23:30.514Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"e4d8dfa478c768ec", X-B3-SpanId:"e7783c7b3d347736", X-B3-ParentSpanId:"e4d8dfa478c768ec", X-B3-Sampled:"0", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"97c4afb3-ef68-4b81-8012-fa9d4ba41a7b"] 2023-01-22T07:23:30.515Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"099811ca-f0d3-4653-be9c-a3b135080fbe"},"instanceName":null,"requestScope":"service"} 2023-01-22T07:23:30.515Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.534Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.534Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.535Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:23:30.535Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.536Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:23:30.536Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.536Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:23:30.537Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:23:30.538Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||Invoke 2023-01-22T07:23:30.538Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.538Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:23:30.539Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Method : GET 2023-01-22T07:23:30.539Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0efb362d-ff72-4645-9f40-7d63c7244aa0"] 2023-01-22T07:23:30.540Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Request body: 2023-01-22T07:23:30.540Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.569Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.570Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.571Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status text : 2023-01-22T07:23:30.571Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.572Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Response body: { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } 2023-01-22T07:23:30.572Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.572Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||InvokeReturn 2023-01-22T07:23:30.575Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance 2023-01-22T07:23:30.576Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:23:30.576Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.576Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance 2023-01-22T07:23:30.577Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:23:30.577Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e1f2878-4724-4d7b-b5c0-05952d690c1b"] 2023-01-22T07:23:30.577Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:23:30.578Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.593Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.593Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:30.594Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:23:30.594Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.594Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:23:30.595Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.595Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:30.596Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e 2023-01-22T07:23:30.596Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|INFO|500||Invoke 2023-01-22T07:23:30.596Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.596Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e 2023-01-22T07:23:30.597Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Method : GET 2023-01-22T07:23:30.597Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1f26e3e3-643d-4b07-bbad-eee1c127b23e"] 2023-01-22T07:23:30.597Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Request body: 2023-01-22T07:23:30.597Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.622Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.624Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.624Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Status text : 2023-01-22T07:23:30.624Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.625Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e" } } } 2023-01-22T07:23:30.625Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.625Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=fa6d3364-af0d-40a1-8be6-e65b60e50c3e|INFO|500||InvokeReturn 2023-01-22T07:23:30.630Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance 2023-01-22T07:23:30.631Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:23:30.631Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.632Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance 2023-01-22T07:23:30.632Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:23:30.632Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8f5551e5-c718-4926-9111-b0745703908d"] 2023-01-22T07:23:30.633Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:23:30.633Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.645Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.646Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:23:30.646Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:23:30.647Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.647Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:23:30.648Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.648Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=77b9a958-cb06-49cd-84bb-02aabace442b&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:23:30.649Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:30.649Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:23:30.649Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.650Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:23:30.650Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:23:30.650Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6beeaf1f-6c5a-468d-9515-7fe550e6b981"] 2023-01-22T07:23:30.650Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:23:30.651Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.666Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.667Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.667Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:23:30.667Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.670Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:23:30.671Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.671Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:23:30.675Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:23:30.676Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:23:30.676Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.677Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:23:30.677Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:23:30.678Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ecf61bfe-9431-4f69-a5da-96b70c4f5285"] 2023-01-22T07:23:30.678Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:23:30.678Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.698Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.698Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.699Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:23:30.699Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.700Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T07:23:30.700Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.700Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T07:23:30.702Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:23:30.703Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||Invoke 2023-01-22T07:23:30.703Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.703Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b 2023-01-22T07:23:30.703Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Method : GET 2023-01-22T07:23:30.704Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1ae52455-7f8c-4274-9837-45cd92fcff92"] 2023-01-22T07:23:30.704Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Request body: 2023-01-22T07:23:30.704Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.743Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.744Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:30.744Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Status text : 2023-01-22T07:23:30.745Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.746Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||Response body: { "modelName" : "basic_cnf_macro", "description" : "service", "modelUUID" : "77b9a958-cb06-49cd-84bb-02aabace442b", "modelInvariantUUID" : "fa6d3364-af0d-40a1-8be6-e65b60e50c3e", "created" : "2023-01-22 07:19:08.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_cnf_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 18, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b/recipes" } } } 2023-01-22T07:23:30.747Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.747Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/77b9a958-cb06-49cd-84bb-02aabace442b|INFO|500||InvokeReturn 2023-01-22T07:23:30.751Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:30.751Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:23:30.751Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.752Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:23:30.752Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:23:30.752Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1351", X-B3-TraceId:"e4d8dfa478c768ec", X-B3-SpanId:"28569b332fecd611", X-B3-ParentSpanId:"e4d8dfa478c768ec", X-B3-Sampled:"0", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"739f6941-092a-492e-a1ab-d517b78c6ae5"] 2023-01-22T07:23:30.753Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"891511d8-9a6e-4a2b-8c5b-4cd4398f929b","requestStatus":"IN_PROGRESS","startTime":1674372210422,"source":"VID","tenantId":"123456","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion-cnf-macro","serviceInstanceId":"099811ca-f0d3-4653-be9c-a3b135080fbe","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"891511d8-9a6e-4a2b-8c5b-4cd4398f929b"} 2023-01-22T07:23:30.753Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:30.779Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:30.780Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:23:30.780Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:23:30.780Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:30.781Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:30.422+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:23:29.238+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:30.781Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:30.781Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:23:30.787Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:30.787Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:23:30.788Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:30.788Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:23:30.788Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:23:30.788Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2015", X-B3-TraceId:"e4d8dfa478c768ec", X-B3-SpanId:"27dd224278428a9e", X-B3-ParentSpanId:"e4d8dfa478c768ec", X-B3-Sampled:"0", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"074753c2-4943-498f-bbfc-eda15575bc3b"] 2023-01-22T07:23:30.788Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\"modelType\":\"service\",\"modelName\":\"basic_cnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"77b9a958-cb06-49cd-84bb-02aabace442b\",\"modelUuid\":\"77b9a958-cb06-49cd-84bb-02aabace442b\",\"modelInvariantUuid\":\"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"requestParameters\":{\"aLaCarte\":false,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"099811ca-f0d3-4653-be9c-a3b135080fbe\"}","type":"String"},"requestId":{"value":"891511d8-9a6e-4a2b-8c5b-4cd4398f929b","type":"String"},"mso-request-id":{"value":"891511d8-9a6e-4a2b-8c5b-4cd4398f929b","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"099811ca-f0d3-4653-be9c-a3b135080fbe","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:23:30.789Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:31.101Z|3aad6422-b515-4f6b-8771-27da21d87a70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:31.101Z|3aad6422-b515-4f6b-8771-27da21d87a70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:31.208Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:31.212Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:31.212Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:23:31.213Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:31.213Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:31.213Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:23:31.213Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73bade0fd0fc1cc2", X-B3-SpanId:"2e67f7a16149e99b", X-B3-ParentSpanId:"73bade0fd0fc1cc2", X-B3-Sampled:"0", X-ONAP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-TransactionID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ECOMP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6847f14e-6137-44cb-9141-2a90ea68a751"] 2023-01-22T07:23:31.214Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:23:31.214Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:31.232Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:31.232Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:31.233Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:23:31.233Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:31.234Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignVnfBB has completed successfully, next invoking AssignVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 7).", "progress" : 26, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:26.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:23:31.234Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:31.235Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:23:31.236Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:31.236Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:31.236Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:31.237Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:31.237Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:31.237Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"73bade0fd0fc1cc2", X-B3-SpanId:"259f9beb03adb4f6", X-B3-ParentSpanId:"73bade0fd0fc1cc2", X-B3-Sampled:"0", X-ONAP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-TransactionID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ECOMP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3071be06-c818-4c49-9ece-eb7cee61664e"] 2023-01-22T07:23:31.237Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:31.238Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:31.250Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:31.251Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:31.251Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:31.251Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:28 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:31.252Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:31.252Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:31.252Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:31.284Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:31.284Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:31.285Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:31.286Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:31.286Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:31.287Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-TransactionID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ECOMP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7556dcdc-774d-4e99-9d9a-2b390b947863"] 2023-01-22T07:23:31.287Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:31.288Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:31.408Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:31.409Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:31.409Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:31.410Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=EC1FB4FAD20C51E9353F0F2E02D67A8A; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"652", Date:"Sun, 22 Jan 2023 07:23:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:31.411Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"aa8fc746-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:28.437+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"aa6e8349-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:23:31.411Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:31.412Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:31.434Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:31.435Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:31.435Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:31.435Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:31.436Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:31.436Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-TransactionID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ECOMP-RequestID:"9cad9ac3-6d02-420b-842c-8e19093edcfc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eb2e4ad9-6f56-4e8b-b69f-19b1e70f0a50"] 2023-01-22T07:23:31.436Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:31.436Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:31.448Z|867aedf8-6158-454b-8631-7ae0d2b76ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:31.451Z|867aedf8-6158-454b-8631-7ae0d2b76ab1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:31.570Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:31.571Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:31.571Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:31.572Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=7728CDF0158D5AE89EA3589ACE8A8627; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"761", Date:"Sun, 22 Jan 2023 07:23:30 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:31.572Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:aa903b89-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"aa8fc746-9a25-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"aa8fc746-9a25-11ed-a5de-4aba38362a44","executionId":"aa8fc746-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:28.440+0000","endTime":"2023-01-22T07:23:28.613+0000","durationInMillis":173,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:31.573Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:31.574Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=aa8fc746-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:31.582Z|9cad9ac3-6d02-420b-842c-8e19093edcfc|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:32.004Z|0a36ea58-049a-4eec-9617-6f51236929bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:32.006Z|0a36ea58-049a-4eec-9617-6f51236929bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:32.800Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:32.801Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:23:32.801Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:23:32.802Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 07:23:31 GMT", X-ONAP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-TransactionID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ECOMP-RequestID:"891511d8-9a6e-4a2b-8c5b-4cd4398f929b", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"074753c2-4943-498f-bbfc-eda15575bc3b", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:32.802Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"891511d8-9a6e-4a2b-8c5b-4cd4398f929b\",\"instanceId\":\"099811ca-f0d3-4653-be9c-a3b135080fbe\"}}","message":"Success","processInstanceID":"ab60f9fe-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:23:32.802Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:32.803Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:23:32.806Z|891511d8-9a6e-4a2b-8c5b-4cd4398f929b|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:32.953Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:32.957Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:32.958Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:32.958Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:32.958Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:32.959Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:32.959Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6339ef42c79acc90", X-B3-SpanId:"20cbbedcac7a194b", X-B3-ParentSpanId:"6339ef42c79acc90", X-B3-Sampled:"0", X-ONAP-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-TransactionID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-ECOMP-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cc022d52-a0ce-4b4e-94ba-669db8aa4eef"] 2023-01-22T07:23:32.960Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:32.960Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:32.976Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:32.977Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:32.977Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:32.977Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:32.978Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:23:30.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:30.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:32.978Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:32.979Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:32.980Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:32.980Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:32.981Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:32.981Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:32.981Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:32.982Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6339ef42c79acc90", X-B3-SpanId:"44bec96b8834d663", X-B3-ParentSpanId:"6339ef42c79acc90", X-B3-Sampled:"0", X-ONAP-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-TransactionID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-ECOMP-RequestID:"e7f53f48-211d-451b-91c5-c56be581b0aa", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"55a256da-5053-4610-b9ee-9dc9a40c3344"] 2023-01-22T07:23:32.982Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:32.983Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:32.993Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:32.994Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:32.994Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:32.994Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:31 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:32.995Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:32.995Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:32.996Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:33.001Z|e7f53f48-211d-451b-91c5-c56be581b0aa|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:37.073Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:37.078Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:37.079Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:37.079Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:37.079Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:37.080Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:37.080Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e742ef58f6dea20c", X-B3-SpanId:"27d741b44944c7b3", X-B3-ParentSpanId:"e742ef58f6dea20c", X-B3-Sampled:"0", X-ONAP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-TransactionID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ECOMP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a85eab8e-3b2b-4246-9d19-bb92fbd5c9d5"] 2023-01-22T07:23:37.080Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:37.081Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:37.100Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:37.100Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:37.101Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:37.101Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:37.103Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of AssignPnfBB has completed successfully, next invoking WaitForPnfReadyBB (Execution Path progress: BBs completed = 2; BBs remaining = 5).", "progress" : 32, "startTime" : "2023-01-22T07:23:25.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:29.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:37.103Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:37.104Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:37.105Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:37.105Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:37.106Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:37.106Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:37.106Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:37.107Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e742ef58f6dea20c", X-B3-SpanId:"4479c1cd3624aa4a", X-B3-ParentSpanId:"e742ef58f6dea20c", X-B3-Sampled:"0", X-ONAP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-TransactionID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ECOMP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fcc36ca3-8902-45c7-b97a-3111aa1a7587"] 2023-01-22T07:23:37.107Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:37.107Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:37.121Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:37.122Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:37.122Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:37.123Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:37.124Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:37.124Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:37.125Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:37.166Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:37.167Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:37.167Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:37.167Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:37.168Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:37.168Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-TransactionID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ECOMP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ae756a11-0f88-4a45-ae2b-05e5d5eb3597"] 2023-01-22T07:23:37.169Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:37.169Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:37.334Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:37.335Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:37.336Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:37.336Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=2EFDC27A9D7E007B2C38E37698693E96; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"693", Date:"Sun, 22 Jan 2023 07:23:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:37.336Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"abc4eb65-9a25-11ed-a5de-4aba38362a44","businessKey":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6","processDefinitionId":"WaitForPnfReadyBB:1:617d0514-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"WaitForPnfReadyBB","processDefinitionName":"WaitForPnfReadyBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:30.463+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"WaitForPnfReady_StartEvent","deleteReason":null,"rootProcessInstanceId":"a85dcb68-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"ab59cdf1-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:23:37.337Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:37.337Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:37.362Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:37.363Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:37.363Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:37.364Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:37.364Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:37.364Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-TransactionID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ECOMP-RequestID:"f02a5ec9-0fa7-42f0-918a-6ad96d4e326b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0ac0fe20-3016-4f85-a58c-7406cef3cc0a"] 2023-01-22T07:23:37.365Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:37.365Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:37.642Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:37.643Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:37.644Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:37.644Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=B1F20F015C8AD03B8FAFE6845C48D9C7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"820", Date:"Sun, 22 Jan 2023 07:23:36 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:37.645Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"RegisterForPnfReadyEvent:abc53995-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","activityId":"RegisterForPnfReadyEvent","activityName":"Register for Pnf Ready Event","activityType":"serviceTask","processDefinitionKey":"WaitForPnfReadyBB","processDefinitionId":"WaitForPnfReadyBB:1:617d0514-9a14-11ed-a5de-4aba38362a44","processInstanceId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","executionId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:30.465+0000","endTime":"2023-01-22T07:23:30.469+0000","durationInMillis":4,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a85dcb68-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:37.645Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:37.646Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:37.650Z|f02a5ec9-0fa7-42f0-918a-6ad96d4e326b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:40.343Z|ec01f004-8fc8-4a08-be97-200fd04e2a01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:40.343Z|ec01f004-8fc8-4a08-be97-200fd04e2a01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:40.360Z|90f7598d-7d0b-4b56-a2e4-1f4ed275b763|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:40.361Z|90f7598d-7d0b-4b56-a2e4-1f4ed275b763|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:41.123Z|67f22f94-ab66-4bab-ad26-b74faf714987|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:41.124Z|67f22f94-ab66-4bab-ad26-b74faf714987|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:41.723Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:41.727Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:41.728Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:23:41.728Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:41.728Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:41.729Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:23:41.729Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7495b1c90d875fd9", X-B3-SpanId:"fe142cf14a37ba93", X-B3-ParentSpanId:"7495b1c90d875fd9", X-B3-Sampled:"0", X-ONAP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-TransactionID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ECOMP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bd7cd170-cf77-4bdd-8448-d1a671f7fbf9"] 2023-01-22T07:23:41.729Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:23:41.729Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:41.758Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:41.759Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:41.760Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:23:41.760Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:41.761Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:34.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:23:41.761Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:41.762Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:23:41.763Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:41.763Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:41.763Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:41.764Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:41.764Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:41.764Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7495b1c90d875fd9", X-B3-SpanId:"0af88b964d0385f4", X-B3-ParentSpanId:"7495b1c90d875fd9", X-B3-Sampled:"0", X-ONAP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-TransactionID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ECOMP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7a6fe5f8-bfea-45ac-9183-eb13cf4316f8"] 2023-01-22T07:23:41.764Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:41.765Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:41.782Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:41.782Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:41.783Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:41.783Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:41.783Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:41.784Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:41.784Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:41.817Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:41.818Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:41.818Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:41.818Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:41.819Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:41.820Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-TransactionID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ECOMP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7bb7a9c7-c4d6-44c1-8c90-503808c5cc09"] 2023-01-22T07:23:41.820Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:41.820Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:41.944Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:41.944Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:41.945Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:41.945Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4028744D33FA7D2E58F7D7D335543C62; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:23:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:41.945Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"afa77c78-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:36.981+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"afa692d7-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:23:41.945Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:41.946Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:41.976Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:41.976Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:41.976Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:41.977Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:41.977Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:41.977Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-TransactionID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ECOMP-RequestID:"af1902c8-7338-4ac5-b83b-6920d2c15a46", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ea36d35a-8190-4ab4-b6f1-a9c69a28e65a"] 2023-01-22T07:23:41.977Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:41.977Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:42.108Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:42.109Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:42.109Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:42.110Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8B838E54932E28D76F551615D10DCA8D; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"775", Date:"Sun, 22 Jan 2023 07:23:40 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:42.110Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:afa77c7f-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","executionId":"afa77c78-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:36.981+0000","endTime":"2023-01-22T07:23:36.981+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:42.110Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:42.111Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:42.114Z|af1902c8-7338-4ac5-b83b-6920d2c15a46|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:43.146Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:43.152Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:43.152Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:43.153Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:43.153Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:43.154Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:43.154Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d5157740b0d8573f", X-B3-SpanId:"e4c9870aa9fbd3cb", X-B3-ParentSpanId:"d5157740b0d8573f", X-B3-Sampled:"0", X-ONAP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-TransactionID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ECOMP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1f4c7c7e-7c50-4622-8402-4b7ecc019fe8"] 2023-01-22T07:23:43.154Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:43.155Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:43.175Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:43.176Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:43.177Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:43.177Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:43.179Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of DeactivateVnfBB has completed successfully, next invoking DeactivateServiceInstanceBB (Execution Path progress: BBs completed = 3; BBs remaining = 4).", "progress" : 45, "startTime" : "2023-01-22T07:23:30.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:40.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:43.179Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:43.180Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:43.181Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:43.181Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:43.182Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:43.182Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:43.182Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:43.183Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d5157740b0d8573f", X-B3-SpanId:"851fe86069d374b2", X-B3-ParentSpanId:"d5157740b0d8573f", X-B3-Sampled:"0", X-ONAP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-TransactionID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ECOMP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8b3c6fcb-3d5b-46af-9596-57e9a60fef06"] 2023-01-22T07:23:43.183Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:43.184Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:43.197Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:43.198Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:43.199Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:43.199Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:41 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:43.200Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:43.200Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:43.201Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:43.228Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:43.229Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:43.229Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:43.230Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:43.230Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:43.230Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-TransactionID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ECOMP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a6f61a06-5394-4cde-bcec-1b6c50d71a1f"] 2023-01-22T07:23:43.231Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:43.231Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:43.355Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:43.355Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:43.356Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:43.356Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=1DD7404165109CE259B23B736CD6FA24; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"680", Date:"Sun, 22 Jan 2023 07:23:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:43.356Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"b1a26241-9a25-11ed-a5de-4aba38362a44","businessKey":"891511d8-9a6e-4a2b-8c5b-4cd4398f929b","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:40.303+0000","endTime":"2023-01-22T07:23:40.781+0000","removalTime":null,"durationInMillis":478,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"ab60f9fe-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"b1a1509a-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:23:43.357Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:43.357Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:43.452Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:43.452Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:43.453Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:43.453Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:43.453Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:43.454Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-TransactionID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ECOMP-RequestID:"3158aae1-2f15-4c80-b208-5b0e3a71d3b2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d50ef6f4-f7e2-4ce7-a0a8-4c86b44999ce"] 2023-01-22T07:23:43.454Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:43.454Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:43.588Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:43.588Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:43.589Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:43.589Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4F9B2AA7FE9C8083560FFF2952038F68; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"761", Date:"Sun, 22 Jan 2023 07:23:42 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:43.590Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:b1a2b074-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"b1a26241-9a25-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"b1a26241-9a25-11ed-a5de-4aba38362a44","executionId":"b1a26241-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:40.305+0000","endTime":"2023-01-22T07:23:40.780+0000","durationInMillis":475,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"ab60f9fe-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:43.590Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:43.590Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=b1a26241-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:43.594Z|3158aae1-2f15-4c80-b208-5b0e3a71d3b2|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:46.448Z|76f1fba1-77d2-4c71-99fe-3b70be7ac014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:23:46.449Z|76f1fba1-77d2-4c71-99fe-3b70be7ac014|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:23:47.776Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:47.780Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:47.781Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:47.781Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:47.781Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:47.782Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:47.782Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"896f51e5efc15cda", X-B3-SpanId:"1f8f6176ce477030", X-B3-ParentSpanId:"896f51e5efc15cda", X-B3-Sampled:"0", X-ONAP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-TransactionID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ECOMP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bff4c5c1-21ae-42ec-8b77-41df927f1f34"] 2023-01-22T07:23:47.782Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:47.783Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:48.083Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:48.084Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:48.085Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:48.085Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:48.086Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "IN_PROGRESS", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking ActivatePnfBB (Execution Path progress: BBs completed = 5; BBs remaining = 2).", "progress" : 72, "startTime" : "2023-01-22T07:23:25.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:45.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:48.086Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:48.087Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:48.088Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:48.089Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:48.089Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:48.089Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:48.089Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:48.090Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"896f51e5efc15cda", X-B3-SpanId:"3ef5c56b460e3d4a", X-B3-ParentSpanId:"896f51e5efc15cda", X-B3-Sampled:"0", X-ONAP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-TransactionID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ECOMP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"868d2ae7-6747-4459-a983-893f914e2b1d"] 2023-01-22T07:23:48.090Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:48.090Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:48.102Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:48.103Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:48.103Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:48.104Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:48.105Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:48.106Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:48.106Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:48.145Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:48.146Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:48.146Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:48.146Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:48.147Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:48.147Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-TransactionID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ECOMP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"76f8dee3-baf0-40ad-9716-6e38e3f66b73"] 2023-01-22T07:23:48.148Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:48.148Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:48.303Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:48.304Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:48.304Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:48.304Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=4A93E5AF9E78ECBDFBBB1E724524F125; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"723", Date:"Sun, 22 Jan 2023 07:23:47 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:48.305Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"abc4eb65-9a25-11ed-a5de-4aba38362a44","businessKey":"fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6","processDefinitionId":"WaitForPnfReadyBB:1:617d0514-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"WaitForPnfReadyBB","processDefinitionName":"WaitForPnfReadyBB","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:30.463+0000","endTime":"2023-01-22T07:23:45.687+0000","removalTime":null,"durationInMillis":15224,"startUserId":null,"startActivityId":"WaitForPnfReady_StartEvent","deleteReason":null,"rootProcessInstanceId":"a85dcb68-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"ab59cdf1-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:23:48.305Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:48.305Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:48.334Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:48.335Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:48.336Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:48.336Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:48.336Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:48.337Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-TransactionID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ECOMP-RequestID:"3230d83a-c907-4c4a-b17d-a99d56a819d9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a4688a3-9b1d-43b0-9fb0-ba6e4cf5af0c"] 2023-01-22T07:23:48.337Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:48.338Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:48.469Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:48.469Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:48.469Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:48.470Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E5F4E07F0E607349AD5934F017611ABC; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"791", Date:"Sun, 22 Jan 2023 07:23:47 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:48.470Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"AaiEntryUpdated:b4d775bd-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","activityId":"AaiEntryUpdated","activityName":"AAI entry updated","activityType":"noneEndEvent","processDefinitionKey":"WaitForPnfReadyBB","processDefinitionId":"WaitForPnfReadyBB:1:617d0514-9a14-11ed-a5de-4aba38362a44","processInstanceId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","executionId":"abc4eb65-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:45.684+0000","endTime":"2023-01-22T07:23:45.685+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a85dcb68-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:48.470Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:48.471Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=abc4eb65-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:48.476Z|3230d83a-c907-4c4a-b17d-a99d56a819d9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:50.366Z|91a973cf-e3c8-4a37-978e-4a3eb9a39bbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:50.367Z|91a973cf-e3c8-4a37-978e-4a3eb9a39bbf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:50.386Z|cb6c73ad-6d1c-456f-b3de-2f4e39c5e8f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:50.387Z|cb6c73ad-6d1c-456f-b3de-2f4e39c5e8f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:51.148Z|c25fc6c7-37d8-4696-8f8c-a0be1c5ce4da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:23:51.148Z|c25fc6c7-37d8-4696-8f8c-a0be1c5ce4da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:23:52.241Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:52.245Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:52.245Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:23:52.246Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:52.246Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:23:52.246Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:23:52.246Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"937f4dd0adce094c", X-B3-SpanId:"cab01c58e8a4b178", X-B3-ParentSpanId:"937f4dd0adce094c", X-B3-Sampled:"0", X-ONAP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-TransactionID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ECOMP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6ad9cc57-e201-4ca2-ade6-248e82893130"] 2023-01-22T07:23:52.247Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:23:52.247Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:52.267Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:52.268Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:52.268Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:23:52.268Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:52.270Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:41.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:23:52.270Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:52.270Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:23:52.272Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:52.272Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:52.272Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:52.273Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:23:52.273Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:52.273Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"937f4dd0adce094c", X-B3-SpanId:"6f2e00d78f1aa803", X-B3-ParentSpanId:"937f4dd0adce094c", X-B3-Sampled:"0", X-ONAP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-TransactionID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ECOMP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"32d2cfb8-9508-4771-8215-07c9b0dac5cf"] 2023-01-22T07:23:52.274Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:52.274Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:52.289Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:52.290Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:52.290Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:52.290Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:50 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:52.292Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:23:52.292Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:52.292Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:52.317Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:52.317Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:52.317Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:52.318Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:23:52.318Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:52.318Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-TransactionID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ECOMP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"87afc04d-ffbf-475a-9e19-3ac7765dbd2c"] 2023-01-22T07:23:52.319Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:52.319Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:52.448Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:52.448Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:52.448Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:52.449Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=CC9F63AD50B69BCD7992026C5F5588C1; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:23:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:52.449Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"afa77c78-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:36.981+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"afa692d7-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:23:52.449Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:52.450Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:52.474Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:52.475Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:23:52.475Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:52.475Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:23:52.475Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:23:52.476Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-TransactionID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ECOMP-RequestID:"0eb3eb31-5251-403d-a467-73ef69345fe8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4b6e9196-9bb0-470b-9120-b2e167dc6a32"] 2023-01-22T07:23:52.476Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:23:52.476Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:52.596Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:52.598Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:52.598Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:23:52.598Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E5EB8BF32B5F71EAE92AD1027D97FC71; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 07:23:51 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:52.599Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:b2fd0ff0-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","executionId":"afa77c78-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:42.575+0000","endTime":"2023-01-22T07:23:42.581+0000","durationInMillis":6,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:23:52.599Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:52.599Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:23:52.605Z|0eb3eb31-5251-403d-a467-73ef69345fe8|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:53.721Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:53.727Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:53.728Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:53.728Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:53.728Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:53.729Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:53.729Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2b288a77ad3a484f", X-B3-SpanId:"c5e3aaa7b427974d", X-B3-ParentSpanId:"2b288a77ad3a484f", X-B3-Sampled:"0", X-ONAP-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-TransactionID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-ECOMP-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1b266937-f8cb-4b04-9862-54c6a20997e1"] 2023-01-22T07:23:53.729Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:53.730Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:53.751Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:53.752Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:53.752Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:53.752Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:53.755Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:30.000+00:00", "endTime" : "2023-01-22T07:23:50.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:50.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:53.756Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:53.756Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:53.757Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:53.757Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:53.757Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:53.758Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:53.758Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:53.758Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2b288a77ad3a484f", X-B3-SpanId:"1c49a73fc7096c1e", X-B3-ParentSpanId:"2b288a77ad3a484f", X-B3-Sampled:"0", X-ONAP-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-TransactionID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-ECOMP-RequestID:"6f4a9d25-dc63-4953-a7fa-cba88b1bd379", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7880a724-856b-45f5-b621-b84e85fb0b5c"] 2023-01-22T07:23:53.759Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:53.759Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:53.771Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:53.772Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:53.772Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:53.772Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:53.774Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:53.775Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:53.775Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:53.781Z|6f4a9d25-dc63-4953-a7fa-cba88b1bd379|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:53.897Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:53.900Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:53.900Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:53.901Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:53.901Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:53.901Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:53.902Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"896bdd114063249a", X-B3-SpanId:"a1711724a74c010a", X-B3-ParentSpanId:"896bdd114063249a", X-B3-Sampled:"0", X-ONAP-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-TransactionID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-ECOMP-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cdfc7c73-9e1d-493b-b2e6-cc7ca1bb83be"] 2023-01-22T07:23:53.902Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:53.902Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:53.920Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:53.921Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:53.922Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:53.922Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:53.923Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:30.000+00:00", "endTime" : "2023-01-22T07:23:50.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:50.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:53.923Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:53.924Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:53.925Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:53.926Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:53.926Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:53.927Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:53.927Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:53.927Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"896bdd114063249a", X-B3-SpanId:"d57358d9eee93824", X-B3-ParentSpanId:"896bdd114063249a", X-B3-Sampled:"0", X-ONAP-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-TransactionID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-ECOMP-RequestID:"b6ddc940-0df3-4753-96aa-43fb1cb4101c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fb8609e5-f53e-4167-a94e-75412a34a81d"] 2023-01-22T07:23:53.928Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:53.928Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:53.940Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:53.941Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:53.941Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:53.942Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:53.942Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:53.943Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:53.943Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:53.950Z|b6ddc940-0df3-4753-96aa-43fb1cb4101c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:54.066Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:54.069Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:54.070Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:54.071Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:54.071Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:54.071Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:54.072Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"491061c53fc11273", X-B3-SpanId:"6b67714c78f0b0a4", X-B3-ParentSpanId:"491061c53fc11273", X-B3-Sampled:"0", X-ONAP-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-TransactionID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-ECOMP-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2f35fd46-412e-44bd-8131-a5c9284a1fc0"] 2023-01-22T07:23:54.072Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:54.072Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:54.091Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:54.092Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:54.092Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:54.093Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:54.094Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:30.000+00:00", "endTime" : "2023-01-22T07:23:50.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:50.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:54.094Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:54.095Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:54.096Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:54.097Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:54.097Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:54.097Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:54.098Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:54.098Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"491061c53fc11273", X-B3-SpanId:"c019d9aba4eff3f1", X-B3-ParentSpanId:"491061c53fc11273", X-B3-Sampled:"0", X-ONAP-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-TransactionID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-ECOMP-RequestID:"6ad76a1f-c5a0-4257-ab12-bd07a3ba58da", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"65e0c231-34ed-437e-a291-f76685a3e932"] 2023-01-22T07:23:54.099Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:54.099Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:54.113Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:54.114Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:54.114Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:54.114Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:54.116Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:54.116Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:54.117Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:54.123Z|6ad76a1f-c5a0-4257-ab12-bd07a3ba58da|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:54.248Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:54.253Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:54.253Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||Invoke 2023-01-22T07:23:54.254Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:54.254Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b 2023-01-22T07:23:54.254Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Method : GET 2023-01-22T07:23:54.255Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b6fb1f1f373fe9e4", X-B3-SpanId:"6e2ce18a7c145158", X-B3-ParentSpanId:"b6fb1f1f373fe9e4", X-B3-Sampled:"0", X-ONAP-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-TransactionID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-ECOMP-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e9af6ad2-8ee8-4469-aaa8-bdfc0054c51f"] 2023-01-22T07:23:54.255Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Request body: 2023-01-22T07:23:54.256Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:54.275Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:54.275Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:54.276Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Status text : 2023-01-22T07:23:54.276Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:54.277Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||Response body: { "requestId" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:30.000+00:00", "endTime" : "2023-01-22T07:23:50.000+00:00", "source" : "VID", "tenantId" : "123456", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_cnf_macro\",\n \"modelInvariantId\": \"fa6d3364-af0d-40a1-8be6-e65b60e50c3e\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"77b9a958-cb06-49cd-84bb-02aabace442b\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basiccnf-cloud-owner\",\n \"lcpCloudRegionId\": \"k8sregion-cnf-macro\",\n \"tenantId\": \"123456\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:50.000+00:00", "cloudRegion" : "k8sregion-cnf-macro", "serviceInstanceId" : "099811ca-f0d3-4653-be9c-a3b135080fbe", "serviceInstanceName" : "basic_cnf_macro_b0dbef2b-2df1-4a75-b264-a59f0a4f28b4", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/099811ca-f0d3-4653-be9c-a3b135080fbe", "tenantName" : "dummy_test", "cloudApiRequests" : [ ], "requestURI" : "891511d8-9a6e-4a2b-8c5b-4cd4398f929b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b" } } } 2023-01-22T07:23:54.277Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:54.278Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|INFO|500||InvokeReturn 2023-01-22T07:23:54.279Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:54.279Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:54.280Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:54.280Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false 2023-01-22T07:23:54.280Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:54.281Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b6fb1f1f373fe9e4", X-B3-SpanId:"9fc3dbc62a576d6d", X-B3-ParentSpanId:"b6fb1f1f373fe9e4", X-B3-Sampled:"0", X-ONAP-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-TransactionID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-ECOMP-RequestID:"70af6a67-3c01-4e4f-951f-095a7b2655f0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7aa72d26-c43d-4c1e-ab7f-6d725c59d478"] 2023-01-22T07:23:54.281Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:54.281Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:54.293Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:54.293Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:54.294Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:54.294Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:52 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:54.295Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:54.295Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:54.299Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=891511d8-9a6e-4a2b-8c5b-4cd4398f929b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:54.307Z|70af6a67-3c01-4e4f-951f-095a7b2655f0|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/891511d8-9a6e-4a2b-8c5b-4cd4398f929b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:58.604Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:58.609Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.610Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:58.610Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:58.610Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.611Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:58.611Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1be2a8335303234c", X-B3-SpanId:"337c613aadda59a4", X-B3-ParentSpanId:"1be2a8335303234c", X-B3-Sampled:"0", X-ONAP-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-TransactionID:"5ad22770-c288-4910-8208-29dd9d64caef", X-ECOMP-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a1845b4b-9653-4974-a1b4-fbdd753d9d98"] 2023-01-22T07:23:58.611Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:58.612Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:58.632Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:58.633Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:58.633Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:58.634Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:58.634Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:25.000+00:00", "endTime" : "2023-01-22T07:23:49.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:48.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:58.635Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:58.635Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:58.637Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:58.637Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:58.637Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:58.638Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:58.638Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:58.638Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1be2a8335303234c", X-B3-SpanId:"61fb6066fcc6e7ef", X-B3-ParentSpanId:"1be2a8335303234c", X-B3-Sampled:"0", X-ONAP-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-TransactionID:"5ad22770-c288-4910-8208-29dd9d64caef", X-ECOMP-RequestID:"5ad22770-c288-4910-8208-29dd9d64caef", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b1c5bd0c-4bbf-4197-b170-b6e281017055"] 2023-01-22T07:23:58.639Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:58.639Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:58.653Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:58.654Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:58.654Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:58.654Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:58.655Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:58.656Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:58.656Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:58.663Z|5ad22770-c288-4910-8208-29dd9d64caef|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:58.816Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:58.819Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.820Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:58.820Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:58.820Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.821Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:58.821Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e3a991bbc05bb02f", X-B3-SpanId:"f22a17c7b7d9300c", X-B3-ParentSpanId:"e3a991bbc05bb02f", X-B3-Sampled:"0", X-ONAP-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-TransactionID:"8231b120-59ef-4603-9885-018f01189086", X-ECOMP-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"92db047d-0651-4f2d-a389-65ae45eeb404"] 2023-01-22T07:23:58.821Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:58.822Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:58.841Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:58.841Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:58.842Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:58.842Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:58.843Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:25.000+00:00", "endTime" : "2023-01-22T07:23:49.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:48.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:58.843Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:58.843Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:58.845Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:58.845Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:58.845Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:58.846Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:58.846Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:58.846Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e3a991bbc05bb02f", X-B3-SpanId:"f44066100017345d", X-B3-ParentSpanId:"e3a991bbc05bb02f", X-B3-Sampled:"0", X-ONAP-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-TransactionID:"8231b120-59ef-4603-9885-018f01189086", X-ECOMP-RequestID:"8231b120-59ef-4603-9885-018f01189086", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"be10893e-af15-48bd-a02e-0c5391bcdcd1"] 2023-01-22T07:23:58.847Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:58.847Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:58.859Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:58.860Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:58.860Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:58.860Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:58.862Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:58.862Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:58.862Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:58.868Z|8231b120-59ef-4603-9885-018f01189086|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:58.988Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:58.992Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.992Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:58.993Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:58.993Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:58.993Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:58.993Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0d154419018b4deb", X-B3-SpanId:"d77b3fbd0fa3f1ec", X-B3-ParentSpanId:"0d154419018b4deb", X-B3-Sampled:"0", X-ONAP-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-TransactionID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-ECOMP-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6e69577f-5882-4b07-8857-4fc3e13a2869"] 2023-01-22T07:23:58.994Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:58.994Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.011Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.012Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.012Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:59.012Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.013Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:25.000+00:00", "endTime" : "2023-01-22T07:23:49.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:48.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:59.013Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.014Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:59.015Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.016Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:59.016Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:59.016Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.018Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:59.018Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0d154419018b4deb", X-B3-SpanId:"bfeb4da312b11531", X-B3-ParentSpanId:"0d154419018b4deb", X-B3-Sampled:"0", X-ONAP-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-TransactionID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-ECOMP-RequestID:"be38c88c-6dcb-4eb6-8d4f-032e2c1603e4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1cd03f85-9517-4f41-98eb-e15fa047adf1"] 2023-01-22T07:23:59.018Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:59.019Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.030Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.031Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.031Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:59.032Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.032Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:59.033Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.033Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:59.039Z|be38c88c-6dcb-4eb6-8d4f-032e2c1603e4|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:59.164Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:59.167Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:59.168Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:59.168Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:59.168Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:59.168Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:59.169Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"eb11c547eb8ed9ff", X-B3-SpanId:"97efc35d108cc534", X-B3-ParentSpanId:"eb11c547eb8ed9ff", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-TransactionID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-ECOMP-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"40aa054d-875a-4873-a9bb-d01d47a00bfc"] 2023-01-22T07:23:59.169Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:59.169Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.189Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.190Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.190Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:59.191Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.191Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:25.000+00:00", "endTime" : "2023-01-22T07:23:49.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:48.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:59.192Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.192Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:59.194Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.194Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:59.194Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:59.195Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.195Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:59.195Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"eb11c547eb8ed9ff", X-B3-SpanId:"6290385e58c2649a", X-B3-ParentSpanId:"eb11c547eb8ed9ff", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-TransactionID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-ECOMP-RequestID:"a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"37961053-a790-4a9f-9610-98026f080ec2"] 2023-01-22T07:23:59.195Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:59.196Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.210Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.211Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.211Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:59.211Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.212Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:59.212Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.213Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:59.223Z|a85bd3d3-e929-4d57-a0e5-c83e03c2b2e8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:59.354Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:23:59.359Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:59.359Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||Invoke 2023-01-22T07:23:59.360Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:59.360Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6 2023-01-22T07:23:59.360Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Method : GET 2023-01-22T07:23:59.360Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"57f6e494e213ed80", X-B3-SpanId:"501b5f75e8f488d0", X-B3-ParentSpanId:"57f6e494e213ed80", X-B3-Sampled:"0", X-ONAP-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-TransactionID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-ECOMP-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b51be84e-4985-4463-8d7b-ff729597866a"] 2023-01-22T07:23:59.361Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Request body: 2023-01-22T07:23:59.361Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.380Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.381Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.381Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Status text : 2023-01-22T07:23:59.381Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.383Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||Response body: { "requestId" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:25.000+00:00", "endTime" : "2023-01-22T07:23:49.000+00:00", "source" : "VID", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n\t\t\t\"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n\t\t\t\"modelName\": \"test_pnf_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"pnf_macrocustomer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"test_pnf_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n {\n \"modelInfo\":{\n \"modelCustomizationName\":\"test-pnf 0\",\n \"modelCustomizationId\":\"8240e405-d1b3-4106-b1e3-cf863172df34\",\n \"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelName\":\"test_pnf_macro\",\n \"modelType\":\"pnf\",\n \"modelVersion\":\"1.0\"\n },\n \"platform\":{\n \"platformName\":\"pnf_macro_platform\"\n },\n \"lineOfBusiness\":{\n \"lineOfBusinessName\":\"pnf_macro_line_of_business\"\n },\n \"productFamilyId\":\"\",\n \"instanceParams\":[],\n \"instanceName\":\"TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0\"\n }\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelName\": \"test_pnf_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"pnf_macro_project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"9ef2fcfb-24f0-4098-9aa1-f3825c72638f\",\n \"owningEntityName\": \"pnf_macro_owning_entity\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:48.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "cloudApiRequests" : [ ], "requestURI" : "fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6" } } } 2023-01-22T07:23:59.384Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.384Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|INFO|500||InvokeReturn 2023-01-22T07:23:59.385Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.386Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:23:59.386Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:23:59.386Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false 2023-01-22T07:23:59.386Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:23:59.387Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"57f6e494e213ed80", X-B3-SpanId:"a9afc6d1439e8f99", X-B3-ParentSpanId:"57f6e494e213ed80", X-B3-Sampled:"0", X-ONAP-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-TransactionID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-ECOMP-RequestID:"4fe64fa8-1a46-41ee-b348-de36cd639bf3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf2ba324-eca8-4677-b3ab-cb770ced8099"] 2023-01-22T07:23:59.387Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:23:59.387Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:23:59.400Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:23:59.401Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:23:59.401Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:23:59.401Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:23:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:23:59.403Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:23:59.404Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:23:59.404Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:23:59.410Z|4fe64fa8-1a46-41ee-b348-de36cd639bf3|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/fc7b08cf-a5fa-4def-89b1-6e30f6ca9da6|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:23:59.844Z|4d895294-69d8-4212-8ee9-b2e433c67f77|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:23:59.845Z|4d895294-69d8-4212-8ee9-b2e433c67f77|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:00.389Z|764cbb5b-6680-408e-a002-7d9433171947|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:00.390Z|764cbb5b-6680-408e-a002-7d9433171947|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:00.407Z|586f75ba-e560-422f-a9bf-be26fb47af48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:00.407Z|586f75ba-e560-422f-a9bf-be26fb47af48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:01.172Z|1a87db50-23f6-4290-8604-c891eb4a9f19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:01.172Z|1a87db50-23f6-4290-8604-c891eb4a9f19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:01.448Z|7c5e471e-d721-447e-bec7-53b129104442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:01.449Z|7c5e471e-d721-447e-bec7-53b129104442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:02.007Z|853c0329-037f-4b64-a882-3abf7dee6802|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:02.008Z|853c0329-037f-4b64-a882-3abf7dee6802|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:02.737Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:02.742Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:02.743Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:02.743Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:02.744Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:02.744Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:02.744Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"98581cc87dd9e3c3", X-B3-SpanId:"0e108b75bd770c6e", X-B3-ParentSpanId:"98581cc87dd9e3c3", X-B3-Sampled:"0", X-ONAP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-TransactionID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ECOMP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"820ad5e5-72ac-4595-82fc-204ac56852e8"] 2023-01-22T07:24:02.745Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:02.745Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:02.767Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:02.768Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:02.769Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:02.769Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:02.770Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:41.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:02.770Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:02.771Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:02.773Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:02.773Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:02.774Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:02.774Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:02.775Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:02.775Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"98581cc87dd9e3c3", X-B3-SpanId:"04805b72e98a39de", X-B3-ParentSpanId:"98581cc87dd9e3c3", X-B3-Sampled:"0", X-ONAP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-TransactionID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ECOMP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a9e8eb1a-3033-444d-ac36-d92ecdd4cb09"] 2023-01-22T07:24:02.775Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:02.776Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:02.789Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:02.791Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:02.793Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:02.793Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:02.794Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:02.795Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:02.795Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:02.831Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:02.832Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:02.832Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:02.833Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:02.833Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:02.833Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-TransactionID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ECOMP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"66a14fad-dd9f-403e-940d-ec6c681d49a4"] 2023-01-22T07:24:02.834Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:02.834Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:02.955Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:02.956Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:02.956Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:02.957Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=AFD94E4DF9B0A7B371D0536F1EAE01B2; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:24:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:02.957Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"afa77c78-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:36.981+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"afa692d7-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:24:02.957Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:02.957Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:02.981Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:02.981Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:02.982Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:02.982Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:02.982Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:02.982Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-TransactionID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ECOMP-RequestID:"a8c33d7b-04c7-4df9-90c6-20e116cbeec1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4f88010f-98c7-4d77-90f0-6a288083a7d6"] 2023-01-22T07:24:02.983Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:02.983Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:03.099Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:03.100Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:03.101Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:03.101Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=E8E57387651DDBFF24FFFE13BACC1322; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 07:24:01 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:03.101Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:b2fd0ff0-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","executionId":"afa77c78-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:42.575+0000","endTime":"2023-01-22T07:23:42.581+0000","durationInMillis":6,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:24:03.102Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:03.102Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:03.106Z|a8c33d7b-04c7-4df9-90c6-20e116cbeec1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:10.274Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:10.276Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||INFO|500||Checking if requestId: a0a1d8b8-b924-4a58-914f-306c0571575b already exists in requestDb InfraActiveRequests table 2023-01-22T07:24:10.277Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:10.277Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:10.277Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.277Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:10.277Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:10.278Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5b329f486ed0f833", X-B3-SpanId:"02927de455ddbb54", X-B3-ParentSpanId:"5b329f486ed0f833", X-B3-Sampled:"0", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ab9f383b-a3dd-4016-8fe2-278f5ef719fe"] 2023-01-22T07:24:10.278Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:10.278Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.298Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.298Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:10.299Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:10.299Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.299Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: 2023-01-22T07:24:10.299Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.300Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:10.306Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:24:10.307Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:24:10.307Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:24:10.308Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:24:10.308Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:24:10.308Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.308Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:24:10.309Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:24:10.309Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"5b329f486ed0f833", X-B3-SpanId:"4639071b1d1ce51c", X-B3-ParentSpanId:"5b329f486ed0f833", X-B3-Sampled:"0", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"80f2c5ca-bdb0-4c48-822a-e4cafa680896"] 2023-01-22T07:24:10.309Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1"},"instanceName":null,"requestScope":"service"} 2023-01-22T07:24:10.309Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.325Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.325Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.325Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:24:10.326Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.326Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:24:10.326Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.326Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:24:10.327Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:24:10.327Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||Invoke 2023-01-22T07:24:10.328Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.328Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:24:10.328Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Method : GET 2023-01-22T07:24:10.328Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c0ada031-75f9-450b-a241-97fe259f1b48"] 2023-01-22T07:24:10.329Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Request body: 2023-01-22T07:24:10.329Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.352Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.353Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.353Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status text : 2023-01-22T07:24:10.353Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.354Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Response body: { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } 2023-01-22T07:24:10.354Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.355Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||InvokeReturn 2023-01-22T07:24:10.357Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance 2023-01-22T07:24:10.358Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:10.358Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.358Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance 2023-01-22T07:24:10.358Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:10.359Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8e22ed81-f6ea-4857-a2bb-766eacc903b6"] 2023-01-22T07:24:10.359Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:10.359Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.373Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.373Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:10.373Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:10.374Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.374Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:24:10.374Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.375Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:10.376Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561 2023-01-22T07:24:10.376Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|INFO|500||Invoke 2023-01-22T07:24:10.376Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.376Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561 2023-01-22T07:24:10.377Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Method : GET 2023-01-22T07:24:10.377Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8961eff8-788d-42eb-9778-0570c3fd3995"] 2023-01-22T07:24:10.377Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Request body: 2023-01-22T07:24:10.377Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.398Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.399Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.399Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Status text : 2023-01-22T07:24:10.399Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.400Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561" } } } 2023-01-22T07:24:10.400Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.400Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=c4c7f950-22b2-416e-8f74-025558ac4561|INFO|500||InvokeReturn 2023-01-22T07:24:10.403Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance 2023-01-22T07:24:10.403Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:10.404Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.404Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance 2023-01-22T07:24:10.404Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:10.404Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"79794199-a4e9-4c6d-b486-23b1803049ea"] 2023-01-22T07:24:10.405Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:10.405Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.413Z|5b5145e4-e935-4cf6-bb67-941276886c4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:10.414Z|5b5145e4-e935-4cf6-bb67-941276886c4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:10.426Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.427Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:10.427Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:10.427Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.428Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:24:10.428Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.428Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=4ac86862-b6cb-46aa-bf8c-f718a6694d96&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:10.429Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:24:10.430Z|3ea8c3a2-0b16-4d4d-b404-53293ddc7ba7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:10.430Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:24:10.430Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.430Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:24:10.431Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:24:10.431Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"27f373b5-74aa-47fb-b8e4-7de9f437bf59"] 2023-01-22T07:24:10.431Z|3ea8c3a2-0b16-4d4d-b404-53293ddc7ba7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:10.431Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:24:10.432Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.452Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.453Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.453Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:24:10.453Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.454Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:24:10.454Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.455Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:24:10.458Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:24:10.458Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:10.458Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.459Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:24:10.459Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:10.460Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"91b12c3d-da2a-40ce-a0b3-20d9ea421277"] 2023-01-22T07:24:10.460Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:10.460Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.473Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.474Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.475Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:10.475Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.476Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T07:24:10.476Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.477Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T07:24:10.479Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:24:10.479Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||Invoke 2023-01-22T07:24:10.480Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.480Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96 2023-01-22T07:24:10.480Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Method : GET 2023-01-22T07:24:10.481Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"aa3988c1-b0d3-4fdd-8c68-c48cd8c23fa8"] 2023-01-22T07:24:10.481Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Request body: 2023-01-22T07:24:10.481Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.505Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.506Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:10.507Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Status text : 2023-01-22T07:24:10.507Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.508Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||Response body: { "modelName" : "test_pnf_macro", "description" : "service", "modelUUID" : "4ac86862-b6cb-46aa-bf8c-f718a6694d96", "modelInvariantUUID" : "c4c7f950-22b2-416e-8f74-025558ac4561", "created" : "2023-01-22 07:22:46.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "test-pnf", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96/recipes" } } } 2023-01-22T07:24:10.508Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.509Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/4ac86862-b6cb-46aa-bf8c-f718a6694d96|INFO|500||InvokeReturn 2023-01-22T07:24:10.512Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:24:10.512Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:24:10.512Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.512Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:24:10.513Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:24:10.513Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1056", X-B3-TraceId:"5b329f486ed0f833", X-B3-SpanId:"b7c1b7ec52a06bba", X-B3-ParentSpanId:"5b329f486ed0f833", X-B3-Sampled:"0", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b9d81c9a-a04c-4132-a3d9-7e0367993e18"] 2023-01-22T07:24:10.513Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"a0a1d8b8-b924-4a58-914f-306c0571575b","requestStatus":"IN_PROGRESS","startTime":1674372250307,"source":"VID","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","serviceInstanceId":"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1","cloudApiRequests":[],"requestURI":"a0a1d8b8-b924-4a58-914f-306c0571575b"} 2023-01-22T07:24:10.514Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:10.537Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:10.538Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:24:10.538Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:24:10.539Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:10.539Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:24:10.307+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:24:08.998+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:10.540Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:10.540Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:24:10.548Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:24:10.548Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:24:10.549Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:10.549Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:24:10.550Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:24:10.550Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1880", X-B3-TraceId:"5b329f486ed0f833", X-B3-SpanId:"e0f76e0fadab20c4", X-B3-ParentSpanId:"5b329f486ed0f833", X-B3-Sampled:"0", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a59e3d16-209b-438a-9095-66a44349dfe5"] 2023-01-22T07:24:10.550Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"c4c7f950-22b2-416e-8f74-025558ac4561\",\"modelType\":\"service\",\"modelName\":\"test_pnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelUuid\":\"4ac86862-b6cb-46aa-bf8c-f718a6694d96\",\"modelInvariantUuid\":\"c4c7f950-22b2-416e-8f74-025558ac4561\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"requestParameters\":{\"aLaCarte\":false,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1\"}","type":"String"},"requestId":{"value":"a0a1d8b8-b924-4a58-914f-306c0571575b","type":"String"},"mso-request-id":{"value":"a0a1d8b8-b924-4a58-914f-306c0571575b","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:24:10.551Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:11.196Z|68f3c186-2eec-45a2-8a6b-ae98b54e0a9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:11.198Z|68f3c186-2eec-45a2-8a6b-ae98b54e0a9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:11.562Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:11.562Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:24:11.563Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:24:11.563Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 07:24:10 GMT", X-ONAP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-TransactionID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ECOMP-RequestID:"a0a1d8b8-b924-4a58-914f-306c0571575b", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"a59e3d16-209b-438a-9095-66a44349dfe5", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:11.564Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"a0a1d8b8-b924-4a58-914f-306c0571575b\",\"instanceId\":\"7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1\"}}","message":"Success","processInstanceID":"c314c8d8-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:24:11.564Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:11.565Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:24:11.568Z|a0a1d8b8-b924-4a58-914f-306c0571575b|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:11.701Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:11.705Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:11.705Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:11.706Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:11.706Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:11.706Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:11.706Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"acc93d4e9c829af6", X-B3-SpanId:"e04d60469ed85eee", X-B3-ParentSpanId:"acc93d4e9c829af6", X-B3-Sampled:"0", X-ONAP-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-TransactionID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-ECOMP-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d386284f-055c-4fda-a8de-150cf8620ee4"] 2023-01-22T07:24:11.707Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:11.707Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:11.731Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:11.732Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:11.732Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:11.733Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:09 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:11.733Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:24:10.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:09.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:11.733Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:11.734Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||InvokeReturn 2023-01-22T07:24:11.735Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:11.736Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:11.736Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:11.737Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:11.737Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:11.737Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"acc93d4e9c829af6", X-B3-SpanId:"27a9c7c6b147787f", X-B3-ParentSpanId:"acc93d4e9c829af6", X-B3-Sampled:"0", X-ONAP-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-TransactionID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-ECOMP-RequestID:"01b821a7-9b13-472c-bff4-e860f0970cf1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bfd798cb-0870-4105-8577-feb6368c1fd7"] 2023-01-22T07:24:11.738Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:11.738Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:11.750Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:11.751Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:11.751Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:11.752Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:09 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:11.753Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:11.753Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:11.753Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:11.764Z|01b821a7-9b13-472c-bff4-e860f0970cf1|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:13.234Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:13.239Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:13.239Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:13.240Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:13.240Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:13.240Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:13.241Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0807f2b4282f07ca", X-B3-SpanId:"8fe8ffae5a299f3f", X-B3-ParentSpanId:"0807f2b4282f07ca", X-B3-Sampled:"0", X-ONAP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-TransactionID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ECOMP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"441c6740-47ae-42ed-80b8-90b49191f1d6"] 2023-01-22T07:24:13.241Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:13.241Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:13.261Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:13.261Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:13.262Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:13.262Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:13.263Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).", "progress" : 47, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:23:41.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:13.263Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:13.264Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:13.266Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:13.266Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:13.266Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:13.267Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:13.267Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:13.268Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0807f2b4282f07ca", X-B3-SpanId:"43809d04590ed3fc", X-B3-ParentSpanId:"0807f2b4282f07ca", X-B3-Sampled:"0", X-ONAP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-TransactionID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ECOMP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3fb55666-4a01-45c8-9ebf-623347f44c35"] 2023-01-22T07:24:13.268Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:13.268Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:13.284Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:13.285Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:13.285Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:13.286Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:11 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:13.287Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:13.287Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:13.287Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:13.312Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:13.312Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:13.313Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:13.313Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:13.314Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:13.314Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-TransactionID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ECOMP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ad4a3fc7-9e50-4b1e-90ba-80e2799fd825"] 2023-01-22T07:24:13.315Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:13.315Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:13.442Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:13.443Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:13.443Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:13.444Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=930ADC16BD9DB5165E85A79E1F3DBF72; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:24:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:13.444Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"afa77c78-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:36.981+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"afa692d7-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:24:13.444Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:13.445Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:13.477Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:13.478Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:13.478Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:13.479Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:13.479Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:13.480Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-TransactionID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ECOMP-RequestID:"4f91b9f5-0c19-4065-bb29-883e66f94373", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8b286f4c-3299-4ce0-8aa2-2923a16b09ce"] 2023-01-22T07:24:13.480Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:13.480Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:13.606Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:13.607Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:13.608Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:13.608Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=03937C1B62677A2B1266027E8C3F91C0; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 07:24:12 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:13.609Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:b2fd0ff0-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","executionId":"afa77c78-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:23:42.575+0000","endTime":"2023-01-22T07:23:42.581+0000","durationInMillis":6,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:24:13.609Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:13.609Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:13.613Z|4f91b9f5-0c19-4065-bb29-883e66f94373|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:16.449Z|b3e1bcbd-9184-4df5-8a29-0fb2672bd8d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:16.451Z|b3e1bcbd-9184-4df5-8a29-0fb2672bd8d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:20.437Z|f94af0f5-5381-48dc-87ad-a6d286a5b256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:20.438Z|f94af0f5-5381-48dc-87ad-a6d286a5b256|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:20.469Z|f831a5e9-8e3b-42c8-a285-ea2d9e38931e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:20.472Z|f831a5e9-8e3b-42c8-a285-ea2d9e38931e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:21.220Z|c7cf30de-26d4-4fb2-862a-36b7bd1f7582|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:21.221Z|c7cf30de-26d4-4fb2-862a-36b7bd1f7582|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:21.897Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:21.902Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:21.902Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:21.902Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:21.903Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:21.903Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:21.904Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"00eed93603b1d3a0", X-B3-SpanId:"74e7e6d02d1bc08f", X-B3-ParentSpanId:"00eed93603b1d3a0", X-B3-Sampled:"0", X-ONAP-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-TransactionID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-ECOMP-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"157dd7e6-3684-4914-a254-18a05274705e"] 2023-01-22T07:24:21.904Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:21.905Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:21.932Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:21.934Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:21.934Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:21.935Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:21.935Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:10.000+00:00", "endTime" : "2023-01-22T07:24:14.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:13.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:21.936Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:21.937Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||InvokeReturn 2023-01-22T07:24:21.938Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:21.938Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:21.939Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:21.939Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:21.940Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:21.940Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"00eed93603b1d3a0", X-B3-SpanId:"0eab26658cdab16a", X-B3-ParentSpanId:"00eed93603b1d3a0", X-B3-Sampled:"0", X-ONAP-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-TransactionID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-ECOMP-RequestID:"bed41b2e-b072-45e5-a5fa-1f9266d15d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c11ba023-4b9d-44cd-9257-41da105c0cad"] 2023-01-22T07:24:21.940Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:21.941Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:21.952Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:21.953Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:21.954Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:21.955Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:21.955Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:21.956Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:21.956Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:21.970Z|bed41b2e-b072-45e5-a5fa-1f9266d15d0e|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:22.092Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:22.099Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.099Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:22.099Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.100Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.100Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:22.100Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"46bae34f7719da69", X-B3-SpanId:"9a20016dfd07c7b8", X-B3-ParentSpanId:"46bae34f7719da69", X-B3-Sampled:"0", X-ONAP-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-TransactionID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-ECOMP-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1df57ba4-fc9e-4f4b-8627-2abe8425e14b"] 2023-01-22T07:24:22.101Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:22.101Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.122Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.122Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.123Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:22.123Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:22.125Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:10.000+00:00", "endTime" : "2023-01-22T07:24:14.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:13.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:22.125Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.126Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||InvokeReturn 2023-01-22T07:24:22.127Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.127Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:22.128Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.128Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.128Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:22.128Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"46bae34f7719da69", X-B3-SpanId:"4afac7ff62e7151e", X-B3-ParentSpanId:"46bae34f7719da69", X-B3-Sampled:"0", X-ONAP-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-TransactionID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-ECOMP-RequestID:"341b16d2-c7f7-481f-bdbe-142d4c193012", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f3748327-6a58-4866-9b78-30275050d832"] 2023-01-22T07:24:22.129Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:22.129Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.164Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.165Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.166Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:22.166Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:22.167Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:22.167Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.168Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:22.175Z|341b16d2-c7f7-481f-bdbe-142d4c193012|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:22.297Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:22.301Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.301Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:22.302Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.302Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.302Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:22.302Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6283e09b8a3c2381", X-B3-SpanId:"6bcfdb5c864f76ac", X-B3-ParentSpanId:"6283e09b8a3c2381", X-B3-Sampled:"0", X-ONAP-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-TransactionID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-ECOMP-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c486e994-23b5-4c6c-9b31-e508e9d79f7e"] 2023-01-22T07:24:22.303Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:22.303Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.324Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.324Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.325Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:22.325Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Connection:"close"] 2023-01-22T07:24:22.327Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:10.000+00:00", "endTime" : "2023-01-22T07:24:14.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:13.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:22.327Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.327Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||InvokeReturn 2023-01-22T07:24:22.329Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.329Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:22.330Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.330Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.330Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:22.330Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6283e09b8a3c2381", X-B3-SpanId:"2bcb7027716673b1", X-B3-ParentSpanId:"6283e09b8a3c2381", X-B3-Sampled:"0", X-ONAP-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-TransactionID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-ECOMP-RequestID:"3fc7058c-f80f-458f-a572-d7b1311287f5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ceebdd38-1988-4a13-b0ed-e13f581502d3"] 2023-01-22T07:24:22.331Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:22.331Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.349Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.350Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.351Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:22.351Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:22.351Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:22.352Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.352Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:22.358Z|3fc7058c-f80f-458f-a572-d7b1311287f5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:22.494Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:22.497Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.498Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||Invoke 2023-01-22T07:24:22.498Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.499Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b 2023-01-22T07:24:22.499Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Method : GET 2023-01-22T07:24:22.499Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2d3a056ff750f238", X-B3-SpanId:"cb8398a6e8522535", X-B3-ParentSpanId:"2d3a056ff750f238", X-B3-Sampled:"0", X-ONAP-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-TransactionID:"ff092318-b915-4a8c-9af6-779f313e6262", X-ECOMP-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"15e4931c-a207-4855-81c2-f73b60a9f753"] 2023-01-22T07:24:22.500Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Request body: 2023-01-22T07:24:22.500Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.518Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.519Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.519Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Status text : 2023-01-22T07:24:22.519Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:22.521Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||Response body: { "requestId" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "requestStatus" : "COMPLETE", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:10.000+00:00", "endTime" : "2023-01-22T07:24:14.000+00:00", "source" : "VID", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"test_pnf_macro\",\n \"modelInvariantId\": \"c4c7f950-22b2-416e-8f74-025558ac4561\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"4ac86862-b6cb-46aa-bf8c-f718a6694d96\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t}\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:13.000+00:00", "serviceInstanceId" : "7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "serviceInstanceName" : "TestPNFMacroInstantiation_47443127-155a-4528-a1dd-f9438d9e69b0", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/7a6a11a6-b432-4cdc-a13f-d4b0fc4ed0c1", "cloudApiRequests" : [ ], "requestURI" : "a0a1d8b8-b924-4a58-914f-306c0571575b", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b" } } } 2023-01-22T07:24:22.521Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.521Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a0a1d8b8-b924-4a58-914f-306c0571575b|INFO|500||InvokeReturn 2023-01-22T07:24:22.523Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.523Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:22.523Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:22.523Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false 2023-01-22T07:24:22.524Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:22.524Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2d3a056ff750f238", X-B3-SpanId:"42617f613533c6a6", X-B3-ParentSpanId:"2d3a056ff750f238", X-B3-Sampled:"0", X-ONAP-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-TransactionID:"ff092318-b915-4a8c-9af6-779f313e6262", X-ECOMP-RequestID:"ff092318-b915-4a8c-9af6-779f313e6262", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"98f90307-b877-494e-90d1-5859d1ccf86b"] 2023-01-22T07:24:22.524Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:22.525Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:22.538Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:22.539Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:22.539Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:22.539Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:20 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:22.541Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:22.541Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:22.541Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a0a1d8b8-b924-4a58-914f-306c0571575b&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:22.547Z|ff092318-b915-4a8c-9af6-779f313e6262|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/a0a1d8b8-b924-4a58-914f-306c0571575b|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:23.745Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:23.749Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:23.750Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:23.750Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:23.750Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:23.750Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:23.751Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"37ef922060ac7dec", X-B3-SpanId:"0d58a92294a9493b", X-B3-ParentSpanId:"37ef922060ac7dec", X-B3-Sampled:"0", X-ONAP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-TransactionID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ECOMP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5037091c-c612-45dd-8292-74320372f3aa"] 2023-01-22T07:24:23.751Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:23.751Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:23.775Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:23.776Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:23.776Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:23.777Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:23.779Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "flowStatus" : "Execution of CreateVfModuleBB has completed successfully, next invoking ActivateVfModuleBB (Execution Path progress: BBs completed = 5; BBs remaining = 4).", "progress" : 57, "startTime" : "2023-01-22T07:23:19.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:20.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:23.779Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:23.779Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:23.781Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:23.781Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:23.781Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:23.782Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:23.782Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:23.782Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"37ef922060ac7dec", X-B3-SpanId:"6e651f8596c69b2a", X-B3-ParentSpanId:"37ef922060ac7dec", X-B3-Sampled:"0", X-ONAP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-TransactionID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ECOMP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a94d167-98fd-4795-9b7e-56e767bc60ed"] 2023-01-22T07:24:23.782Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:23.783Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:23.795Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:23.796Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:23.796Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:23.796Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:23.797Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:23.797Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:23.797Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:23.822Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:23.822Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:23.823Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:23.823Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:23.823Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:23.823Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-TransactionID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ECOMP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06892163-5ed4-48c0-b94e-2589e1930566"] 2023-01-22T07:24:23.824Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:23.824Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:23.944Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:23.945Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:23.945Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:23.946Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=8CF7B972F565685402353C04DEE9C71A; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"718", Date:"Sun, 22 Jan 2023 07:24:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:23.946Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"afa77c78-9a25-11ed-a5de-4aba38362a44","businessKey":"3cb6a101-4c68-4b13-8933-62987f27fce2","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:23:36.981+0000","endTime":"2023-01-22T07:24:14.188+0000","removalTime":null,"durationInMillis":37207,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"afa692d7-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:24:23.946Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:23.947Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=3cb6a101-4c68-4b13-8933-62987f27fce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:23.975Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:23.976Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:23.976Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:23.976Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:23.976Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:23.977Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-TransactionID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ECOMP-RequestID:"e18b5d57-1f37-4cfc-b3a7-a181b865aa2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"97f2037a-de63-4191-a990-abe41bb11487"] 2023-01-22T07:24:23.977Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:23.977Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:24.101Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:24.102Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:24.102Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:24.102Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=51101EFA799D7E86EEFB051E1B77DD61; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"772", Date:"Sun, 22 Jan 2023 07:24:22 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:24.102Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:c5d4ac26-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"afa77c78-9a25-11ed-a5de-4aba38362a44","executionId":"afa77c78-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:24:14.187+0000","endTime":"2023-01-22T07:24:14.187+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a4db34ea-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:24:24.103Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:24.103Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=afa77c78-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:24.107Z|e18b5d57-1f37-4cfc-b3a7-a181b865aa2c|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:30.460Z|c5d9b1db-0009-47c6-9ad8-8531e14776ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:30.460Z|c5d9b1db-0009-47c6-9ad8-8531e14776ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:30.497Z|13e38d61-5e4a-42de-828d-c6f7d0088aab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:30.498Z|13e38d61-5e4a-42de-828d-c6f7d0088aab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:31.245Z|5f359e95-5fb1-4dc1-aaae-82e67a96f790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:31.246Z|5f359e95-5fb1-4dc1-aaae-82e67a96f790|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:31.449Z|7c410352-c9d4-4a05-8a22-5dd28fcb5b36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:31.449Z|7c410352-c9d4-4a05-8a22-5dd28fcb5b36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:32.009Z|0501f4eb-7b62-4848-80be-05df29e6d95e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:32.009Z|0501f4eb-7b62-4848-80be-05df29e6d95e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:34.240Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:34.245Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.246Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:34.246Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.246Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.247Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:34.247Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1aea503a49b985ce", X-B3-SpanId:"7d78fc8981d113d4", X-B3-ParentSpanId:"1aea503a49b985ce", X-B3-Sampled:"0", X-ONAP-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-TransactionID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-ECOMP-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c1d250e5-debf-483d-9f45-b22105b2fb8a"] 2023-01-22T07:24:34.248Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:34.248Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.269Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.270Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.270Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:34.271Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.272Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:19.000+00:00", "endTime" : "2023-01-22T07:24:29.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:34.272Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.273Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:34.274Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.274Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:34.275Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.275Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.275Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:34.276Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1aea503a49b985ce", X-B3-SpanId:"5a078c9fef3c6803", X-B3-ParentSpanId:"1aea503a49b985ce", X-B3-Sampled:"0", X-ONAP-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-TransactionID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-ECOMP-RequestID:"cd699528-8c5e-4ab8-98d8-7a4e4079ca75", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"de63efe0-80c1-4a9b-959b-3f4abf23fa92"] 2023-01-22T07:24:34.276Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:34.276Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.293Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.294Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.294Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:34.295Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.295Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:34.296Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.296Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:34.304Z|cd699528-8c5e-4ab8-98d8-7a4e4079ca75|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:34.430Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:34.434Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.435Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:34.435Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.435Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.436Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:34.436Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1722a9436affa0a4", X-B3-SpanId:"8ddeda8f7bcabf16", X-B3-ParentSpanId:"1722a9436affa0a4", X-B3-Sampled:"0", X-ONAP-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-TransactionID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-ECOMP-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8d800e30-351d-4813-b7ed-97b6e788e4cb"] 2023-01-22T07:24:34.437Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:34.437Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.455Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.456Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.456Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:34.456Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.457Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:19.000+00:00", "endTime" : "2023-01-22T07:24:29.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:34.458Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.458Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:34.460Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.460Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:34.461Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.461Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.461Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:34.462Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1722a9436affa0a4", X-B3-SpanId:"8524ca7967e7e84d", X-B3-ParentSpanId:"1722a9436affa0a4", X-B3-Sampled:"0", X-ONAP-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-TransactionID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-ECOMP-RequestID:"ca775ebb-da80-40cc-b8d0-5db85b211dfd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b0e254dd-b794-4f09-95d5-e8d477dd81ac"] 2023-01-22T07:24:34.462Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:34.463Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.474Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.475Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.475Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:34.476Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.476Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:34.477Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.477Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:34.483Z|ca775ebb-da80-40cc-b8d0-5db85b211dfd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:34.608Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:34.613Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.614Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:34.615Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.616Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.616Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:34.617Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4c5252b98ca9ad95", X-B3-SpanId:"91b63426dceb1c19", X-B3-ParentSpanId:"4c5252b98ca9ad95", X-B3-Sampled:"0", X-ONAP-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-TransactionID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-ECOMP-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9ff01883-64c9-40b1-8c36-18fcfddf00d1"] 2023-01-22T07:24:34.617Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:34.618Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.636Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.637Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.638Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:34.638Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.639Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:19.000+00:00", "endTime" : "2023-01-22T07:24:29.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:34.640Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.641Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:34.642Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.643Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:34.643Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.643Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.644Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:34.644Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4c5252b98ca9ad95", X-B3-SpanId:"c3b54a3088309b26", X-B3-ParentSpanId:"4c5252b98ca9ad95", X-B3-Sampled:"0", X-ONAP-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-TransactionID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-ECOMP-RequestID:"03c7cdb6-0518-4917-84b6-47c50fdcf40d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"26cbe8f2-53da-4565-a1ff-7622356fe060"] 2023-01-22T07:24:34.645Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:34.645Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.660Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.660Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.661Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:34.661Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.662Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:34.662Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.663Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:34.669Z|03c7cdb6-0518-4917-84b6-47c50fdcf40d|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:34.798Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:34.802Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.803Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:34.803Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.803Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.804Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:34.804Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4131081670d1dbec", X-B3-SpanId:"af8858510e84f4be", X-B3-ParentSpanId:"4131081670d1dbec", X-B3-Sampled:"0", X-ONAP-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-TransactionID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-ECOMP-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"edbdd63e-8738-409a-a065-9ed4dee4d878"] 2023-01-22T07:24:34.804Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:34.805Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.823Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.824Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.824Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:34.825Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.826Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:19.000+00:00", "endTime" : "2023-01-22T07:24:29.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:34.827Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.827Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:34.829Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.829Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:34.830Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.830Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:34.830Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:34.831Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4131081670d1dbec", X-B3-SpanId:"e385415fcf04bdbf", X-B3-ParentSpanId:"4131081670d1dbec", X-B3-Sampled:"0", X-ONAP-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-TransactionID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-ECOMP-RequestID:"2e82746b-c4a7-42d0-96f4-8a02a1b0326a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8415dacc-29b6-48a8-8a74-e3ca283c0669"] 2023-01-22T07:24:34.831Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:34.831Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:34.845Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:34.846Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:34.847Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:34.847Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:34.848Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:34.848Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:34.848Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:34.862Z|2e82746b-c4a7-42d0-96f4-8a02a1b0326a|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:34.992Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:34.996Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.997Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||Invoke 2023-01-22T07:24:34.997Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:34.997Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2 2023-01-22T07:24:34.998Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Method : GET 2023-01-22T07:24:34.998Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"28bd6b003930ea8c", X-B3-SpanId:"7fb44106bee732c5", X-B3-ParentSpanId:"28bd6b003930ea8c", X-B3-Sampled:"0", X-ONAP-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-TransactionID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-ECOMP-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d1fe10d8-1b95-4897-a3f7-ad51fb62c464"] 2023-01-22T07:24:34.998Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Request body: 2023-01-22T07:24:34.999Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:35.015Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:35.016Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:35.016Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Status text : 2023-01-22T07:24:35.017Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:35.017Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||Response body: { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The new vf module was successfully created in the cloud", "statusMessage" : "Macro-Service-createInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:23:19.000+00:00", "endTime" : "2023-01-22T07:24:29.000+00:00", "source" : "VID", "vnfId" : "b6f8f9d9-54a9-4047-a9a0-be8b07e98dae", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n \"requestDetails\": {\n \"requestInfo\": {\n \"suppressRollback\": false,\n \n \"productFamilyId\": \"1234\",\n \n \"requestorId\": \"demo\",\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"source\": \"VID\"\n },\n \"modelInfo\": {\n \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n\t\t\t\"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n \"modelVersion\": \"1.0\"\n },\n \n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \n \"subscriberInfo\": {\n \"globalSubscriberId\": \"basicvm-customer\"\n },\n \"requestParameters\": {\n \n \"subscriptionServiceType\": \"basic_vm_macro\",\n \n \"userParams\": [\n {\n \"Homing_Solution\": \"none\"\n },\n \n {\n \"service\": {\n \"instanceParams\": [],\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad\",\n \"resources\": {\n \n \n \"pnfs\":[\n \n ]\n ,\n \n \n \n \n \"vnfs\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"basic_vm_macro\",\n \"modelVersionId\": \"1f93c5e4-09ce-4d3b-b445-a2e719b5b36f\",\n \"modelInvariantUuid\": \"76731c8f-f5da-4a0f-8774-80c59dca65ad\",\n \"modelVersion\": \"1.0\",\n \"modelCustomizationId\": \"72b96c2a-7835-4ba6-afcb-7c10a4775a05\",\n \"modelInstanceName\": \"basic_vm_macro\"\n },\n \"cloudConfiguration\": {\n \"tenantId\": \"113318eaaf2d4092a289032818791799\",\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\"\n },\n \"platform\": {\n \"platformName\": \"basicvm-platform\"\n },\n \"lineOfBusiness\": {\n \"lineOfBusinessName\": \"basicvm-lob\"\n },\n \"productFamilyId\": \"1234\",\n \"instanceName\": \"basic_vm_macro\",\n \"instanceParams\": [\n {\n \n \n \n \n \n }\n ],\n \"vfModules\": [\n \n {\n \"modelInfo\": {\n \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n \"modelVersionId\": \"ec6597d8-4bc7-4462-9092-864d48f2b463\",\n \"modelInvariantUuid\": \"2858b21c-de6a-41ce-a920-54f58a31cefe\",\n \"modelVersion\": \"1\",\n \"modelCustomizationId\": \"4b54dd7d-a6bd-45bf-8ac7-fc95599bde11\"\n },\n \"instanceName\": \"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n \"instanceParams\": [\n {\n \n \n \n \n \n \n \n \"ubuntu20_image_name\": \"Ubuntu_2004\",\n \n \"ubuntu20_key_name\": \"onap_dt\",\n \n \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n \n \"ubuntu20_flavor_name\": \"m1.small\",\n \n \"VM_name\": \"basic_vm_macro-VM-01\",\n \n \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n \n \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n \n \"vnf_name\": \"basic_vm_macro-VNF\",\n \n \"admin_plane_net_name\": \"admin-daily-master\",\n \n \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n \n \n \n \n \n }\n ]\n }\n \n ]\n }\n \n ]\n \n \n },\n \"modelInfo\": {\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelName\": \"basic_vm_macro\",\n \"modelType\": \"service\"\n }\n }\n }\n ],\n \"aLaCarte\": false\n },\n \"project\": {\n \"projectName\": \"basicvm-project\"\n },\n \"owningEntity\": {\n \"owningEntityId\": \"87b98013-2b78-44f4-b83d-3c14603f82cb\",\n \"owningEntityName\": \"basicvm-oe\"\n }\n }\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:29.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "createInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ { "requestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "cloudIdentifier" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "requestBody" : "{\"parameters\":{\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master\"},\"environment\":\"parameters:\\n admin_plane_net_name: \\\"admin\\\"\\n dcae_collector_ip: \\\"10.4.2.166\\\"\\n dcae_collector_port: \\\"30417\\\"\\n ubuntu20_flavor_name: \\\"m1.small\\\"\\n ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n ubuntu20_name_0: \\\"Ubuntu20\\\"\\n ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n vnf_id: \\\"Ubuntu20-VNF\\\"\\n vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}", "created" : "2023-01-22T07:23:39.000+00:00" } ], "requestURI" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2" } } } 2023-01-22T07:24:35.018Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:35.018Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/3cb6a101-4c68-4b13-8933-62987f27fce2|INFO|500||InvokeReturn 2023-01-22T07:24:35.020Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:35.020Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:35.020Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:35.021Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false 2023-01-22T07:24:35.021Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:35.022Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"28bd6b003930ea8c", X-B3-SpanId:"8710134732cfdf81", X-B3-ParentSpanId:"28bd6b003930ea8c", X-B3-Sampled:"0", X-ONAP-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-TransactionID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-ECOMP-RequestID:"0b8649d2-5c78-48ed-b763-f73c129136eb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"572399b2-9b58-4db6-ab2c-5de0caac6aa9"] 2023-01-22T07:24:35.022Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:35.022Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:35.035Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:35.035Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:35.036Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:35.036Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:32 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:35.037Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 71, "soRequestId" : "3cb6a101-4c68-4b13-8933-62987f27fce2", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1674372222000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:23:43.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:35.037Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:35.038Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=3cb6a101-4c68-4b13-8933-62987f27fce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:35.044Z|0b8649d2-5c78-48ed-b763-f73c129136eb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/3cb6a101-4c68-4b13-8933-62987f27fce2|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:36.151Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:36.153Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||INFO|500||Checking if requestId: 2221abbd-a1db-4afe-a7fc-d147578c3fb1 already exists in requestDb InfraActiveRequests table 2023-01-22T07:24:36.153Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:36.153Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:24:36.154Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.154Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:36.154Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:24:36.154Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"27267e5f1b6cce22", X-B3-SpanId:"8ea3bda17112bef6", X-B3-ParentSpanId:"27267e5f1b6cce22", X-B3-Sampled:"0", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"813f7dd7-75a8-44de-9c24-43555d28e0af"] 2023-01-22T07:24:36.154Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:24:36.155Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.173Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.173Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:36.173Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:24:36.174Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.174Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: 2023-01-22T07:24:36.174Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.175Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:36.182Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||INFO|500||Running local validations 2023-01-22T07:24:36.187Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context! 2023-01-22T07:24:36.219Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||Invoke 2023-01-22T07:24:36.220Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Sending HTTP GET to:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2221abbd-a1db-4afe-a7fc-d147578c3fb1], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[45c882ee-85c8-40f6-a8a3-bf518828be49], X-ECOMP-RequestID=[2221abbd-a1db-4afe-a7fc-d147578c3fb1], X-TransactionId=[], X-ONAP-RequestID=[2221abbd-a1db-4afe-a7fc-d147578c3fb1]} 2023-01-22T07:24:36.275Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||Response from method:GET performed on uri:https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799 has http status code:200 and response headers:{date=[Sun, 22 Jan 2023 07:24:36 GMT], content-length=[1032], vertex-id=[225368], x-aai-txid=[1-aai-resources-230122-07:24:36:221-21995], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-22T07:24:36.277Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|DEBUG|500||{"tenant-id":"113318eaaf2d4092a289032818791799","tenant-name":"onap-daily-master","tenant-context":"None","resource-version":"1674372204787","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/b6f8f9d9-54a9-4047-a9a0-be8b07e98dae","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"ubuntu20-VNF-name"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm_macro"}]}]}} 2023-01-22T07:24:36.278Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|AAI|https://aai.onap:8443/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/113318eaaf2d4092a289032818791799|INFO|500||InvokeReturn 2023-01-22T07:24:36.279Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||DEBUG|500||Validating the Service Instance request 2023-01-22T07:24:36.280Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7 2023-01-22T07:24:36.281Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:24:36.281Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke 2023-01-22T07:24:36.282Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.282Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate 2023-01-22T07:24:36.282Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method : POST 2023-01-22T07:24:36.282Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"27267e5f1b6cce22", X-B3-SpanId:"617f2a06531a4c57", X-B3-ParentSpanId:"27267e5f1b6cce22", X-B3-Sampled:"0", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f24781ec-4961-4cd4-b949-6ef44d5567f0"] 2023-01-22T07:24:36.283Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"564d5cc0-fe86-4bd6-8c98-1d1eadac2613"},"instanceName":null,"requestScope":"service"} 2023-01-22T07:24:36.283Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.299Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.300Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.300Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text : 2023-01-22T07:24:36.300Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers : [X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.301Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 2023-01-22T07:24:36.301Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.301Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn 2023-01-22T07:24:36.302Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:24:36.303Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||Invoke 2023-01-22T07:24:36.303Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.304Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:24:36.304Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Method : GET 2023-01-22T07:24:36.304Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee93b337-d62d-4f9f-80f1-620fe7def828"] 2023-01-22T07:24:36.305Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Request body: 2023-01-22T07:24:36.305Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.333Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.333Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.334Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status text : 2023-01-22T07:24:36.334Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.335Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Response body: { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } 2023-01-22T07:24:36.335Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.335Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||InvokeReturn 2023-01-22T07:24:36.338Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance 2023-01-22T07:24:36.338Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:36.338Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.339Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance 2023-01-22T07:24:36.339Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:36.340Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"457c9cad-0f45-4310-a485-cbffabb15777"] 2023-01-22T07:24:36.340Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:36.340Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.352Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.353Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:36.353Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:36.354Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.354Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:24:36.354Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.355Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:36.356Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064 2023-01-22T07:24:36.356Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|INFO|500||Invoke 2023-01-22T07:24:36.356Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.356Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064 2023-01-22T07:24:36.357Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Method : GET 2023-01-22T07:24:36.357Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2928f2c2-2dc6-4506-a02f-82a3a6888918"] 2023-01-22T07:24:36.358Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Request body: 2023-01-22T07:24:36.358Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.377Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.378Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.378Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Status text : 2023-01-22T07:24:36.378Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.379Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||Response body: { "_embedded" : { "service" : [ { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } ] }, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064" } } } 2023-01-22T07:24:36.379Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.380Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=9ade0de5-3e7e-4715-bf97-cec269bc2064|INFO|500||InvokeReturn 2023-01-22T07:24:36.383Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance 2023-01-22T07:24:36.384Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:36.384Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.384Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance 2023-01-22T07:24:36.385Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:36.385Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5bc805d1-774c-49d1-94b7-ce56b7d3867d"] 2023-01-22T07:24:36.385Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:36.386Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.395Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.396Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Status code : 404 NOT_FOUND 2023-01-22T07:24:36.396Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:36.397Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Length:"0", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.397Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||Response body: 2023-01-22T07:24:36.397Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.398Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=9aabe621-2689-40ea-9204-f15bfd05f19f&action=deleteInstance|INFO|404|Not Found|InvokeReturn 2023-01-22T07:24:36.399Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:24:36.399Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke 2023-01-22T07:24:36.399Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.399Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT 2023-01-22T07:24:36.400Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method : GET 2023-01-22T07:24:36.400Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f98b4b58-3c84-4459-a3de-962c82930016"] 2023-01-22T07:24:36.400Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 2023-01-22T07:24:36.400Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.414Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.415Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.415Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text : 2023-01-22T07:24:36.416Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.416Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: { "modelName" : "GR-API-DEFAULT", "description" : "Gr api service for VID to use for infra APIH orchestration", "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672", "created" : "2023-01-22 05:20:43.000", "modelVersion" : "1.0", "serviceType" : null, "serviceRole" : null, "serviceFunction" : null, "environmentContext" : null, "workloadContext" : null, "category" : null, "resourceOrder" : null, "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ ], "namingPolicy" : null, "onapGeneratedNaming" : null, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : null, "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes" } } } 2023-01-22T07:24:36.416Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.417Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn 2023-01-22T07:24:36.419Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:24:36.419Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke 2023-01-22T07:24:36.420Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.420Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance 2023-01-22T07:24:36.420Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method : GET 2023-01-22T07:24:36.420Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7083e1f7-2f43-4ca5-83a9-7de3d6e69c15"] 2023-01-22T07:24:36.421Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 2023-01-22T07:24:36.421Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.436Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.437Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.438Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text : 2023-01-22T07:24:36.438Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.439Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: { "id" : 535, "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b", "action" : "deleteInstance", "description" : "Gr api recipe to delete service-instance", "orchestrationUri" : "/mso/async/services/WorkflowActionBB", "paramXsd" : null, "recipeTimeout" : 180, "serviceTimeoutInterim" : null, "created" : "2023-01-22T05:20:43.000+00:00", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "serviceRecipe" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/535/service" } } } 2023-01-22T07:24:36.439Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.439Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn 2023-01-22T07:24:36.441Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:24:36.442Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||Invoke 2023-01-22T07:24:36.442Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.442Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||URI : http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f 2023-01-22T07:24:36.442Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Method : GET 2023-01-22T07:24:36.443Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"987c6180-a68e-4bd6-bdd8-523e3c742e29"] 2023-01-22T07:24:36.443Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Request body: 2023-01-22T07:24:36.443Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.461Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.462Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:36.462Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Status text : 2023-01-22T07:24:36.462Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/hal+json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.463Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||Response body: { "modelName" : "basic_vm_macro", "description" : "service", "modelUUID" : "9aabe621-2689-40ea-9204-f15bfd05f19f", "modelInvariantUUID" : "9ade0de5-3e7e-4715-bf97-cec269bc2064", "created" : "2023-01-22 07:22:00.000", "modelVersion" : "1.0", "serviceType" : "", "serviceRole" : "", "serviceFunction" : "", "environmentContext" : "General_Revenue-Bearing", "workloadContext" : "Production", "category" : "Network Service", "resourceOrder" : "basic_vm_macro", "distrobutionStatus" : null, "serviceArtifactList" : [ ], "serviceInfos" : [ { "id" : 21, "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]", "serviceProperties" : "[]", "_links" : { "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" } } } ], "namingPolicy" : "", "onapGeneratedNaming" : true, "blueprintName" : null, "blueprintVersion" : null, "skipPostInstConf" : true, "controllerActor" : "SO-REF-DATA", "_links" : { "self" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "service" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f" }, "csar" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/csar" }, "networkCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/networkCustomizations" }, "allottedCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/allottedCustomizations" }, "vnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/vnfCustomizations" }, "pnfCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/pnfCustomizations" }, "collectionResourceCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/collectionResourceCustomizations" }, "configurationCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/configurationCustomizations" }, "serviceProxyCustomizations" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/serviceProxyCustomizations" }, "recipes" : { "href" : "http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f/recipes" } } } 2023-01-22T07:24:36.464Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.464Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/9aabe621-2689-40ea-9204-f15bfd05f19f|INFO|500||InvokeReturn 2023-01-22T07:24:36.469Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:24:36.470Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke 2023-01-22T07:24:36.470Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.470Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/ 2023-01-22T07:24:36.471Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method : POST 2023-01-22T07:24:36.471Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1394", X-B3-TraceId:"27267e5f1b6cce22", X-B3-SpanId:"7aefbf683f94b429", X-B3-ParentSpanId:"27267e5f1b6cce22", X-B3-Sampled:"0", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7ebe6114-6098-471e-9bed-bad584f6d2f5"] 2023-01-22T07:24:36.471Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","requestStatus":"IN_PROGRESS","startTime":1674372276183,"source":"VID","tenantId":"113318eaaf2d4092a289032818791799","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"564d5cc0-fe86-4bd6-8c98-1d1eadac2613","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613","tenantName":"onap-daily-master","cloudApiRequests":[],"requestURI":"2221abbd-a1db-4afe-a7fc-d147578c3fb1"} 2023-01-22T07:24:36.471Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:36.493Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:36.494Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code : 201 CREATED 2023-01-22T07:24:36.494Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text : 2023-01-22T07:24:36.495Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", Location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:34 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:36.496Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:24:36.183+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "APIH", "modifyTime" : "2023-01-22T07:24:34.954+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:24:36.497Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:36.497Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn 2023-01-22T07:24:36.506Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:24:36.506Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke 2023-01-22T07:24:36.507Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:36.507Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB 2023-01-22T07:24:36.507Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method : POST 2023-01-22T07:24:36.508Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2035", X-B3-TraceId:"27267e5f1b6cce22", X-B3-SpanId:"b68e3de9eec412ac", X-B3-ParentSpanId:"27267e5f1b6cce22", X-B3-Sampled:"0", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"33961280-cf66-46ef-86dc-882a901b1444"] 2023-01-22T07:24:36.508Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\"modelType\":\"service\",\"modelName\":\"basic_vm_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"9aabe621-2689-40ea-9204-f15bfd05f19f\",\"modelUuid\":\"9aabe621-2689-40ea-9204-f15bfd05f19f\",\"modelInvariantUuid\":\"9ade0de5-3e7e-4715-bf97-cec269bc2064\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"113318eaaf2d4092a289032818791799\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":false,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"564d5cc0-fe86-4bd6-8c98-1d1eadac2613\"}","type":"String"},"requestId":{"value":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","type":"String"},"mso-request-id":{"value":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"564d5cc0-fe86-4bd6-8c98-1d1eadac2613","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}} 2023-01-22T07:24:36.509Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:37.521Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:37.522Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code : 202 ACCEPTED 2023-01-22T07:24:37.522Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text : 2023-01-22T07:24:37.522Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers : [Date:"Sun, 22 Jan 2023 07:24:36 GMT", X-ONAP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-TransactionID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ECOMP-RequestID:"2221abbd-a1db-4afe-a7fc-d147578c3fb1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"33961280-cf66-46ef-86dc-882a901b1444", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:37.523Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"2221abbd-a1db-4afe-a7fc-d147578c3fb1\",\"instanceId\":\"564d5cc0-fe86-4bd6-8c98-1d1eadac2613\"}}","message":"Success","processInstanceID":"d28d347d-9a25-11ed-a5de-4aba38362a44","variables":null,"messageCode":200} 2023-01-22T07:24:37.523Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:37.523Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn 2023-01-22T07:24:37.528Z|2221abbd-a1db-4afe-a7fc-d147578c3fb1|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:37.660Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:37.664Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:37.665Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:24:37.665Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:37.665Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:37.665Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:24:37.666Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"db749402d9b1c7b7", X-B3-SpanId:"a4afb4ae21f29bef", X-B3-ParentSpanId:"db749402d9b1c7b7", X-B3-Sampled:"0", X-ONAP-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-TransactionID:"7f381214-a592-4e8b-829d-f957528554ae", X-ECOMP-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"43a4498e-63c7-4fcf-a2be-0699c0b46f01"] 2023-01-22T07:24:37.666Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:24:37.666Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:37.690Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:37.690Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:37.690Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:24:37.691Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:37.691Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "IN_PROGRESS", "startTime" : "2023-01-22T07:24:36.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:36.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:24:37.692Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:37.692Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:24:37.693Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:37.693Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:37.694Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:37.694Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:37.694Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:37.694Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"db749402d9b1c7b7", X-B3-SpanId:"49fba5546bbba421", X-B3-ParentSpanId:"db749402d9b1c7b7", X-B3-Sampled:"0", X-ONAP-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-TransactionID:"7f381214-a592-4e8b-829d-f957528554ae", X-ECOMP-RequestID:"7f381214-a592-4e8b-829d-f957528554ae", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dea40b67-75be-4d81-b164-e1ca81c8fc8f"] 2023-01-22T07:24:37.695Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:37.695Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:37.710Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:37.711Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:37.712Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:37.712Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:35 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:37.713Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ] 2023-01-22T07:24:37.713Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:37.713Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:37.719Z|7f381214-a592-4e8b-829d-f957528554ae|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:40.482Z|105a3457-dbf4-4404-9ced-cd8d9bff3ac4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:40.483Z|105a3457-dbf4-4404-9ced-cd8d9bff3ac4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:40.522Z|d13353f2-d51b-4c21-a483-fcb51659058e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:40.523Z|d13353f2-d51b-4c21-a483-fcb51659058e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:41.278Z|16eea65e-2ea4-49eb-83c9-335fbc7636ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:41.279Z|16eea65e-2ea4-49eb-83c9-335fbc7636ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:46.449Z|0dfdb97d-ce5b-4db9-b3f4-bdef49441854|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:24:46.449Z|0dfdb97d-ce5b-4db9-b3f4-bdef49441854|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:24:47.850Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:47.855Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:47.856Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:24:47.856Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:47.857Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:47.857Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:24:47.857Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"26ed401d40a88c48", X-B3-SpanId:"eb90cc369b6eb5cb", X-B3-ParentSpanId:"26ed401d40a88c48", X-B3-Sampled:"0", X-ONAP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-TransactionID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ECOMP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f131d8e8-25c3-457b-a6dc-b2690e539655"] 2023-01-22T07:24:47.858Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:24:47.858Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:47.879Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:47.880Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:47.881Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:24:47.881Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:47.882Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).", "progress" : 18, "startTime" : "2023-01-22T07:24:36.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:42.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:24:47.882Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:47.882Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:24:47.884Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:47.885Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:47.885Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:47.885Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:47.885Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:47.886Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"26ed401d40a88c48", X-B3-SpanId:"33d19b7eeff301e5", X-B3-ParentSpanId:"26ed401d40a88c48", X-B3-Sampled:"0", X-ONAP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-TransactionID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ECOMP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cbec0679-88cd-4f7b-8f65-7c9a6ca27182"] 2023-01-22T07:24:47.886Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:47.886Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:47.898Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:47.899Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:47.900Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:47.900Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:46 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:47.901Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:47.901Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:47.902Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:47.936Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:47.937Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:47.937Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:47.937Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:47.937Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:47.938Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-TransactionID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ECOMP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7815895-4d86-498f-bebd-ddc9d1129dc5"] 2023-01-22T07:24:47.938Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:47.938Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:48.063Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:48.064Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:48.064Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:48.064Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=9B9EEFF6D20BD522DB3452135B2BC83B; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:24:47 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:48.066Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"d557ec88-9a25-11ed-a5de-4aba38362a44","businessKey":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:24:40.214+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"d556dbd5-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:24:48.066Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:48.066Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:48.091Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:48.092Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:48.092Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:48.093Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:48.093Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:48.093Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-TransactionID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ECOMP-RequestID:"074424f4-90d0-4b3b-aad6-c3fa29de867f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f6c24b82-2b84-4e03-bf0c-4c6c6557490a"] 2023-01-22T07:24:48.094Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:48.094Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:48.216Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:48.217Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:48.217Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:48.217Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=AC84724FA9472086F12EC6240DD21113; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 07:24:47 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:48.218Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:d736e5e0-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"d557ec88-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"d557ec88-9a25-11ed-a5de-4aba38362a44","executionId":"d557ec88-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:24:43.352+0000","endTime":"2023-01-22T07:24:43.357+0000","durationInMillis":5,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:24:48.218Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:48.219Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:48.223Z|074424f4-90d0-4b3b-aad6-c3fa29de867f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:50.507Z|3c2977d3-76a2-4949-bfe9-d03dacfa1a66|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:50.508Z|3c2977d3-76a2-4949-bfe9-d03dacfa1a66|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:50.546Z|95969d72-90ff-409f-ad32-3be392073b5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:50.547Z|95969d72-90ff-409f-ad32-3be392073b5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:51.301Z|c11bb3f5-72f0-4fe7-9188-d3d23515efe4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:24:51.302Z|c11bb3f5-72f0-4fe7-9188-d3d23515efe4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:24:58.363Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:24:58.367Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:58.368Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:24:58.368Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:58.368Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:24:58.369Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:24:58.369Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a9a3d6b84ea54d34", X-B3-SpanId:"b56782112c0a21f2", X-B3-ParentSpanId:"a9a3d6b84ea54d34", X-B3-Sampled:"0", X-ONAP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-TransactionID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ECOMP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"05e89a9b-bf57-44e3-a974-d86c8c51146c"] 2023-01-22T07:24:58.369Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:24:58.370Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:58.387Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:58.388Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:58.388Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:24:58.389Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:58.389Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).", "progress" : 18, "startTime" : "2023-01-22T07:24:36.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:24:42.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:24:58.390Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:58.390Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:24:58.391Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:58.392Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:24:58.392Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:58.392Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:24:58.393Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:24:58.393Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a9a3d6b84ea54d34", X-B3-SpanId:"27bad7e6dd21c0e9", X-B3-ParentSpanId:"a9a3d6b84ea54d34", X-B3-Sampled:"0", X-ONAP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-TransactionID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ECOMP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"778d52ef-c773-4be9-86e0-f09e9d171275"] 2023-01-22T07:24:58.393Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:24:58.393Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:58.405Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:58.405Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:58.405Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:24:58.406Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:24:56 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:58.406Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:24:58.406Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:58.407Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:24:58.431Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:58.431Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:58.431Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:58.432Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:24:58.432Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:58.432Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-TransactionID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ECOMP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4c1bb904-a241-4101-8922-81a4c6208f33"] 2023-01-22T07:24:58.433Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:58.433Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:58.558Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:58.558Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:58.559Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:58.559Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=FC661242981E1580D640A20EBC1E0354; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"688", Date:"Sun, 22 Jan 2023 07:24:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:58.560Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"d557ec88-9a25-11ed-a5de-4aba38362a44","businessKey":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-01-22T07:24:40.214+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"d556dbd5-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}] 2023-01-22T07:24:58.560Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:58.560Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:58.590Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:58.591Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:24:58.591Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:24:58.591Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:24:58.592Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:24:58.592Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-TransactionID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ECOMP-RequestID:"ef8d860e-b163-44d5-8313-676c2eeb3671", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"17e720ce-e40c-45e8-a7ca-4c3bbd1c14de"] 2023-01-22T07:24:58.592Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:24:58.593Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:24:58.712Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:24:58.717Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:24:58.719Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:24:58.720Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=3B6CC6AC37A905891321207106A9C892; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"811", Date:"Sun, 22 Jan 2023 07:24:57 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:24:58.722Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:d736e5e0-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"d557ec88-9a25-11ed-a5de-4aba38362a44","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:61893a37-9a14-11ed-a5de-4aba38362a44","processInstanceId":"d557ec88-9a25-11ed-a5de-4aba38362a44","executionId":"d557ec88-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:24:43.352+0000","endTime":"2023-01-22T07:24:43.357+0000","durationInMillis":5,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:24:58.722Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:24:58.737Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=d557ec88-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:24:58.745Z|ef8d860e-b163-44d5-8313-676c2eeb3671|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:24:59.842Z|652870cd-6f0a-4e72-8fe6-402eabfc5827|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:24:59.843Z|652870cd-6f0a-4e72-8fe6-402eabfc5827|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:00.529Z|4ca79708-32b4-439f-97cc-c805c1247950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:00.529Z|4ca79708-32b4-439f-97cc-c805c1247950|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:00.569Z|55d9f40a-bfc2-4413-95b8-da87b920a99a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:00.569Z|55d9f40a-bfc2-4413-95b8-da87b920a99a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:01.325Z|b72d9884-8e80-4fc2-8c15-c07335c2d692|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:01.326Z|b72d9884-8e80-4fc2-8c15-c07335c2d692|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:01.449Z|e129f3f8-d1be-4829-83b6-81e96bb76b10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:01.452Z|e129f3f8-d1be-4829-83b6-81e96bb76b10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:02.010Z|4d8d12ad-e1c9-4eee-88fa-91c32fc79b1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:02.011Z|4d8d12ad-e1c9-4eee-88fa-91c32fc79b1a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:08.882Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:25:08.887Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:08.887Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:25:08.888Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:08.888Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:08.888Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:25:08.888Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6a222d42d5138003", X-B3-SpanId:"85bd1b9e85c041cb", X-B3-ParentSpanId:"6a222d42d5138003", X-B3-Sampled:"0", X-ONAP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-TransactionID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ECOMP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"396c2d43-1ff9-438d-8bf6-cb0228412202"] 2023-01-22T07:25:08.889Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:25:08.889Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:08.909Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:08.910Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:08.910Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:25:08.910Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:08.911Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "IN_PROGRESS", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "flowStatus" : "Execution of DeactivateServiceInstanceBB has completed successfully, next invoking UnassignVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 3).", "progress" : 59, "startTime" : "2023-01-22T07:24:36.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:25:05.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:25:08.911Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:08.912Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:25:08.913Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:08.914Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:25:08.914Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:08.915Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:08.915Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:25:08.915Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6a222d42d5138003", X-B3-SpanId:"24bcb6110b15fbce", X-B3-ParentSpanId:"6a222d42d5138003", X-B3-Sampled:"0", X-ONAP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-TransactionID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ECOMP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4ed78458-0863-4de2-9c4e-9740d6eab42a"] 2023-01-22T07:25:08.915Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:25:08.916Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:08.927Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:08.928Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:08.928Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:25:08.928Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:07 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:08.928Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:25:08.929Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:08.929Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:25:09.007Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:25:09.008Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke 2023-01-22T07:25:09.009Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:09.009Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1 2023-01-22T07:25:09.009Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:25:09.010Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-TransactionID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ECOMP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"095302c8-656f-4ce3-a773-b0fa11376802"] 2023-01-22T07:25:09.010Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:25:09.011Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:09.142Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:09.143Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:09.143Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:25:09.144Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=9D3DE84C136ECEFD7E899FC508524F89; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"680", Date:"Sun, 22 Jan 2023 07:25:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:09.144Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"e41608b6-9a25-11ed-a5de-4aba38362a44","businessKey":"2221abbd-a1db-4afe-a7fc-d147578c3fb1","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-01-22T07:25:04.947+0000","endTime":"2023-01-22T07:25:05.316+0000","removalTime":null,"durationInMillis":369,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44","superProcessInstanceId":"e414f70f-9a25-11ed-a5de-4aba38362a44","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}] 2023-01-22T07:25:09.144Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:09.145Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2221abbd-a1db-4afe-a7fc-d147578c3fb1&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:25:09.183Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:25:09.183Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||Invoke 2023-01-22T07:25:09.184Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:09.184Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||URI : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1 2023-01-22T07:25:09.184Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Method : GET 2023-01-22T07:25:09.184Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-TransactionID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ECOMP-RequestID:"5235c980-f3a8-4aba-ac57-bfe80ebf556a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"be748886-db37-427d-b873-dd2de12befa4"] 2023-01-22T07:25:09.185Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Request body: 2023-01-22T07:25:09.185Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:09.303Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:09.304Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:09.304Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Status text : 2023-01-22T07:25:09.305Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=F9FBE05E6B48374D93BD49199E4EBAB7; Path=/; HttpOnly", Cache-Control:"no-cache", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", X-Frame-Options:"DENY", Content-Type:"application/json", Content-Length:"761", Date:"Sun, 22 Jan 2023 07:25:08 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:09.305Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:e41656e9-9a25-11ed-a5de-4aba38362a44","parentActivityInstanceId":"e41608b6-9a25-11ed-a5de-4aba38362a44","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:616d2666-9a14-11ed-a5de-4aba38362a44","processInstanceId":"e41608b6-9a25-11ed-a5de-4aba38362a44","executionId":"e41608b6-9a25-11ed-a5de-4aba38362a44","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-01-22T07:25:04.949+0000","endTime":"2023-01-22T07:25:05.316+0000","durationInMillis":367,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"d28d347d-9a25-11ed-a5de-4aba38362a44"}] 2023-01-22T07:25:09.305Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:09.306Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=e41608b6-9a25-11ed-a5de-4aba38362a44&maxResults=1|INFO|500||InvokeReturn 2023-01-22T07:25:09.309Z|5235c980-f3a8-4aba-ac57-bfe80ebf556a|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:25:10.555Z|4128acec-d277-47bd-9038-69e4b3c6397c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:10.556Z|4128acec-d277-47bd-9038-69e4b3c6397c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:10.592Z|4b696dd8-1a24-4965-a4e0-9538cb31bc16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:10.593Z|4b696dd8-1a24-4965-a4e0-9538cb31bc16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:11.348Z|fd1a1132-bdf2-49db-9a85-572ca2057a8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:11.349Z|fd1a1132-bdf2-49db-9a85-572ca2057a8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:16.449Z|d989fabe-1bda-4d8d-925c-173128b5bf30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:16.449Z|d989fabe-1bda-4d8d-925c-173128b5bf30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:19.438Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:25:19.442Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.443Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:25:19.443Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.443Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.444Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:25:19.444Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a572ea5d4c508fc1", X-B3-SpanId:"62baf31dcecf07cd", X-B3-ParentSpanId:"a572ea5d4c508fc1", X-B3-Sampled:"0", X-ONAP-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-TransactionID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-ECOMP-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2acd6ed9-c9fe-43be-9982-b8e8f3ed664b"] 2023-01-22T07:25:19.444Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:25:19.444Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.463Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.463Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.464Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:25:19.464Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.465Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:36.000+00:00", "endTime" : "2023-01-22T07:25:12.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:25:12.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:25:19.465Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.465Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:25:19.467Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.467Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:25:19.468Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.468Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.469Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:25:19.469Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a572ea5d4c508fc1", X-B3-SpanId:"e272d0393f4fd92b", X-B3-ParentSpanId:"a572ea5d4c508fc1", X-B3-Sampled:"0", X-ONAP-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-TransactionID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-ECOMP-RequestID:"70252d7a-0e2f-4887-90e4-8986857d2dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f8feb50b-5fd6-4672-b9c1-e51596aa6f18"] 2023-01-22T07:25:19.469Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:25:19.470Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.482Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.482Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.483Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:25:19.483Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.484Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:25:19.484Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.484Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:25:19.490Z|70252d7a-0e2f-4887-90e4-8986857d2dbe|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:25:19.607Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:25:19.611Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.612Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:25:19.612Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.612Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.612Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:25:19.612Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b8be73188c930bb2", X-B3-SpanId:"5a15d1817d4e44d5", X-B3-ParentSpanId:"b8be73188c930bb2", X-B3-Sampled:"0", X-ONAP-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-TransactionID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-ECOMP-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ce76ac78-415f-4ab8-a4a6-ef6f566aab6c"] 2023-01-22T07:25:19.613Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:25:19.613Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.628Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.629Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.629Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:25:19.629Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.630Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:36.000+00:00", "endTime" : "2023-01-22T07:25:12.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:25:12.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:25:19.630Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.630Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:25:19.631Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.631Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:25:19.632Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.632Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.632Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:25:19.632Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b8be73188c930bb2", X-B3-SpanId:"64001c8e2ab50b2f", X-B3-ParentSpanId:"b8be73188c930bb2", X-B3-Sampled:"0", X-ONAP-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-TransactionID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-ECOMP-RequestID:"81de523a-a4ce-41a1-8067-596fc0620d3e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1475a453-ca29-4e4a-9595-2067b21b39b1"] 2023-01-22T07:25:19.633Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:25:19.633Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.644Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.645Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.645Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:25:19.645Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.646Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:25:19.647Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.647Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:25:19.652Z|81de523a-a4ce-41a1-8067-596fc0620d3e|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:25:19.771Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:25:19.774Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.775Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:25:19.775Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.775Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.775Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:25:19.775Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6851d210486256db", X-B3-SpanId:"4526dc1df4c414fb", X-B3-ParentSpanId:"6851d210486256db", X-B3-Sampled:"0", X-ONAP-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-TransactionID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-ECOMP-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89dfab39-546b-4fd9-b4c1-56a73c37d94f"] 2023-01-22T07:25:19.776Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:25:19.776Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.794Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.794Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.794Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:25:19.795Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.795Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:36.000+00:00", "endTime" : "2023-01-22T07:25:12.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:25:12.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:25:19.795Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.796Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:25:19.797Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.797Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:25:19.798Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.798Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.798Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:25:19.798Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6851d210486256db", X-B3-SpanId:"967b681495ec46a0", X-B3-ParentSpanId:"6851d210486256db", X-B3-Sampled:"0", X-ONAP-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-TransactionID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-ECOMP-RequestID:"ba529d31-a3b0-4dae-96fc-b4f4018debf3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cfb8a954-f4cf-4cc5-947c-480c8d1885fc"] 2023-01-22T07:25:19.798Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:25:19.799Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.809Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.809Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.809Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:25:19.809Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.810Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:25:19.811Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.811Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:25:19.818Z|ba529d31-a3b0-4dae-96fc-b4f4018debf3|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:25:19.946Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Entering 2023-01-22T07:25:19.949Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.950Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||Invoke 2023-01-22T07:25:19.950Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.950Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1 2023-01-22T07:25:19.951Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Method : GET 2023-01-22T07:25:19.951Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0aaf18d1ad27e506", X-B3-SpanId:"3536d96f8b5c1ddd", X-B3-ParentSpanId:"0aaf18d1ad27e506", X-B3-Sampled:"0", X-ONAP-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-TransactionID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-ECOMP-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b6b03b73-3e78-420c-bcae-0f0f129d1ab5"] 2023-01-22T07:25:19.951Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Request body: 2023-01-22T07:25:19.951Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.967Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.967Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.968Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Status text : 2023-01-22T07:25:19.968Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.968Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||Response body: { "requestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "requestStatus" : "COMPLETE", "resourceStatusMessage" : "The vf module was successfully deleted in the cloud", "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.", "flowStatus" : "Successfully completed all Building Blocks", "progress" : 100, "startTime" : "2023-01-22T07:24:36.000+00:00", "endTime" : "2023-01-22T07:25:12.000+00:00", "source" : "VID", "tenantId" : "113318eaaf2d4092a289032818791799", "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n \"modelType\": \"service\",\n \"modelName\": \"basic_vm_macro\",\n \"modelInvariantId\": \"9ade0de5-3e7e-4715-bf97-cec269bc2064\",\n \"modelVersion\": \"1.0\",\n \"modelVersionId\": \"9aabe621-2689-40ea-9204-f15bfd05f19f\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n \"cloudConfiguration\": {\n \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n \"lcpCloudRegionId\": \"RegionOne\",\n \"tenantId\": \"113318eaaf2d4092a289032818791799\"\n }\n\t}\n}", "lastModifiedBy" : "CamundaBPMN", "modifyTime" : "2023-01-22T07:25:12.000+00:00", "cloudRegion" : "RegionOne", "serviceInstanceId" : "564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "serviceInstanceName" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad", "requestScope" : "service", "requestAction" : "deleteInstance", "requestorId" : "demo", "requestUrl" : "http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/564d5cc0-fe86-4bd6-8c98-1d1eadac2613", "tenantName" : "onap-daily-master", "cloudApiRequests" : [ ], "requestURI" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "_links" : { "self" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" }, "infraActiveRequests" : { "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1" } } } 2023-01-22T07:25:19.969Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.969Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2221abbd-a1db-4afe-a7fc-d147578c3fb1|INFO|500||InvokeReturn 2023-01-22T07:25:19.970Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.971Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||Invoke 2023-01-22T07:25:19.971Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================ 2023-01-22T07:25:19.971Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||URI : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false 2023-01-22T07:25:19.971Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Method : GET 2023-01-22T07:25:19.971Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0aaf18d1ad27e506", X-B3-SpanId:"9cc72bedbcbdfd44", X-B3-ParentSpanId:"0aaf18d1ad27e506", X-B3-Sampled:"0", X-ONAP-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-TransactionID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-ECOMP-RequestID:"ef5190e0-005e-4b4c-b85e-0708daf7a4c8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"95300bbb-c41b-4704-8667-ab2c4ffcd8a7"] 2023-01-22T07:25:19.972Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 2023-01-22T07:25:19.972Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================ 2023-01-22T07:25:19.984Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin========================================== 2023-01-22T07:25:19.984Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status code : 200 OK 2023-01-22T07:25:19.985Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Status text : 2023-01-22T07:25:19.985Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Headers : [Vary:"Origin", "Access-Control-Request-Method", "Access-Control-Request-Headers", X-Content-Type-Options:"nosniff", X-XSS-Protection:"1; mode=block", Cache-Control:"no-cache, no-store, max-age=0, must-revalidate", Pragma:"no-cache", Expires:"0", X-Frame-Options:"DENY", Content-Type:"application/json", Transfer-Encoding:"chunked", Date:"Sun, 22 Jan 2023 07:25:17 GMT", Keep-Alive:"timeout=60", Connection:"keep-alive"] 2023-01-22T07:25:19.987Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ { "id" : 80, "soRequestId" : "2221abbd-a1db-4afe-a7fc-d147578c3fb1", "groupingId" : "31e09b6e-c609-450a-ba50-0bc16627eed9", "name" : "basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0", "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/113318eaaf2d4092a289032818791799/stacks/basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/31e09b6e-c609-450a-ba50-0bc16627eed9\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1674372284000,\"creation_time\":1674372222000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master\",\"disable_rollback\":true,\"stack_user_project_id\":\"79a09c1931e74faebe8ba82082babaf0\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"31e09b6e-c609-450a-ba50-0bc16627eed9\",\"OS::project_id\":\"113318eaaf2d4092a289032818791799\",\"OS::stack_name\":\"basic_macro_b4aa631f-1796-4f3d-85e0-0ff272418bad_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"b6f8f9d9-54a9-4047-a9a0-be8b07e98dae\",\"vf_module_id\":\"19f197b2-332d-4c03-a54a-f2a238b53e65\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}", "tag" : "StackInformation", "created" : "2023-01-22T07:24:44.000+00:00", "isDataInternal" : false } ] 2023-01-22T07:25:19.987Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end================================================= 2023-01-22T07:25:19.988Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2221abbd-a1db-4afe-a7fc-d147578c3fb1&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn 2023-01-22T07:25:19.994Z|ef5190e0-005e-4b4c-b85e-0708daf7a4c8|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2221abbd-a1db-4afe-a7fc-d147578c3fb1|InfraPortalClient|||INFO|500||Exiting. 2023-01-22T07:25:20.578Z|7b4f0c5a-26cd-47fb-8eb8-66c380b7fc90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:20.578Z|7b4f0c5a-26cd-47fb-8eb8-66c380b7fc90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:20.614Z|be8a4740-a795-447c-a5aa-fe6a9163b7ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:20.615Z|be8a4740-a795-447c-a5aa-fe6a9163b7ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:21.370Z|47cca677-ffb5-4653-88a6-6156ba64ac95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:21.371Z|47cca677-ffb5-4653-88a6-6156ba64ac95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:30.603Z|48cde5f0-76e7-4eaa-a406-f7ae13ccbe9f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:30.604Z|48cde5f0-76e7-4eaa-a406-f7ae13ccbe9f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:30.640Z|5dfe508e-7b67-4ab0-841a-5a01bb0a55be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:30.640Z|5dfe508e-7b67-4ab0-841a-5a01bb0a55be|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:31.390Z|d93465d9-0601-46c7-b3c4-d27491144d09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:31.391Z|d93465d9-0601-46c7-b3c4-d27491144d09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:31.449Z|b0d0183b-035b-4c3c-9d1c-5e8a122d0991|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:31.450Z|b0d0183b-035b-4c3c-9d1c-5e8a122d0991|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:32.012Z|a4f6ae9f-5bbe-413c-9fdd-b1c830636173|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:32.013Z|a4f6ae9f-5bbe-413c-9fdd-b1c830636173|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:40.661Z|2313957d-79e6-4283-8821-1975c5429972|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:40.662Z|2313957d-79e6-4283-8821-1975c5429972|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:40.667Z|0b8bf80a-2baf-4483-91a2-1f9de8585770|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:40.668Z|0b8bf80a-2baf-4483-91a2-1f9de8585770|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:41.412Z|352299a8-3f0e-4087-a65a-25f45fd15b83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:41.412Z|352299a8-3f0e-4087-a65a-25f45fd15b83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:46.449Z|23893286-dc84-46a2-b36c-93dbd8ddaec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:25:46.451Z|23893286-dc84-46a2-b36c-93dbd8ddaec2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:25:50.687Z|b0eceacf-0b90-42dc-ac5a-bc486e71cebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:50.687Z|b0eceacf-0b90-42dc-ac5a-bc486e71cebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:50.694Z|ac0a725e-c170-4c81-8118-4eb55f2488a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:50.694Z|ac0a725e-c170-4c81-8118-4eb55f2488a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:51.433Z|70fed06e-e198-4c85-a44b-172b035adf79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:25:51.434Z|70fed06e-e198-4c85-a44b-172b035adf79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:25:59.841Z|5a9fbbfa-c815-4ae4-b133-358d28b7b16c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:25:59.842Z|5a9fbbfa-c815-4ae4-b133-358d28b7b16c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:00.710Z|6bad7a29-e1d7-46f3-ac1e-00e4d28f7fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:00.711Z|6bad7a29-e1d7-46f3-ac1e-00e4d28f7fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:00.713Z|4427bb12-12a8-4cd8-8b9d-a896deaf739a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:00.713Z|4427bb12-12a8-4cd8-8b9d-a896deaf739a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:01.449Z|ee894322-e6dc-44ec-9e39-d7f10796a977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:01.449Z|ee894322-e6dc-44ec-9e39-d7f10796a977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:01.455Z|27b1866e-7a6b-4bda-9594-6e915e85a014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:01.456Z|27b1866e-7a6b-4bda-9594-6e915e85a014|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:02.013Z|f6988c10-f087-486b-bccd-59d8fafbd084|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:02.014Z|f6988c10-f087-486b-bccd-59d8fafbd084|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:10.744Z|73bb7623-d1a9-4707-84f6-95ea4fc09442|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:10.745Z|73bb7623-d1a9-4707-84f6-95ea4fc09442|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:10.747Z|96176069-043e-4140-97d1-3ebc107f5431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:10.747Z|96176069-043e-4140-97d1-3ebc107f5431|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:11.481Z|34931570-9560-4c21-b365-064ac2111cbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:11.482Z|34931570-9560-4c21-b365-064ac2111cbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:16.448Z|d0847691-0325-4640-a646-1c5163e5da98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:16.449Z|d0847691-0325-4640-a646-1c5163e5da98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:20.768Z|9ad27a53-ba8a-49ec-a527-9b68ec2b64a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:20.769Z|9ad27a53-ba8a-49ec-a527-9b68ec2b64a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:20.772Z|6b38387b-fe29-4997-8033-2c0c3ebba062|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:20.773Z|6b38387b-fe29-4997-8033-2c0c3ebba062|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:21.505Z|f649d162-7025-4e4a-9d01-0a1ff667da33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:21.506Z|f649d162-7025-4e4a-9d01-0a1ff667da33|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:30.791Z|a702179e-18b6-4869-ab3b-28a5755bb9b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:30.792Z|a702179e-18b6-4869-ab3b-28a5755bb9b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:30.791Z|6fd5845d-fb71-4062-b61f-7b8b0f367763|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:30.792Z|6fd5845d-fb71-4062-b61f-7b8b0f367763|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:31.449Z|c8bd34c5-3ca2-4f51-bc4a-c18e7cdc02a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:31.452Z|c8bd34c5-3ca2-4f51-bc4a-c18e7cdc02a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:31.529Z|e453ebe4-05a9-4d76-b883-1efba5da28e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:31.530Z|e453ebe4-05a9-4d76-b883-1efba5da28e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:32.015Z|0f47b9c3-2718-495c-b2fc-94cadf3d9f59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:32.016Z|0f47b9c3-2718-495c-b2fc-94cadf3d9f59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:40.812Z|40e59ce3-84f7-4e9d-b95f-550a59434031|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:40.812Z|9542c215-5220-4d82-99f2-67151357683c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:40.813Z|40e59ce3-84f7-4e9d-b95f-550a59434031|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:40.813Z|9542c215-5220-4d82-99f2-67151357683c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:41.552Z|04c997c2-240e-4867-a326-139fbc4702e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:41.553Z|04c997c2-240e-4867-a326-139fbc4702e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:46.449Z|2bc44241-3e40-48a7-a55b-fa999175d039|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:26:46.449Z|2bc44241-3e40-48a7-a55b-fa999175d039|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:26:50.838Z|686c35bb-d77a-44a8-aaad-02263e2ab4c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:50.839Z|686c35bb-d77a-44a8-aaad-02263e2ab4c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:50.842Z|d7747dc4-338a-4859-ba8f-7af5665bc259|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:50.842Z|d7747dc4-338a-4859-ba8f-7af5665bc259|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:51.573Z|d09dbdb9-8d03-4096-acec-d76e74e78787|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:26:51.574Z|d09dbdb9-8d03-4096-acec-d76e74e78787|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:26:59.842Z|cf0530dc-ac07-4d93-887a-c04c38468582|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:26:59.843Z|cf0530dc-ac07-4d93-887a-c04c38468582|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:00.864Z|ab0dd4d4-7df6-4830-8b28-b7f6d86e0f2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:00.864Z|b99a6856-ba4b-4e0b-ac97-23e4452cb6eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:00.865Z|ab0dd4d4-7df6-4830-8b28-b7f6d86e0f2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:00.865Z|b99a6856-ba4b-4e0b-ac97-23e4452cb6eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:01.449Z|b91cb53b-9f9c-4f4d-855d-77667cee57d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:01.449Z|b91cb53b-9f9c-4f4d-855d-77667cee57d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:01.595Z|da58fc7b-7c5c-4c0f-a7c2-5baa955badbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:01.596Z|da58fc7b-7c5c-4c0f-a7c2-5baa955badbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:02.016Z|f10c8f34-703a-40a3-9484-0d7f0b42f2a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:02.017Z|f10c8f34-703a-40a3-9484-0d7f0b42f2a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:10.892Z|e3c9cf59-984a-415a-bd39-01c0f12ed33c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:10.893Z|e3c9cf59-984a-415a-bd39-01c0f12ed33c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:10.904Z|88681216-8611-4860-93e4-aa111c2a5958|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:10.905Z|88681216-8611-4860-93e4-aa111c2a5958|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:11.617Z|43654af9-fef1-4e2c-8862-7dadc46bec35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:11.618Z|43654af9-fef1-4e2c-8862-7dadc46bec35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:16.449Z|d6779191-bc57-4539-aec3-beb7fb2aa1a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:16.452Z|d6779191-bc57-4539-aec3-beb7fb2aa1a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:20.914Z|f7087cc0-7d9a-401c-9618-7ef5610f2c25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:20.915Z|f7087cc0-7d9a-401c-9618-7ef5610f2c25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:20.927Z|b750dea1-bbd6-4b0a-a31a-e323085d9d79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:20.927Z|b750dea1-bbd6-4b0a-a31a-e323085d9d79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:21.637Z|9609ac61-8db3-4863-8d69-8e4428422840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:21.638Z|9609ac61-8db3-4863-8d69-8e4428422840|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:30.938Z|e35b3581-bb4c-4d26-80e9-4e6ca24326c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:30.939Z|e35b3581-bb4c-4d26-80e9-4e6ca24326c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:30.970Z|60a7bf0f-5e62-4bc0-ab4b-61400eb6c393|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:30.971Z|60a7bf0f-5e62-4bc0-ab4b-61400eb6c393|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:31.448Z|e90b28ad-562e-4daa-af43-41c3f6c478d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:31.449Z|e90b28ad-562e-4daa-af43-41c3f6c478d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:31.660Z|83743f2c-debf-436d-9de6-982d4c76c36a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:31.661Z|83743f2c-debf-436d-9de6-982d4c76c36a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:32.017Z|1b3f38ab-8f71-40a3-bf58-25e2ac5360ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:32.018Z|1b3f38ab-8f71-40a3-bf58-25e2ac5360ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:40.987Z|ceaaea12-8cc6-4878-b007-2eee053347ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:40.988Z|ceaaea12-8cc6-4878-b007-2eee053347ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:40.997Z|5470a3e8-f345-4a88-b0e7-d9e90a4cd5e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:40.998Z|5470a3e8-f345-4a88-b0e7-d9e90a4cd5e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:41.682Z|f5d978e1-1666-47a8-a18d-fcd2ea01610b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:41.683Z|f5d978e1-1666-47a8-a18d-fcd2ea01610b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:46.449Z|dd46d602-7bef-4bd2-814e-03e73766f8d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:27:46.449Z|dd46d602-7bef-4bd2-814e-03e73766f8d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:27:51.009Z|85110c71-d73c-4a0d-a633-aeac3bed0d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:51.010Z|85110c71-d73c-4a0d-a633-aeac3bed0d15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:51.021Z|8eb62cbe-247a-4ba9-af71-85a17f0251de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:51.022Z|8eb62cbe-247a-4ba9-af71-85a17f0251de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:51.706Z|f997d29d-1c6d-424f-98b2-4a327ab0fd6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:27:51.706Z|f997d29d-1c6d-424f-98b2-4a327ab0fd6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:27:59.842Z|e32eb37f-101f-4341-bd97-f61271d073d9|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:27:59.843Z|e32eb37f-101f-4341-bd97-f61271d073d9|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:01.031Z|4e68b0d8-6345-4274-969f-64874022ebed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:01.032Z|4e68b0d8-6345-4274-969f-64874022ebed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:01.046Z|ec641276-06d8-4dda-b500-2828effc2f63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:01.046Z|ec641276-06d8-4dda-b500-2828effc2f63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:01.449Z|22794329-55e3-4f90-8bb7-71c14acfc6c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:01.452Z|22794329-55e3-4f90-8bb7-71c14acfc6c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:01.733Z|7ceef291-e5c0-4eea-845a-5dd06d6d3475|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:01.734Z|7ceef291-e5c0-4eea-845a-5dd06d6d3475|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:02.019Z|f4689255-fd2c-4c2c-a52a-a2c1bd247861|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:02.019Z|f4689255-fd2c-4c2c-a52a-a2c1bd247861|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:11.055Z|ca66b005-0813-420f-961a-726d0e82b14d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:11.055Z|ca66b005-0813-420f-961a-726d0e82b14d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:11.076Z|06431950-d259-4448-8977-9253e2232273|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:11.077Z|06431950-d259-4448-8977-9253e2232273|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:11.757Z|f081bd48-a1e9-4283-9a05-555b1e7e3155|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:11.757Z|f081bd48-a1e9-4283-9a05-555b1e7e3155|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:16.449Z|2240ca7e-75bb-440c-b4fe-a21b7b087a01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:16.449Z|2240ca7e-75bb-440c-b4fe-a21b7b087a01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:21.079Z|9df964e8-912d-4482-967b-d03c62ed7154|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:21.080Z|9df964e8-912d-4482-967b-d03c62ed7154|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:21.097Z|2b988a99-0bdb-43af-9827-f7732a92eded|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:21.098Z|2b988a99-0bdb-43af-9827-f7732a92eded|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:21.778Z|0e76764e-7ba8-4ae2-9f75-8032955dedf8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:21.779Z|0e76764e-7ba8-4ae2-9f75-8032955dedf8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:31.103Z|d83afa4d-99d3-4c43-87c7-7aceafb4f523|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:31.104Z|d83afa4d-99d3-4c43-87c7-7aceafb4f523|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:31.119Z|1e5d66b9-a18a-4734-8a79-42673f2a07f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:31.120Z|1e5d66b9-a18a-4734-8a79-42673f2a07f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:31.449Z|7b232d3f-7d73-48c2-a400-4c86346b8d2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:31.449Z|7b232d3f-7d73-48c2-a400-4c86346b8d2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:31.799Z|cc1c4e42-4476-41ae-a976-c711ee2901e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:31.800Z|cc1c4e42-4476-41ae-a976-c711ee2901e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:32.020Z|f2bfc0e0-14b8-48f8-8fd1-1a3dae31886f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:32.020Z|f2bfc0e0-14b8-48f8-8fd1-1a3dae31886f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:41.124Z|5dc6c0c8-0c74-4bfa-848b-4b3ccc2d0d83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:41.125Z|5dc6c0c8-0c74-4bfa-848b-4b3ccc2d0d83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:41.141Z|88e4019c-c010-464c-ba3c-487a4e2626ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:41.142Z|88e4019c-c010-464c-ba3c-487a4e2626ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:41.851Z|49800436-1875-49d4-9bb1-a63faa692876|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:41.852Z|49800436-1875-49d4-9bb1-a63faa692876|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:46.453Z|34cbd2e0-e3e2-46b0-85e6-53dc7e9d660c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:28:46.456Z|34cbd2e0-e3e2-46b0-85e6-53dc7e9d660c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:28:51.149Z|6997b983-d794-4c58-aa3c-82a041ce0e1e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:51.149Z|6997b983-d794-4c58-aa3c-82a041ce0e1e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:51.163Z|90654935-14a3-4156-bf1f-136c58deae70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:51.164Z|90654935-14a3-4156-bf1f-136c58deae70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:51.874Z|8b1d8e99-2a1a-4fa9-92c5-ff967be1ca09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:28:51.875Z|8b1d8e99-2a1a-4fa9-92c5-ff967be1ca09|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:28:59.842Z|04725d34-5f1d-47b0-9b51-82bc920c618c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:28:59.843Z|04725d34-5f1d-47b0-9b51-82bc920c618c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:01.170Z|ddfb1d61-2116-470b-9143-b4f05a2a24de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:01.170Z|ddfb1d61-2116-470b-9143-b4f05a2a24de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:01.184Z|13b8b13b-3a4b-484a-8f25-06bd9677b1c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:01.185Z|13b8b13b-3a4b-484a-8f25-06bd9677b1c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:01.449Z|c8517d36-7754-46c6-b1c0-d26b9ce2d338|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:01.449Z|c8517d36-7754-46c6-b1c0-d26b9ce2d338|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:01.899Z|bed0fc9c-2152-4ccc-a5c9-66fd230a1f01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:01.900Z|bed0fc9c-2152-4ccc-a5c9-66fd230a1f01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:02.021Z|11d9f836-f619-4f1c-82ae-0e8e5d3c7496|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:02.022Z|11d9f836-f619-4f1c-82ae-0e8e5d3c7496|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:11.193Z|b3899c8e-2471-4e57-8c01-814621cbde28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:11.193Z|b3899c8e-2471-4e57-8c01-814621cbde28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:11.207Z|a508924e-5fd6-471e-a379-f866f913e358|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:11.207Z|a508924e-5fd6-471e-a379-f866f913e358|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:11.924Z|42e59f62-7f38-41ec-8565-93828343ad0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:11.924Z|42e59f62-7f38-41ec-8565-93828343ad0d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:16.449Z|917207c7-d631-4154-88de-6f56ebd5cc1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:16.449Z|917207c7-d631-4154-88de-6f56ebd5cc1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:21.219Z|50be6951-b556-4db7-963b-a1a14b7e3ee9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:21.219Z|50be6951-b556-4db7-963b-a1a14b7e3ee9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:21.232Z|5269eb85-ed3d-442d-a8c5-8155e370320c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:21.232Z|5269eb85-ed3d-442d-a8c5-8155e370320c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:21.946Z|7ce992f5-982a-4d4f-8e77-0bd836f44606|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:21.947Z|7ce992f5-982a-4d4f-8e77-0bd836f44606|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:31.244Z|c8b912dc-d1cf-4724-94c4-bde9aaa38b22|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:31.245Z|c8b912dc-d1cf-4724-94c4-bde9aaa38b22|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:31.252Z|6b2e7f8f-a2f1-4430-b47f-b212cb3c6fb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:31.252Z|6b2e7f8f-a2f1-4430-b47f-b212cb3c6fb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:31.449Z|01402e3e-d893-4a29-a20c-bfaa5f708279|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:31.451Z|01402e3e-d893-4a29-a20c-bfaa5f708279|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:31.972Z|71ca73fb-c240-46cc-a56d-2eabdf18eebd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:31.973Z|71ca73fb-c240-46cc-a56d-2eabdf18eebd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:32.023Z|fa7985f6-df97-4f32-8761-79b9ad4d8af8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:32.024Z|fa7985f6-df97-4f32-8761-79b9ad4d8af8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:41.266Z|15d4cae9-7778-4f69-8616-e216d4d28c70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:41.268Z|15d4cae9-7778-4f69-8616-e216d4d28c70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:41.273Z|0bf95e4b-b146-442d-8b7a-20c9e9374298|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:41.273Z|0bf95e4b-b146-442d-8b7a-20c9e9374298|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:41.997Z|333a1627-0a55-4ecd-a2e3-0b925555bf66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:41.997Z|333a1627-0a55-4ecd-a2e3-0b925555bf66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:46.449Z|5f6a7d39-dd67-4a67-ae1c-4225faa9f281|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:29:46.449Z|5f6a7d39-dd67-4a67-ae1c-4225faa9f281|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:29:51.294Z|ff256114-ff16-416a-bccf-f36c181201af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:51.295Z|ff256114-ff16-416a-bccf-f36c181201af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:51.295Z|68f88aed-199a-4d5f-9369-d7d3d945ccde|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:51.296Z|68f88aed-199a-4d5f-9369-d7d3d945ccde|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:52.022Z|e7b0c6c8-1806-4034-9e4b-842ef4687da0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:29:52.023Z|e7b0c6c8-1806-4034-9e4b-842ef4687da0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:29:59.845Z|40d0adad-2afd-4ade-bccb-6ad6485ae02a|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:29:59.847Z|40d0adad-2afd-4ade-bccb-6ad6485ae02a|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:01.318Z|f5fb47bd-639d-4420-b7bb-e30faec0bfee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:01.319Z|f5fb47bd-639d-4420-b7bb-e30faec0bfee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:01.333Z|888f5245-c88f-48c7-ac24-f17609d9a62c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:01.334Z|888f5245-c88f-48c7-ac24-f17609d9a62c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:01.449Z|9d9ad120-d20a-4cc7-b1c1-6e7a2b5c0850|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:01.449Z|9d9ad120-d20a-4cc7-b1c1-6e7a2b5c0850|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:02.024Z|78678210-f3f6-45df-8b8f-8ec4812ea259|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:02.025Z|78678210-f3f6-45df-8b8f-8ec4812ea259|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:02.046Z|9baf2912-42dd-4359-a93a-21ad4a0b8141|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:02.046Z|9baf2912-42dd-4359-a93a-21ad4a0b8141|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:11.350Z|90225506-9b22-4779-89de-ff44a761b443|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:11.356Z|90225506-9b22-4779-89de-ff44a761b443|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:11.357Z|da3c8af0-7ad1-4667-ab60-ee2d4426a4c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:11.358Z|da3c8af0-7ad1-4667-ab60-ee2d4426a4c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:12.070Z|f74f0f13-a9d0-408e-bdba-d931079e3450|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:12.071Z|f74f0f13-a9d0-408e-bdba-d931079e3450|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:16.449Z|501386ae-54b2-45bc-b649-c0c281ef1659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:16.452Z|501386ae-54b2-45bc-b649-c0c281ef1659|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:21.387Z|5f4e8e8d-66d3-473e-9cbc-cdd7ea72bc98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:21.388Z|5f4e8e8d-66d3-473e-9cbc-cdd7ea72bc98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:21.394Z|532a54bf-17a2-4bdf-b14b-b7f5ff111c5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:21.395Z|532a54bf-17a2-4bdf-b14b-b7f5ff111c5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:22.096Z|a437b691-2bb5-4e41-9633-d87b4fbfbce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:22.097Z|a437b691-2bb5-4e41-9633-d87b4fbfbce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:31.413Z|b8eccf1d-67ba-4d94-b297-f992aa9596a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:31.414Z|b8eccf1d-67ba-4d94-b297-f992aa9596a5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:31.416Z|d68be9f3-54a5-40e0-893c-1e2951fc9f7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:31.416Z|d68be9f3-54a5-40e0-893c-1e2951fc9f7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:31.448Z|6a0d2b22-d16f-4d46-8c7f-b510cdc921b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:31.449Z|6a0d2b22-d16f-4d46-8c7f-b510cdc921b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:32.026Z|1fb97a55-1ea6-401d-bd51-2599fec49fff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:32.027Z|1fb97a55-1ea6-401d-bd51-2599fec49fff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:32.118Z|2457d777-3c5c-4008-b2df-9c5c5382c58a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:32.120Z|2457d777-3c5c-4008-b2df-9c5c5382c58a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:41.435Z|11900948-27f1-46b1-a84d-c8614f85605b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:41.435Z|a5907a91-f2db-4541-b4a0-97f2535de968|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:41.436Z|11900948-27f1-46b1-a84d-c8614f85605b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:41.436Z|a5907a91-f2db-4541-b4a0-97f2535de968|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:42.151Z|0c1fa1be-759d-4be2-b600-c97329947d39|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:42.152Z|0c1fa1be-759d-4be2-b600-c97329947d39|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:46.449Z|c71ca4e5-59d8-46a3-9795-c8ce0ae59830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:30:46.450Z|c71ca4e5-59d8-46a3-9795-c8ce0ae59830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:30:51.455Z|8d86610e-3542-4e2e-8c69-75e4b0205944|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:51.455Z|7f00c8f0-c07b-4ea7-827f-6a96854adf2e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:51.456Z|7f00c8f0-c07b-4ea7-827f-6a96854adf2e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:51.456Z|8d86610e-3542-4e2e-8c69-75e4b0205944|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:52.184Z|e5e48ce2-f60a-4839-8e13-576126c86a39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:30:52.185Z|e5e48ce2-f60a-4839-8e13-576126c86a39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:30:59.842Z|46b3ea8d-0729-4a7e-817f-1b01ac0a8d92|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:30:59.843Z|46b3ea8d-0729-4a7e-817f-1b01ac0a8d92|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:01.448Z|a47891dd-acfb-46c2-bbe4-85f4738488a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:01.450Z|a47891dd-acfb-46c2-bbe4-85f4738488a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:01.479Z|81155be0-8a55-4ca2-ae7f-399ca94f0906|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:01.480Z|81155be0-8a55-4ca2-ae7f-399ca94f0906|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:01.491Z|d99d2ecf-089f-4145-a757-458d9aa31a7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:01.492Z|d99d2ecf-089f-4145-a757-458d9aa31a7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:02.027Z|6eb68926-7d9f-4405-a600-342347cd84fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:02.028Z|6eb68926-7d9f-4405-a600-342347cd84fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:02.207Z|5fb978d1-c07e-45e5-9d4f-f40068b6f5ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:02.208Z|5fb978d1-c07e-45e5-9d4f-f40068b6f5ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:11.501Z|61481905-f669-4c52-8fe6-70a6154f423b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:11.502Z|61481905-f669-4c52-8fe6-70a6154f423b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:11.521Z|27e3cffa-208b-4d0e-bdf2-d4588adb9e75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:11.522Z|27e3cffa-208b-4d0e-bdf2-d4588adb9e75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:12.230Z|6e590aeb-c824-4379-917d-c21cce21477b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:12.230Z|6e590aeb-c824-4379-917d-c21cce21477b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:16.448Z|039d5014-ac2f-4b45-b1ae-912dedc544d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:16.449Z|039d5014-ac2f-4b45-b1ae-912dedc544d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:21.532Z|0cfe479d-2d3a-4ed3-b023-942c14fed8bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:21.533Z|0cfe479d-2d3a-4ed3-b023-942c14fed8bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:21.555Z|86956692-deeb-4be6-b129-5ee0cda03e24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:21.556Z|86956692-deeb-4be6-b129-5ee0cda03e24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:22.251Z|ed3d2132-5576-49f1-a628-20c6ff7f1b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:22.251Z|ed3d2132-5576-49f1-a628-20c6ff7f1b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:31.449Z|ff54f857-63c5-4c10-a81c-1734b2d4855d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:31.449Z|ff54f857-63c5-4c10-a81c-1734b2d4855d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:31.561Z|72f5b4e6-8129-4989-89cc-5b2137df07a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:31.562Z|72f5b4e6-8129-4989-89cc-5b2137df07a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:31.580Z|373a7010-e730-4185-811a-2dd4319e0fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:31.581Z|373a7010-e730-4185-811a-2dd4319e0fa8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:32.029Z|be8b798b-ad88-4858-ba1b-10431a1f6488|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:32.029Z|be8b798b-ad88-4858-ba1b-10431a1f6488|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:32.277Z|d2c80a3d-e52d-490d-9869-096c6d68a2c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:32.278Z|d2c80a3d-e52d-490d-9869-096c6d68a2c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:41.581Z|f02292c6-2d7c-4981-b154-877b809981e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:41.581Z|f02292c6-2d7c-4981-b154-877b809981e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:41.602Z|a1436307-95ab-4a5d-95e3-0c7031c308fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:41.603Z|a1436307-95ab-4a5d-95e3-0c7031c308fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:42.298Z|0f5395fb-a97a-4eac-a13a-adecb7f8dca8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:42.299Z|0f5395fb-a97a-4eac-a13a-adecb7f8dca8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:46.450Z|98237e2d-12ba-496e-a4e1-8ce134833495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:31:46.452Z|98237e2d-12ba-496e-a4e1-8ce134833495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:31:51.602Z|0f036303-a9f2-4519-91c0-2156d65afa8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:51.602Z|0f036303-a9f2-4519-91c0-2156d65afa8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:51.626Z|fbb8c284-2f30-4c5d-ade8-342a9774c850|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:51.626Z|fbb8c284-2f30-4c5d-ade8-342a9774c850|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:52.330Z|336a727b-e3a4-4846-8ea3-27a85c8f7847|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:31:52.330Z|336a727b-e3a4-4846-8ea3-27a85c8f7847|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:31:59.844Z|f13129e4-a536-4fac-a5fc-421f7960eaf6|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:31:59.845Z|f13129e4-a536-4fac-a5fc-421f7960eaf6|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:01.449Z|8ed949da-6e87-4e3d-8fbd-9c424f473e73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:01.449Z|8ed949da-6e87-4e3d-8fbd-9c424f473e73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:01.626Z|b905db58-1e25-46b7-bc77-0bb5104b3a55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:01.627Z|b905db58-1e25-46b7-bc77-0bb5104b3a55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:01.649Z|87ce164e-872a-45d9-81a9-57826295024f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:01.650Z|87ce164e-872a-45d9-81a9-57826295024f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:02.030Z|24ce452e-29b9-48c2-a90d-95eaf2b9d881|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:02.030Z|24ce452e-29b9-48c2-a90d-95eaf2b9d881|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:02.355Z|b437d211-11dd-44ec-8ba7-5ab21ccd4497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:02.356Z|b437d211-11dd-44ec-8ba7-5ab21ccd4497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:11.656Z|5fc9e140-819a-477c-9c57-e3d4d0e354eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:11.657Z|5fc9e140-819a-477c-9c57-e3d4d0e354eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:11.673Z|2467a149-0d08-4f8e-9c4a-2472050b1021|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:11.674Z|2467a149-0d08-4f8e-9c4a-2472050b1021|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:12.377Z|b4e3ed04-cb81-4702-95a6-69eea7ceed7a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:12.378Z|b4e3ed04-cb81-4702-95a6-69eea7ceed7a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:16.449Z|55e33185-6850-4617-a731-b6572f424e85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:16.449Z|55e33185-6850-4617-a731-b6572f424e85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:21.681Z|49955951-0d37-4384-b796-704601535212|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:21.682Z|49955951-0d37-4384-b796-704601535212|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:21.698Z|8b6a12ca-4d49-43cf-8a7c-b8104620c186|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:21.700Z|8b6a12ca-4d49-43cf-8a7c-b8104620c186|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:22.403Z|0d95ae09-bd81-49d1-86ae-5bfdfbd49297|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:22.404Z|0d95ae09-bd81-49d1-86ae-5bfdfbd49297|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:31.449Z|682c9c67-2b6f-4cd5-95e1-512a1e8193bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:31.456Z|682c9c67-2b6f-4cd5-95e1-512a1e8193bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:31.732Z|25c03879-f62d-4fdd-8597-320c8d8c3340|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:31.733Z|25c03879-f62d-4fdd-8597-320c8d8c3340|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:31.744Z|4d381a6a-ab5b-40cd-9e15-3b46446b63c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:31.744Z|4d381a6a-ab5b-40cd-9e15-3b46446b63c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:32.031Z|ac346c7c-eea8-41ce-a81d-13006323e57a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:32.032Z|ac346c7c-eea8-41ce-a81d-13006323e57a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:32.455Z|467b5006-47ac-4bb8-a373-983b66bab574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:32.455Z|467b5006-47ac-4bb8-a373-983b66bab574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:41.768Z|a2eb23c1-27f0-4bb3-a2c3-efd55adc2074|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:41.769Z|a2eb23c1-27f0-4bb3-a2c3-efd55adc2074|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:41.793Z|009aa070-8a46-4a35-9f74-cd912b5f9f5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:41.794Z|009aa070-8a46-4a35-9f74-cd912b5f9f5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:42.482Z|44d62311-458a-4f54-a01f-1cfeca44d257|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:42.483Z|44d62311-458a-4f54-a01f-1cfeca44d257|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:46.448Z|540f951f-f7cf-40a0-8594-9c9616bf7559|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:32:46.449Z|540f951f-f7cf-40a0-8594-9c9616bf7559|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:32:51.813Z|696facee-f7aa-46d8-bb7f-ec465e39d982|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:51.814Z|696facee-f7aa-46d8-bb7f-ec465e39d982|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:51.824Z|e30812ab-c71c-43d9-8105-9658a95387cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:51.825Z|e30812ab-c71c-43d9-8105-9658a95387cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:52.521Z|710a76e0-00ea-4040-a6b9-00cd52b5e20c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:32:52.522Z|710a76e0-00ea-4040-a6b9-00cd52b5e20c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:32:59.842Z|8548e6d8-cc67-4ff0-93d6-186ae3f610c2|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:32:59.843Z|8548e6d8-cc67-4ff0-93d6-186ae3f610c2|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:01.449Z|f95fcc96-a1ca-461b-b5d0-ce51b2cbc9a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:01.449Z|f95fcc96-a1ca-461b-b5d0-ce51b2cbc9a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:01.837Z|32307608-e885-4432-97e5-30706ca761c2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:01.838Z|32307608-e885-4432-97e5-30706ca761c2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:01.856Z|1ddcb09c-9794-4bb6-baed-de9d17c44b86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:01.857Z|1ddcb09c-9794-4bb6-baed-de9d17c44b86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:02.032Z|c9af07fb-3137-434f-aefc-65d5cf197689|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:02.033Z|c9af07fb-3137-434f-aefc-65d5cf197689|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:02.549Z|6c0e422d-d31d-40e3-8bd5-c217dcdb9683|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:02.550Z|6c0e422d-d31d-40e3-8bd5-c217dcdb9683|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:11.860Z|260310a8-54e8-4ef8-9b51-3f074ae1f6b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:11.861Z|260310a8-54e8-4ef8-9b51-3f074ae1f6b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:11.882Z|9ec68e8a-9713-434b-886c-05aec1ed3af2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:11.883Z|9ec68e8a-9713-434b-886c-05aec1ed3af2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:12.578Z|c4918382-100d-49d0-b01d-785dcd4f6f6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:12.579Z|c4918382-100d-49d0-b01d-785dcd4f6f6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:16.449Z|20c6fd66-d7c4-43be-ace5-9c9f169cb29c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:16.451Z|20c6fd66-d7c4-43be-ace5-9c9f169cb29c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:21.886Z|6b7e35ca-4b1f-408b-a1f8-fa3bea177ad1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:21.888Z|6b7e35ca-4b1f-408b-a1f8-fa3bea177ad1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:21.904Z|80c1a7fb-0721-4eb2-aec4-26576984a81c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:21.905Z|80c1a7fb-0721-4eb2-aec4-26576984a81c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:22.609Z|31650adb-bc53-4041-8fcf-19632cb5d761|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:22.624Z|31650adb-bc53-4041-8fcf-19632cb5d761|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:31.448Z|dc3219a3-d120-4755-9ed1-cd78cb7cabeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:31.449Z|dc3219a3-d120-4755-9ed1-cd78cb7cabeb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:31.915Z|bda5bc68-19bb-4170-80dd-4cad56a507d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:31.916Z|bda5bc68-19bb-4170-80dd-4cad56a507d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:31.925Z|d9350d9f-d3d4-4329-ba0e-b4a86f7dfa76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:31.926Z|d9350d9f-d3d4-4329-ba0e-b4a86f7dfa76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:32.034Z|74a06818-7317-4729-86c1-f298884bec89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:32.034Z|74a06818-7317-4729-86c1-f298884bec89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:32.647Z|2f18ae84-42d7-4829-9ba3-96747e6899d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:32.648Z|2f18ae84-42d7-4829-9ba3-96747e6899d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:41.937Z|441121ab-d5f8-4d59-8f44-5d68fbe9f849|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:41.937Z|441121ab-d5f8-4d59-8f44-5d68fbe9f849|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:41.946Z|85826f0c-ba80-478d-a8c1-bc3b30357dd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:41.947Z|85826f0c-ba80-478d-a8c1-bc3b30357dd0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:42.676Z|e92c52d3-5f75-4819-850e-c83f4fc5322e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:42.677Z|e92c52d3-5f75-4819-850e-c83f4fc5322e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:46.449Z|d9e1f68a-1185-44e9-b957-00cb697012fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:33:46.449Z|d9e1f68a-1185-44e9-b957-00cb697012fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:33:51.958Z|b6d01b56-f8a4-40dd-820b-82c997bb9b2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:51.960Z|b6d01b56-f8a4-40dd-820b-82c997bb9b2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:51.974Z|d8e04342-65c6-4bf7-9686-117b21fe0d22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:51.974Z|d8e04342-65c6-4bf7-9686-117b21fe0d22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:52.707Z|1ef57dfd-4c40-4f9a-b792-4f16b0c0102f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:33:52.708Z|1ef57dfd-4c40-4f9a-b792-4f16b0c0102f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:33:59.843Z|dd7dccca-c0fb-426e-92b3-0079fddaa92b|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:33:59.844Z|dd7dccca-c0fb-426e-92b3-0079fddaa92b|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:01.449Z|2ee32300-e877-4210-8b45-5b30b42e87d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:01.451Z|2ee32300-e877-4210-8b45-5b30b42e87d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:01.985Z|55e3136a-f979-4c27-9634-3cbdd6bac8ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:01.985Z|55e3136a-f979-4c27-9634-3cbdd6bac8ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:02.005Z|2d0f6d13-8df0-4f82-aed4-fcc57a71bb27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:02.006Z|2d0f6d13-8df0-4f82-aed4-fcc57a71bb27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:02.035Z|67ceda2a-c019-4de5-b3b3-b0abaf77633d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:02.036Z|67ceda2a-c019-4de5-b3b3-b0abaf77633d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:02.731Z|6ea00fa6-340d-4e26-ba1f-48755fe1a0cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:02.732Z|6ea00fa6-340d-4e26-ba1f-48755fe1a0cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:12.014Z|40658d4d-d50d-4b58-847a-82f145de0016|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:12.015Z|40658d4d-d50d-4b58-847a-82f145de0016|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:12.032Z|2409f02e-ae26-4cc7-9fed-39de0a23dc16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:12.032Z|2409f02e-ae26-4cc7-9fed-39de0a23dc16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:12.752Z|5d4df155-fa3c-49e4-b47d-47be95049bf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:12.753Z|5d4df155-fa3c-49e4-b47d-47be95049bf2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:16.448Z|4b27808f-938a-4f08-b1ba-9c29900a9cc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:16.449Z|4b27808f-938a-4f08-b1ba-9c29900a9cc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:22.041Z|7a1235b5-4243-4f50-b8fc-006cb65eff67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:22.042Z|7a1235b5-4243-4f50-b8fc-006cb65eff67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:22.057Z|f3ca9fe4-f2d3-4dc6-bc0e-1e175c6c9f54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:22.057Z|f3ca9fe4-f2d3-4dc6-bc0e-1e175c6c9f54|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:22.776Z|71854994-2a77-4329-88db-d6faebe2f801|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:22.777Z|71854994-2a77-4329-88db-d6faebe2f801|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:31.448Z|fac8e99f-c3d4-4d66-bf51-01c52594de2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:31.449Z|fac8e99f-c3d4-4d66-bf51-01c52594de2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:32.036Z|5b9b49e2-73bf-417f-87ab-9de32a46db05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:32.037Z|5b9b49e2-73bf-417f-87ab-9de32a46db05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:32.065Z|f9002655-cd20-4814-81d5-ea5133242aeb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:32.065Z|f9002655-cd20-4814-81d5-ea5133242aeb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:32.081Z|2404b6d1-9449-4755-bd92-82bb0ab2b57e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:32.082Z|2404b6d1-9449-4755-bd92-82bb0ab2b57e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:32.802Z|50eab838-6fea-4731-83ec-7dc2271ad93e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:32.803Z|50eab838-6fea-4731-83ec-7dc2271ad93e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:42.090Z|4ee77abb-bee6-4af3-baf5-b42b8a22feaf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:42.091Z|4ee77abb-bee6-4af3-baf5-b42b8a22feaf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:42.108Z|9098ccfc-a94f-497d-8d0b-744c38516099|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:42.109Z|9098ccfc-a94f-497d-8d0b-744c38516099|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:42.831Z|cc830bd4-2729-451e-a934-1c1c5d122efb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:42.831Z|cc830bd4-2729-451e-a934-1c1c5d122efb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:46.450Z|611c7dd4-7bb3-45f0-a601-c78a5326f5cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:34:46.452Z|611c7dd4-7bb3-45f0-a601-c78a5326f5cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:34:52.119Z|4eac0a9f-8a54-402c-8be9-6fb0a3a3dfcf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:52.119Z|4eac0a9f-8a54-402c-8be9-6fb0a3a3dfcf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:52.129Z|4d53ff67-d5c1-4fd9-a822-099bef7ada41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:52.129Z|4d53ff67-d5c1-4fd9-a822-099bef7ada41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:52.881Z|156cb1a4-ef35-4caa-a7a4-4e30c1dcecbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:34:52.881Z|156cb1a4-ef35-4caa-a7a4-4e30c1dcecbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:34:59.842Z|253ef013-4766-4c8f-9973-a5e4468d2aef|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:34:59.843Z|253ef013-4766-4c8f-9973-a5e4468d2aef|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:01.449Z|8e7d5768-be83-4ea7-a036-f9ec9fc1052f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:01.449Z|8e7d5768-be83-4ea7-a036-f9ec9fc1052f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:02.038Z|b711c03b-582f-4bdc-bf36-5477bec90fed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:02.038Z|b711c03b-582f-4bdc-bf36-5477bec90fed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:02.140Z|38786c36-fecc-4263-85a6-04ee329c149a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:02.141Z|38786c36-fecc-4263-85a6-04ee329c149a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:02.150Z|b149f8dd-8550-4840-9dcf-a0af98af8eed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:02.151Z|b149f8dd-8550-4840-9dcf-a0af98af8eed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:02.906Z|d3503093-d03f-4794-9209-6b1f5eb069f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:02.907Z|d3503093-d03f-4794-9209-6b1f5eb069f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:12.161Z|2e03a045-ef04-4f81-91f5-a3b2fa181e43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:12.162Z|2e03a045-ef04-4f81-91f5-a3b2fa181e43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:12.173Z|5ac490fa-65f5-493e-bb60-020546169a78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:12.174Z|5ac490fa-65f5-493e-bb60-020546169a78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:12.927Z|a4719bf9-3a48-4e92-a72d-af548ae80647|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:12.928Z|a4719bf9-3a48-4e92-a72d-af548ae80647|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:16.449Z|204a9418-ef4f-434b-b37a-e264f8509f6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:16.449Z|204a9418-ef4f-434b-b37a-e264f8509f6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:22.186Z|5f551275-3b4d-45eb-aa14-a17f9592069d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:22.187Z|5f551275-3b4d-45eb-aa14-a17f9592069d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:22.193Z|1e56b1b2-7867-4859-b456-9630fe19872c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:22.194Z|1e56b1b2-7867-4859-b456-9630fe19872c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:22.950Z|fd612006-bdf6-4405-8c65-f738787072c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:22.951Z|fd612006-bdf6-4405-8c65-f738787072c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:31.449Z|382b38e7-99cb-4446-97e6-67f4df6b0a7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:31.451Z|382b38e7-99cb-4446-97e6-67f4df6b0a7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:32.039Z|8644541a-3e6b-4a49-94c7-d4d9ef58b7f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:32.040Z|8644541a-3e6b-4a49-94c7-d4d9ef58b7f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:32.208Z|eda1af4c-342f-4292-85a7-00f2dcda40cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:32.209Z|eda1af4c-342f-4292-85a7-00f2dcda40cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:32.216Z|22bb0c27-76b6-45e3-aeb2-967d8c8d488c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:32.217Z|22bb0c27-76b6-45e3-aeb2-967d8c8d488c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:32.973Z|1bb6df0c-2d42-4989-86f2-89528d6307d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:32.974Z|1bb6df0c-2d42-4989-86f2-89528d6307d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:42.232Z|95fbd68a-ea32-4b24-94a0-b41de178d8e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:42.233Z|95fbd68a-ea32-4b24-94a0-b41de178d8e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:42.238Z|933eb76b-a723-4cb6-8857-d35eaf51f2f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:42.238Z|933eb76b-a723-4cb6-8857-d35eaf51f2f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:43.008Z|84b5f941-bbee-41e3-b44e-d76d2d038148|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:43.009Z|84b5f941-bbee-41e3-b44e-d76d2d038148|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:46.449Z|1c319a4c-981f-4bb6-9c51-0703f443aff5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:35:46.449Z|1c319a4c-981f-4bb6-9c51-0703f443aff5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:35:52.257Z|4fc808e3-08ef-48ec-8c25-556b046d4dc7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:52.257Z|8a3ce360-74d2-451d-a732-13e6717fedf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:52.258Z|8a3ce360-74d2-451d-a732-13e6717fedf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:52.258Z|4fc808e3-08ef-48ec-8c25-556b046d4dc7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:53.033Z|ee3f89bc-38f3-4501-b3f6-da7c8ab8ced2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:35:53.033Z|ee3f89bc-38f3-4501-b3f6-da7c8ab8ced2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:35:59.841Z|f17d9300-ae9e-4a40-b6e0-422ec1015bb1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:35:59.842Z|f17d9300-ae9e-4a40-b6e0-422ec1015bb1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:01.449Z|0d5d0f1a-16f6-4377-bf9f-57d5bab6e0f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:01.449Z|0d5d0f1a-16f6-4377-bf9f-57d5bab6e0f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:02.041Z|2d3d2e01-d401-445d-92c4-bb671b666fb8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:02.041Z|2d3d2e01-d401-445d-92c4-bb671b666fb8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:02.280Z|810b2aee-c91e-4e97-be6f-7b8b784cabb8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:02.280Z|92dceeab-2949-43f6-8526-172213a33778|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:02.281Z|810b2aee-c91e-4e97-be6f-7b8b784cabb8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:02.281Z|92dceeab-2949-43f6-8526-172213a33778|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:03.056Z|1eeea8b0-d8f2-4454-8f61-edf40f105ffc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:03.057Z|1eeea8b0-d8f2-4454-8f61-edf40f105ffc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:12.303Z|74175072-9394-48ab-979d-ca9e5f1e6cc5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:12.304Z|74175072-9394-48ab-979d-ca9e5f1e6cc5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:12.305Z|885d7336-1220-4c15-9469-e49ec34690d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:12.306Z|885d7336-1220-4c15-9469-e49ec34690d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:13.081Z|ce7a7094-b889-4a5a-af0a-850d8c371a08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:13.081Z|ce7a7094-b889-4a5a-af0a-850d8c371a08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:16.449Z|76463b9e-9642-4999-a1b0-4d70086df1cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:16.452Z|76463b9e-9642-4999-a1b0-4d70086df1cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:22.326Z|0dd559dc-d4e7-42bf-b2b4-4d831eecae31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:22.327Z|606bc7d1-7098-42bf-83bb-021a887ae14b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:22.327Z|0dd559dc-d4e7-42bf-b2b4-4d831eecae31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:22.328Z|606bc7d1-7098-42bf-83bb-021a887ae14b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:23.103Z|87037fcc-2a27-45bc-afbb-a5b1395d6c73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:23.104Z|87037fcc-2a27-45bc-afbb-a5b1395d6c73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:31.449Z|adb53275-5e9c-4f46-898e-1d6ee9fce1c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:31.449Z|adb53275-5e9c-4f46-898e-1d6ee9fce1c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:32.042Z|f722b1a8-ad97-4b5f-902e-d74efb2b337a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:32.043Z|f722b1a8-ad97-4b5f-902e-d74efb2b337a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:32.354Z|d373e0c2-c955-4435-b387-98f8f0a9f70c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:32.356Z|d373e0c2-c955-4435-b387-98f8f0a9f70c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:32.364Z|4c4df32a-b476-4895-a162-191d331841c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:32.365Z|4c4df32a-b476-4895-a162-191d331841c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:33.126Z|4436564a-38a2-4aeb-ba01-fe7aaeb87766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:33.127Z|4436564a-38a2-4aeb-ba01-fe7aaeb87766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:42.388Z|542242ea-051a-42c2-86ba-a859d775ab64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:42.389Z|542242ea-051a-42c2-86ba-a859d775ab64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:42.410Z|b561e147-5966-40b9-a792-4530c6f6f861|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:42.410Z|b561e147-5966-40b9-a792-4530c6f6f861|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:43.154Z|2520e6d7-1cb2-48ba-a815-8e3cb19b540b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:43.155Z|2520e6d7-1cb2-48ba-a815-8e3cb19b540b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:46.449Z|594e0129-b17c-42df-b99d-bf37bdfabf96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:36:46.449Z|594e0129-b17c-42df-b99d-bf37bdfabf96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:36:52.414Z|2f241299-a349-4394-8824-97caca80b97c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:52.415Z|2f241299-a349-4394-8824-97caca80b97c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:52.435Z|645458f5-03c2-41a6-ba6b-be67b2150efe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:52.436Z|645458f5-03c2-41a6-ba6b-be67b2150efe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:53.175Z|d9c3cb01-2488-4aaa-b811-af422aad1ffa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:36:53.176Z|d9c3cb01-2488-4aaa-b811-af422aad1ffa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:36:59.841Z|003870de-e2be-4886-bebe-4e93a23cd4d6|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:36:59.842Z|003870de-e2be-4886-bebe-4e93a23cd4d6|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:01.449Z|04a92aca-6352-4fbc-aabf-56c651b8313c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:01.451Z|04a92aca-6352-4fbc-aabf-56c651b8313c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:02.043Z|81ca2af9-ebac-400c-9f43-4e3a113c3064|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:02.044Z|81ca2af9-ebac-400c-9f43-4e3a113c3064|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:02.437Z|784451b7-7b01-453f-a1c9-aa9a96eae70f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:02.437Z|784451b7-7b01-453f-a1c9-aa9a96eae70f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:02.456Z|c3c44ae4-0be8-412d-a376-9e94423ba6da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:02.457Z|c3c44ae4-0be8-412d-a376-9e94423ba6da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:03.198Z|a02846c3-d519-49fb-9dd8-deef590c0add|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:03.199Z|a02846c3-d519-49fb-9dd8-deef590c0add|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:12.458Z|08714095-8183-4523-b974-c3a5d73d69d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:12.459Z|08714095-8183-4523-b974-c3a5d73d69d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:12.485Z|527132a5-8c0d-499a-b41e-462c3b3f4abd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:12.486Z|527132a5-8c0d-499a-b41e-462c3b3f4abd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:13.220Z|5c606189-f5d2-44b6-81ed-4fe07d2da4a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:13.221Z|5c606189-f5d2-44b6-81ed-4fe07d2da4a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:16.449Z|de55e965-9d6d-48f3-9592-1e9aedff78fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:16.449Z|de55e965-9d6d-48f3-9592-1e9aedff78fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:22.481Z|20f1e127-3b69-403d-9e48-03ba91c62c35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:22.482Z|20f1e127-3b69-403d-9e48-03ba91c62c35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:22.506Z|4a2dcd89-dcf6-46fb-a1dd-93c2cc038b61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:22.507Z|4a2dcd89-dcf6-46fb-a1dd-93c2cc038b61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:23.244Z|d94eb59b-99c8-4c09-b65c-fe18af4aeeaa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:23.245Z|d94eb59b-99c8-4c09-b65c-fe18af4aeeaa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:31.449Z|11cf4b03-ce89-40ad-8f93-af36339f1be5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:31.449Z|11cf4b03-ce89-40ad-8f93-af36339f1be5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:32.045Z|3d4b83da-3a5a-4fb9-ad83-c78662ae4281|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:32.045Z|3d4b83da-3a5a-4fb9-ad83-c78662ae4281|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:32.511Z|670237d4-1ffd-4e2c-986d-870977b5242d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:32.512Z|670237d4-1ffd-4e2c-986d-870977b5242d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:32.531Z|83e6e94b-e1a0-4cd8-b94e-a0aac80dccfd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:32.531Z|83e6e94b-e1a0-4cd8-b94e-a0aac80dccfd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:33.268Z|27d0123e-ee26-40cf-9ddb-1e600e5dd69f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:33.269Z|27d0123e-ee26-40cf-9ddb-1e600e5dd69f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:42.545Z|14b18cea-3971-4f4f-acc5-f3a643bfdb02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:42.546Z|14b18cea-3971-4f4f-acc5-f3a643bfdb02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:42.557Z|89ca7095-835d-4782-aa57-ac191d1fcb37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:42.557Z|89ca7095-835d-4782-aa57-ac191d1fcb37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:43.294Z|5a6d8374-4e94-4752-a13e-d479c22ad2e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:43.294Z|5a6d8374-4e94-4752-a13e-d479c22ad2e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:46.449Z|b8685ff1-a681-4574-a121-3e4d6b637410|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:37:46.451Z|b8685ff1-a681-4574-a121-3e4d6b637410|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:37:52.567Z|c5c2082d-0e35-4114-92e0-cb1b297e4ced|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:52.568Z|c5c2082d-0e35-4114-92e0-cb1b297e4ced|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:52.579Z|0143982a-3031-4db0-af21-4460a4a3df4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:52.580Z|0143982a-3031-4db0-af21-4460a4a3df4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:53.342Z|e1974d76-05e3-48c0-be87-8031bc549c87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:37:53.343Z|e1974d76-05e3-48c0-be87-8031bc549c87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:37:59.844Z|11220f64-c081-42d7-a89a-d95f8ac19a57|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:37:59.845Z|11220f64-c081-42d7-a89a-d95f8ac19a57|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:01.449Z|259789aa-e8cd-46b9-b1ab-b8e89f96edbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:01.449Z|259789aa-e8cd-46b9-b1ab-b8e89f96edbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:02.046Z|a25c1b43-88ea-4a0f-ba68-d031a1043317|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:02.046Z|a25c1b43-88ea-4a0f-ba68-d031a1043317|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:02.593Z|9032828f-4d3f-4f91-b7a1-1e7b5afef2c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:02.594Z|9032828f-4d3f-4f91-b7a1-1e7b5afef2c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:02.603Z|6b3bac9e-3d97-4d4f-a6c1-2e06b54b248e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:02.603Z|6b3bac9e-3d97-4d4f-a6c1-2e06b54b248e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:03.366Z|eead7d01-c6fb-430a-9814-7551bb62a9e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:03.367Z|eead7d01-c6fb-430a-9814-7551bb62a9e4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:12.615Z|ec0814e1-fb8b-4468-a037-39752179400f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:12.616Z|ec0814e1-fb8b-4468-a037-39752179400f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:12.626Z|67433933-6904-46c5-aa64-4e6b19c4eafe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:12.627Z|67433933-6904-46c5-aa64-4e6b19c4eafe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:13.389Z|044b0ab7-5bc0-4eaf-8bf4-1f1b72ee139d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:13.389Z|044b0ab7-5bc0-4eaf-8bf4-1f1b72ee139d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:16.449Z|9b767ad9-e937-46ca-8491-a002890cd916|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:16.449Z|9b767ad9-e937-46ca-8491-a002890cd916|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:22.640Z|47826a29-45b4-4058-865f-d58fc6abf5d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:22.641Z|47826a29-45b4-4058-865f-d58fc6abf5d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:22.650Z|a2c0508b-4430-4b2a-b826-ecfe1eed002a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:22.651Z|a2c0508b-4430-4b2a-b826-ecfe1eed002a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:23.410Z|e161915c-4162-4f76-99fd-17a716f95a6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:23.411Z|e161915c-4162-4f76-99fd-17a716f95a6d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:31.449Z|629337f7-a2fb-4f01-a28a-e645db7d9daf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:31.451Z|629337f7-a2fb-4f01-a28a-e645db7d9daf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:32.047Z|7eb881de-dbab-45ae-a65a-7aa2e879d8da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:32.048Z|7eb881de-dbab-45ae-a65a-7aa2e879d8da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:32.670Z|35909ebf-6468-407a-8674-031c9b5fb663|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:32.671Z|35909ebf-6468-407a-8674-031c9b5fb663|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:32.675Z|db5fcbd0-c81f-4910-8628-ccce04269fa2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:32.675Z|db5fcbd0-c81f-4910-8628-ccce04269fa2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:33.436Z|ad559d86-d7df-455d-be4a-8f2827abc15f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:33.436Z|ad559d86-d7df-455d-be4a-8f2827abc15f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:42.704Z|6cb213ac-8db2-48e2-b986-4c0a78e66913|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:42.705Z|6cb213ac-8db2-48e2-b986-4c0a78e66913|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:42.725Z|202429d2-9942-4ca4-ac1e-2f63642239ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:42.727Z|202429d2-9942-4ca4-ac1e-2f63642239ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:43.458Z|dec7a6c5-b325-4a0a-9428-07d635161756|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:43.459Z|dec7a6c5-b325-4a0a-9428-07d635161756|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:46.449Z|6a4adb1a-2a20-4f3f-ac22-cda0bcee212b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:38:46.449Z|6a4adb1a-2a20-4f3f-ac22-cda0bcee212b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:38:52.740Z|9411b546-9074-46f8-8ff0-28296dc383b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:52.741Z|9411b546-9074-46f8-8ff0-28296dc383b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:52.754Z|6182e5b5-82b0-430a-92b9-06fd9daef837|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:52.755Z|6182e5b5-82b0-430a-92b9-06fd9daef837|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:53.487Z|6bbadf2a-9f60-415f-bbc8-7a4463366455|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:38:53.488Z|6bbadf2a-9f60-415f-bbc8-7a4463366455|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:38:59.841Z|5aecf084-01f0-401a-8047-55c91acf2d08|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:38:59.842Z|5aecf084-01f0-401a-8047-55c91acf2d08|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:01.449Z|e98dfc99-b8ff-45fc-a4d1-19886f31166d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:01.449Z|e98dfc99-b8ff-45fc-a4d1-19886f31166d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:02.049Z|3d22c99d-fb69-4fec-be0b-fe64cbb52784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:02.049Z|3d22c99d-fb69-4fec-be0b-fe64cbb52784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:02.763Z|569d3002-8468-4edb-8057-ddd8af01ba35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:02.764Z|569d3002-8468-4edb-8057-ddd8af01ba35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:02.776Z|d9bfe707-614a-4ea2-91ce-9f167712314e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:02.777Z|d9bfe707-614a-4ea2-91ce-9f167712314e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:03.514Z|9cf53a55-c80b-4657-94f9-83d2c0c23470|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:03.515Z|9cf53a55-c80b-4657-94f9-83d2c0c23470|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:12.785Z|a45c2172-b08c-476c-82ec-9b3ef109a5fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:12.786Z|a45c2172-b08c-476c-82ec-9b3ef109a5fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:12.804Z|87c83f88-a6d5-4af4-b20a-e4d289f19761|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:12.805Z|87c83f88-a6d5-4af4-b20a-e4d289f19761|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:13.535Z|8357bd0c-9fc6-4878-8cc0-ce5564589212|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:13.536Z|8357bd0c-9fc6-4878-8cc0-ce5564589212|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:16.449Z|6d8ceaf2-739e-4e86-b921-50225dac28f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:16.451Z|6d8ceaf2-739e-4e86-b921-50225dac28f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:22.811Z|15790151-2a66-4af5-898c-bb7af2e09c52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:22.812Z|15790151-2a66-4af5-898c-bb7af2e09c52|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:22.827Z|814281de-dc48-40a7-adc9-e8460dbf70c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:22.828Z|814281de-dc48-40a7-adc9-e8460dbf70c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:23.556Z|1bf32a09-dd53-4c7e-b265-51d03795bddb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:23.557Z|1bf32a09-dd53-4c7e-b265-51d03795bddb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:31.449Z|cd24a0b5-1d9c-4de5-a057-51e70a438556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:31.449Z|cd24a0b5-1d9c-4de5-a057-51e70a438556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:32.050Z|e8e9790c-e88f-47c3-a140-91d7b1cefe72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:32.051Z|e8e9790c-e88f-47c3-a140-91d7b1cefe72|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:32.869Z|6ac451d6-12b2-4c5c-bda3-e84114b1384a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:32.869Z|21627cd1-e07c-4aef-83ca-ba9388daddfb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:32.870Z|6ac451d6-12b2-4c5c-bda3-e84114b1384a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:32.870Z|21627cd1-e07c-4aef-83ca-ba9388daddfb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:33.580Z|54d390be-58c2-4559-9a26-828192a54eae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:33.581Z|54d390be-58c2-4559-9a26-828192a54eae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:42.898Z|03ac6722-177b-4a8e-adac-1d720b601391|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:42.899Z|03ac6722-177b-4a8e-adac-1d720b601391|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:42.900Z|758d6143-8172-45ff-b172-34efeae88919|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:42.901Z|758d6143-8172-45ff-b172-34efeae88919|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:43.603Z|dd625001-275b-4676-ab97-d1d2ff84e48e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:43.604Z|dd625001-275b-4676-ab97-d1d2ff84e48e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:46.449Z|65b1d5e1-8e12-4069-b4e7-c48776cf6e40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:39:46.449Z|65b1d5e1-8e12-4069-b4e7-c48776cf6e40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:39:52.927Z|bdcb8088-e57f-4676-8032-40960ce9b09a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:52.928Z|bdcb8088-e57f-4676-8032-40960ce9b09a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:52.932Z|067b66e1-34d7-459f-9f10-9e6249d8bf60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:52.933Z|067b66e1-34d7-459f-9f10-9e6249d8bf60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:53.628Z|5e7a4d49-4ea3-4606-90fb-7b88d08710cf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:39:53.629Z|5e7a4d49-4ea3-4606-90fb-7b88d08710cf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:39:59.842Z|619d4546-45df-4a5e-b789-e71821c3e709|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:39:59.842Z|619d4546-45df-4a5e-b789-e71821c3e709|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:01.449Z|5cb81c4e-e2f1-410f-b759-cbc1fc227b65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:01.451Z|5cb81c4e-e2f1-410f-b759-cbc1fc227b65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:02.052Z|ebe62f3d-20eb-40c1-b143-9ebc7255d9d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:02.053Z|ebe62f3d-20eb-40c1-b143-9ebc7255d9d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:02.951Z|c5812694-b920-4271-82e6-08d0d46d1ac4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:02.951Z|c5812694-b920-4271-82e6-08d0d46d1ac4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:02.957Z|ced609ba-797e-437b-8b46-c39bc38b4572|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:02.958Z|ced609ba-797e-437b-8b46-c39bc38b4572|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:03.649Z|d19a2176-3d05-4d4b-821d-bd416c108ab2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:03.650Z|d19a2176-3d05-4d4b-821d-bd416c108ab2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:12.974Z|57c3b391-7b59-4527-ab10-cc95a4ee2fa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:12.975Z|57c3b391-7b59-4527-ab10-cc95a4ee2fa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:12.980Z|0bfe6f1b-9c32-4b07-b410-881d05b0ae57|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:12.981Z|0bfe6f1b-9c32-4b07-b410-881d05b0ae57|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:13.672Z|7e5a2638-6492-482f-a4eb-1f606a039448|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:13.674Z|7e5a2638-6492-482f-a4eb-1f606a039448|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:16.449Z|d2db25c3-19bb-4c63-b12f-ecc4f28b0a0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:16.449Z|d2db25c3-19bb-4c63-b12f-ecc4f28b0a0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:22.997Z|2b79c3fd-9ee5-47db-8944-51129f425025|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:22.998Z|2b79c3fd-9ee5-47db-8944-51129f425025|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:22.999Z|ce6cffcd-fabd-44a0-b21a-4e89f1a7d2d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:22.999Z|ce6cffcd-fabd-44a0-b21a-4e89f1a7d2d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:23.697Z|7a9b65f2-b00a-4e29-b4cf-aaeff9038af2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:23.698Z|7a9b65f2-b00a-4e29-b4cf-aaeff9038af2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:31.449Z|5d87329e-600b-4475-9c0c-5f6fc7736f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:31.449Z|5d87329e-600b-4475-9c0c-5f6fc7736f14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:32.054Z|d91ec02c-a0af-46fc-9054-a277d485eab4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:32.054Z|d91ec02c-a0af-46fc-9054-a277d485eab4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:33.020Z|e25f0be5-ace0-44e1-b4ec-bbc5f72bf446|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:33.020Z|25212cde-fbe0-4e53-a941-fdbc50dbc9d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:33.020Z|25212cde-fbe0-4e53-a941-fdbc50dbc9d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:33.020Z|e25f0be5-ace0-44e1-b4ec-bbc5f72bf446|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:33.718Z|53675e44-6c07-4159-9a58-b306dc443d10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:33.719Z|53675e44-6c07-4159-9a58-b306dc443d10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:43.041Z|9a5a41bc-e917-4e6a-bb33-26a2536e6468|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:43.041Z|0b8073cc-74cd-44fa-814d-f1a37748b232|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:43.042Z|9a5a41bc-e917-4e6a-bb33-26a2536e6468|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:43.042Z|0b8073cc-74cd-44fa-814d-f1a37748b232|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:43.743Z|c06101c5-160d-4cba-a054-ef8b8dc45330|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:43.744Z|c06101c5-160d-4cba-a054-ef8b8dc45330|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:46.449Z|29f7d94a-79bb-42ee-aa08-d3569a17f245|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:40:46.452Z|29f7d94a-79bb-42ee-aa08-d3569a17f245|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:40:53.065Z|fb475c19-e00c-4c00-ae44-0b3ca39b425f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:53.065Z|2b9ce3e7-9429-4eb3-b7f6-5cc5d2b85c26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:53.066Z|fb475c19-e00c-4c00-ae44-0b3ca39b425f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:53.066Z|2b9ce3e7-9429-4eb3-b7f6-5cc5d2b85c26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:53.772Z|06dbf935-1b5f-4b4e-a3a3-3e4e33f03a90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:40:53.773Z|06dbf935-1b5f-4b4e-a3a3-3e4e33f03a90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:40:59.845Z|655fb166-09b8-4997-a5ed-f1dc362db073|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:40:59.846Z|655fb166-09b8-4997-a5ed-f1dc362db073|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:01.449Z|5e239110-c540-4508-ad20-2be87ed9958a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:01.449Z|5e239110-c540-4508-ad20-2be87ed9958a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:02.055Z|5d5a86df-4299-43e0-863b-313b2b7c4f1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:02.056Z|5d5a86df-4299-43e0-863b-313b2b7c4f1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:03.089Z|07983965-d42a-400f-be31-26e77ee9159f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:03.089Z|d22b5fee-9439-4d9f-bb0f-8c84da16b0aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:03.090Z|07983965-d42a-400f-be31-26e77ee9159f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:03.090Z|d22b5fee-9439-4d9f-bb0f-8c84da16b0aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:03.798Z|39925dff-2319-49e8-bc5e-3d1145605dca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:03.798Z|39925dff-2319-49e8-bc5e-3d1145605dca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:13.114Z|216da00b-9f50-4240-8783-61e590a6038d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:13.114Z|405aa8d4-5107-4db3-9f1d-a00653294ead|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:13.115Z|216da00b-9f50-4240-8783-61e590a6038d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:13.115Z|405aa8d4-5107-4db3-9f1d-a00653294ead|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:13.820Z|89bde72f-3b45-4874-a05f-dbf1f92101b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:13.821Z|89bde72f-3b45-4874-a05f-dbf1f92101b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:16.449Z|a8a6a049-48db-4250-b2f9-06c1c9115391|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:16.451Z|a8a6a049-48db-4250-b2f9-06c1c9115391|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:23.144Z|02de148e-052a-412b-9165-d3811a66c950|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:23.144Z|1c9bb2dd-7e51-4a18-89b0-c0481b2b8c62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:23.146Z|02de148e-052a-412b-9165-d3811a66c950|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:23.146Z|1c9bb2dd-7e51-4a18-89b0-c0481b2b8c62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:23.844Z|74c7dfcf-3509-4f22-a70e-cb41f454d787|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:23.845Z|74c7dfcf-3509-4f22-a70e-cb41f454d787|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:31.449Z|772dad5b-9a72-4110-8722-131322713dfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:31.452Z|772dad5b-9a72-4110-8722-131322713dfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:32.057Z|1516cbf4-03a3-40f5-92c4-8e524b37b350|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:32.058Z|1516cbf4-03a3-40f5-92c4-8e524b37b350|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:33.179Z|b4652ad9-3a70-48e6-8b0c-1ec18f4ddc94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:33.182Z|b4652ad9-3a70-48e6-8b0c-1ec18f4ddc94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:33.183Z|d3d3b620-c2a6-47ac-92b6-9b655b80f8c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:33.183Z|d3d3b620-c2a6-47ac-92b6-9b655b80f8c2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:33.867Z|6b2f15c3-33aa-4b24-b6bd-4d1671c4c77b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:33.868Z|6b2f15c3-33aa-4b24-b6bd-4d1671c4c77b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:43.217Z|6ac9b3d8-e381-4de1-88ff-95781bfb52ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:43.220Z|6ac9b3d8-e381-4de1-88ff-95781bfb52ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:43.238Z|decdae02-0ffd-4a5e-8cdd-cdfc2937cb93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:43.239Z|decdae02-0ffd-4a5e-8cdd-cdfc2937cb93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:43.893Z|3ec158bc-8316-451a-9be8-4face986c8f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:43.894Z|3ec158bc-8316-451a-9be8-4face986c8f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:46.449Z|d03bc0c8-fd61-4c13-b9e6-92e26edf246f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:41:46.450Z|d03bc0c8-fd61-4c13-b9e6-92e26edf246f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:41:53.252Z|b99470e5-e754-4db2-8f27-f0eb3c5b0192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:53.253Z|b99470e5-e754-4db2-8f27-f0eb3c5b0192|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:53.265Z|fb0da44c-45e1-47df-bf6c-957819e11b86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:53.266Z|fb0da44c-45e1-47df-bf6c-957819e11b86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:53.916Z|334991cd-b2a9-447b-a579-08f22958826e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:41:53.917Z|334991cd-b2a9-447b-a579-08f22958826e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:41:59.844Z|c0bcaaaa-ec63-4b23-80da-117977bc82bc|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:41:59.845Z|c0bcaaaa-ec63-4b23-80da-117977bc82bc|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:01.449Z|87dbc41e-963f-4b40-870f-8419261e5670|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:01.449Z|87dbc41e-963f-4b40-870f-8419261e5670|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:02.059Z|82220f99-799c-44c9-b483-efe88e366736|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:02.060Z|82220f99-799c-44c9-b483-efe88e366736|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:03.277Z|d68288c6-ff89-45d5-9bc3-9aec7d6420e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:03.278Z|d68288c6-ff89-45d5-9bc3-9aec7d6420e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:03.295Z|f2ee22f3-f702-4991-b158-31aa483543ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:03.296Z|f2ee22f3-f702-4991-b158-31aa483543ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:03.938Z|1250e796-ce3f-4b10-b451-2fda461b78ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:03.938Z|1250e796-ce3f-4b10-b451-2fda461b78ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:13.305Z|b7044ac9-f1b4-4846-9eb6-3c9db1703666|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:13.306Z|b7044ac9-f1b4-4846-9eb6-3c9db1703666|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:13.320Z|b2e3b99d-7a73-4c59-bc98-090d7c8e6079|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:13.321Z|b2e3b99d-7a73-4c59-bc98-090d7c8e6079|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:13.958Z|1aaba063-0306-4407-9185-f80bf9ce1917|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:13.959Z|1aaba063-0306-4407-9185-f80bf9ce1917|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:16.449Z|dda26c9e-9aab-4232-8330-bffd3aa20c02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:16.451Z|dda26c9e-9aab-4232-8330-bffd3aa20c02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:23.327Z|49668f5f-41d1-4e46-9599-206952fd5e44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:23.328Z|49668f5f-41d1-4e46-9599-206952fd5e44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:23.343Z|4780e5f0-6c8f-43a1-86c0-3e5ef51df853|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:23.344Z|4780e5f0-6c8f-43a1-86c0-3e5ef51df853|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:23.980Z|cec3567f-3170-4922-940d-1e35336b3e61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:23.981Z|cec3567f-3170-4922-940d-1e35336b3e61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:31.448Z|b8f42281-c4ee-4acd-b1ba-f538aa0a1ace|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:31.449Z|b8f42281-c4ee-4acd-b1ba-f538aa0a1ace|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:32.060Z|e389b4cb-0d15-434a-bd0e-f6ba2e0305c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:32.061Z|e389b4cb-0d15-434a-bd0e-f6ba2e0305c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:33.353Z|6cf34b4f-604b-476b-b455-52e24c5941e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:33.354Z|6cf34b4f-604b-476b-b455-52e24c5941e4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:33.365Z|d255d1ba-c9ba-4ef6-b59f-b50361ab2c41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:33.366Z|d255d1ba-c9ba-4ef6-b59f-b50361ab2c41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:34.001Z|e724ce54-d3e5-41f5-83f0-2a4e5d06b2ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:34.001Z|e724ce54-d3e5-41f5-83f0-2a4e5d06b2ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:43.383Z|0b742e91-ecde-4eb6-9c2e-fc9a1baeb32c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:43.384Z|0b742e91-ecde-4eb6-9c2e-fc9a1baeb32c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:43.394Z|a9f477cc-49dc-4d6d-853a-2b3dcbf4e34c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:43.396Z|a9f477cc-49dc-4d6d-853a-2b3dcbf4e34c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:44.025Z|4fae3693-d99d-419a-bc0e-d53e5edcc87d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:44.025Z|4fae3693-d99d-419a-bc0e-d53e5edcc87d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:46.449Z|35bae0d2-db68-428a-aaf8-a49205b7fe06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:42:46.449Z|35bae0d2-db68-428a-aaf8-a49205b7fe06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:42:53.424Z|d6084599-f14a-4238-a581-5280ae6c4032|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:53.424Z|7969d6d0-4e1f-4c60-b37f-54a5458d4ea3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:53.424Z|7969d6d0-4e1f-4c60-b37f-54a5458d4ea3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:53.424Z|d6084599-f14a-4238-a581-5280ae6c4032|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:54.048Z|422c1521-201f-499a-99d3-07ee123a56da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:42:54.049Z|422c1521-201f-499a-99d3-07ee123a56da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:42:59.842Z|96dcde8e-de9d-4010-ac32-5ab57289dac4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:42:59.843Z|96dcde8e-de9d-4010-ac32-5ab57289dac4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:01.449Z|c5cb093f-6ad1-470d-b747-b5a0ab4a1b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:01.451Z|c5cb093f-6ad1-470d-b747-b5a0ab4a1b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:02.062Z|d20105fe-2fc6-401f-b8ba-0d4f9fffb047|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:02.062Z|d20105fe-2fc6-401f-b8ba-0d4f9fffb047|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:03.457Z|1eeaad29-66e4-4218-86ff-dd3fbf4871a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:03.458Z|1eeaad29-66e4-4218-86ff-dd3fbf4871a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:03.458Z|e20a5fad-5fca-420f-866f-7718d36dc4c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:03.460Z|e20a5fad-5fca-420f-866f-7718d36dc4c2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:04.072Z|57433c34-2b7f-47e5-9d0d-101e2c69872c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:04.073Z|57433c34-2b7f-47e5-9d0d-101e2c69872c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:13.488Z|0575be6b-f4d7-4bc6-9191-4a230f9e85c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:13.489Z|0575be6b-f4d7-4bc6-9191-4a230f9e85c9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:13.503Z|5043b689-f751-45b8-96c6-e2bd93457bf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:13.504Z|5043b689-f751-45b8-96c6-e2bd93457bf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:14.094Z|a100dcf1-7714-453d-b635-d6441063ff01|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:14.096Z|a100dcf1-7714-453d-b635-d6441063ff01|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:16.449Z|87c9c210-2cf0-4a29-a2ea-99e27ce29959|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:16.449Z|87c9c210-2cf0-4a29-a2ea-99e27ce29959|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:23.514Z|273b3725-fce4-46fc-afea-5aaa907aafc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:23.514Z|273b3725-fce4-46fc-afea-5aaa907aafc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:23.527Z|8a385537-cd7a-4a4a-b0fd-bac4cfd5b19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:23.527Z|8a385537-cd7a-4a4a-b0fd-bac4cfd5b19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:24.117Z|ef12f2d4-95c7-4a8b-a217-17d9b34ee930|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:24.118Z|ef12f2d4-95c7-4a8b-a217-17d9b34ee930|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:31.449Z|0642c1f0-a4be-4e0e-955e-3f59f5911e2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:31.449Z|0642c1f0-a4be-4e0e-955e-3f59f5911e2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:32.064Z|4e88b63a-7133-43ba-b411-5925237029bc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:32.065Z|4e88b63a-7133-43ba-b411-5925237029bc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:33.538Z|ceada1d0-2188-4c37-9dee-4d93689c592c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:33.539Z|ceada1d0-2188-4c37-9dee-4d93689c592c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:33.545Z|1630e20c-53dc-4a76-b795-c7b9fd0314c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:33.546Z|1630e20c-53dc-4a76-b795-c7b9fd0314c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:34.143Z|8b96c1b8-1937-4437-81d0-231a5de48d98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:34.143Z|8b96c1b8-1937-4437-81d0-231a5de48d98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:43.565Z|ea33c435-7233-42c1-b9aa-1501ef3c294e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:43.566Z|ea33c435-7233-42c1-b9aa-1501ef3c294e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:43.566Z|a3240389-de65-4e8f-a855-b2504741dbc7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:43.567Z|a3240389-de65-4e8f-a855-b2504741dbc7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:44.170Z|f2416899-8cc8-4a1f-b651-15f334ebea73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:44.172Z|f2416899-8cc8-4a1f-b651-15f334ebea73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:46.449Z|66f9f180-53b2-434f-bc45-0ad2321086af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:43:46.451Z|66f9f180-53b2-434f-bc45-0ad2321086af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:43:53.590Z|53f41662-2531-46a2-a61d-d70e91f1a2fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:53.590Z|76151efb-0368-422a-b7f8-8cceb90618fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:53.591Z|53f41662-2531-46a2-a61d-d70e91f1a2fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:53.591Z|76151efb-0368-422a-b7f8-8cceb90618fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:54.195Z|5415e641-cb46-458a-bdcc-36a4502444ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:43:54.198Z|5415e641-cb46-458a-bdcc-36a4502444ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:43:59.841Z|b0004668-5bde-4b3c-86c9-e88886160735|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:43:59.843Z|b0004668-5bde-4b3c-86c9-e88886160735|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:01.449Z|ab7d5a52-9c80-4b71-bdb2-b21fbc445ee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:01.449Z|ab7d5a52-9c80-4b71-bdb2-b21fbc445ee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:02.067Z|9808ba2c-2d98-497e-96ce-5e4a08d7bc41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:02.068Z|9808ba2c-2d98-497e-96ce-5e4a08d7bc41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:03.615Z|63136dce-1d9c-4146-9ee5-8bc80412a38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:03.615Z|05dc9d60-2f79-428c-b097-93f840dee036|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:03.616Z|05dc9d60-2f79-428c-b097-93f840dee036|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:03.616Z|63136dce-1d9c-4146-9ee5-8bc80412a38a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:04.222Z|a2de093d-e63f-40a8-91e2-71455c9e115a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:04.223Z|a2de093d-e63f-40a8-91e2-71455c9e115a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:13.641Z|b53fe1c9-9bc4-4217-82e0-ac74c0b26b98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:13.642Z|b53fe1c9-9bc4-4217-82e0-ac74c0b26b98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:13.644Z|465211f3-4e9e-4139-a555-7586d02205e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:13.645Z|465211f3-4e9e-4139-a555-7586d02205e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:14.245Z|488786f1-43bf-44b8-afe1-6c59979ac409|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:14.246Z|488786f1-43bf-44b8-afe1-6c59979ac409|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:16.449Z|9879a9c7-da3d-483c-b6c8-47f30daaafcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:16.449Z|9879a9c7-da3d-483c-b6c8-47f30daaafcb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:23.663Z|2a7109a1-bfcc-457c-9c5f-39aa37516c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:23.664Z|bcb5446c-2236-4ab1-9fa7-fa83f7ad4d74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:23.665Z|bcb5446c-2236-4ab1-9fa7-fa83f7ad4d74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:23.667Z|2a7109a1-bfcc-457c-9c5f-39aa37516c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:24.277Z|76b4e8fb-72ed-4d10-a923-a672fad5e173|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:24.278Z|76b4e8fb-72ed-4d10-a923-a672fad5e173|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:31.449Z|569b426f-f122-463f-8d96-233a68540fa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:31.451Z|569b426f-f122-463f-8d96-233a68540fa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:32.069Z|7d4d5764-75a1-4b28-9836-d4697dbdd08f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:32.069Z|7d4d5764-75a1-4b28-9836-d4697dbdd08f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:33.687Z|7fb2f07b-de01-4d76-9130-f9bfbf40110a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:33.688Z|7fb2f07b-de01-4d76-9130-f9bfbf40110a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:33.688Z|bbca1bad-d907-4a59-8c62-ed30f7c68af4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:33.689Z|bbca1bad-d907-4a59-8c62-ed30f7c68af4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:34.299Z|772c5b86-2423-4471-8295-521287a80e62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:34.299Z|772c5b86-2423-4471-8295-521287a80e62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:43.723Z|16203f19-e80b-4fe2-acaf-0f2ee2355669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:43.723Z|d1320d8a-5534-4735-bfaf-6279290eed0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:43.724Z|d1320d8a-5534-4735-bfaf-6279290eed0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:43.724Z|16203f19-e80b-4fe2-acaf-0f2ee2355669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:44.321Z|f3105085-908b-4616-ac18-04c0f75cdb34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:44.322Z|f3105085-908b-4616-ac18-04c0f75cdb34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:46.449Z|fa064cb8-e18a-4f90-8f96-42446c53be24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:44:46.449Z|fa064cb8-e18a-4f90-8f96-42446c53be24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:44:53.747Z|3cf67308-9e89-409d-8db6-589f6fea40b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:53.748Z|3cf67308-9e89-409d-8db6-589f6fea40b5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:53.749Z|7e30c892-1bcc-4550-90c9-b717d191ce95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:53.750Z|7e30c892-1bcc-4550-90c9-b717d191ce95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:54.343Z|9bf1b497-d440-4e24-9318-cacdddec925d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:44:54.344Z|9bf1b497-d440-4e24-9318-cacdddec925d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:44:59.841Z|c0c461fb-37c7-4d9c-9632-8384ef19a8a3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:44:59.842Z|c0c461fb-37c7-4d9c-9632-8384ef19a8a3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:01.448Z|c0b4bf23-b97c-425c-90ab-c20835284250|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:01.449Z|c0b4bf23-b97c-425c-90ab-c20835284250|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:02.070Z|4701b3b2-5063-47e1-8079-6c42081ed1af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:02.071Z|4701b3b2-5063-47e1-8079-6c42081ed1af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:03.768Z|0cc7565b-12a9-4624-b18f-efc5d3e07a65|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:03.768Z|d669658f-458f-48d4-9025-bcfc8794d7c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:03.768Z|0cc7565b-12a9-4624-b18f-efc5d3e07a65|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:03.769Z|d669658f-458f-48d4-9025-bcfc8794d7c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:04.367Z|f3301b67-288a-409b-96f5-f541ae7d5497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:04.368Z|f3301b67-288a-409b-96f5-f541ae7d5497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:13.789Z|3380c62c-757c-4d61-ad6e-d3957c352760|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:13.790Z|3380c62c-757c-4d61-ad6e-d3957c352760|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:13.794Z|7fbbb11f-c992-4cc2-bb52-873e3c99fb7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:13.795Z|7fbbb11f-c992-4cc2-bb52-873e3c99fb7b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:14.389Z|6637faaf-ce8e-4fa9-a744-d47c6eb256b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:14.390Z|6637faaf-ce8e-4fa9-a744-d47c6eb256b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:16.449Z|cc3f9e5c-d21b-4fa2-abd1-9bb21d759579|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:16.451Z|cc3f9e5c-d21b-4fa2-abd1-9bb21d759579|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:23.811Z|2c5c7cc1-3afd-4800-a174-ca556cbec78f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:23.812Z|2c5c7cc1-3afd-4800-a174-ca556cbec78f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:23.816Z|bfa568ba-5734-43d7-84d6-087cef69b474|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:23.817Z|bfa568ba-5734-43d7-84d6-087cef69b474|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:24.411Z|7231c00f-c8fb-46da-bcf2-317e5e4dd318|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:24.412Z|7231c00f-c8fb-46da-bcf2-317e5e4dd318|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:31.449Z|a9c5c34b-ad4a-4a7c-8fdc-e590eb5939c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:31.450Z|a9c5c34b-ad4a-4a7c-8fdc-e590eb5939c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:32.071Z|ff98f4e4-204e-4b72-bedc-44e52dda7e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:32.072Z|ff98f4e4-204e-4b72-bedc-44e52dda7e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:33.832Z|ecc963c7-5b87-4916-bfdd-f7adce640853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:33.833Z|ecc963c7-5b87-4916-bfdd-f7adce640853|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:33.836Z|e8a80b02-b920-4772-a99d-59d22687096d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:33.836Z|e8a80b02-b920-4772-a99d-59d22687096d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:34.431Z|d57a0c69-fd17-4933-bb97-1311eea872fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:34.432Z|d57a0c69-fd17-4933-bb97-1311eea872fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:43.853Z|358c12fb-d147-4305-8b50-aa143eacba4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:43.853Z|358c12fb-d147-4305-8b50-aa143eacba4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:43.859Z|0d2c18a3-927f-4378-ac2c-a89c2ffb5069|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:43.859Z|0d2c18a3-927f-4378-ac2c-a89c2ffb5069|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:44.451Z|915270f1-a6e5-475d-af49-8db8c4c4f4b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:44.452Z|915270f1-a6e5-475d-af49-8db8c4c4f4b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:46.449Z|e4f1eed9-790b-4e14-a37d-ec90ca9fa4c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:45:46.449Z|e4f1eed9-790b-4e14-a37d-ec90ca9fa4c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:45:53.876Z|1dd3416f-0633-4921-bc8e-5382f13dc04d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:53.877Z|1dd3416f-0633-4921-bc8e-5382f13dc04d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:53.883Z|f001fb44-aa88-49e4-8529-cdfaa3f0f9eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:53.883Z|f001fb44-aa88-49e4-8529-cdfaa3f0f9eb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:54.472Z|18184bf0-82fe-4774-9a28-845afec620f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:45:54.473Z|18184bf0-82fe-4774-9a28-845afec620f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:45:59.841Z|cf123cf3-d7c1-4137-a4a6-edbcac457b2c|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:45:59.842Z|cf123cf3-d7c1-4137-a4a6-edbcac457b2c|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:01.449Z|f66b275d-6865-499a-b098-7bf912323ab3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:01.450Z|f66b275d-6865-499a-b098-7bf912323ab3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:02.073Z|f0f32ed8-7050-456f-aab2-e9e0519dcd14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:02.073Z|f0f32ed8-7050-456f-aab2-e9e0519dcd14|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:03.900Z|464f8cdb-67e3-44ba-b43a-9105983b68f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:03.900Z|464f8cdb-67e3-44ba-b43a-9105983b68f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:03.905Z|dd819015-3304-4aa4-b7c8-24234d79cfd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:03.905Z|dd819015-3304-4aa4-b7c8-24234d79cfd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:04.493Z|5fa31bfb-a9d7-48b0-bb72-22c94b2d9773|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:04.495Z|5fa31bfb-a9d7-48b0-bb72-22c94b2d9773|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:13.922Z|a148d0a9-5068-47e3-a450-a4a5209c30be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:13.923Z|a148d0a9-5068-47e3-a450-a4a5209c30be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:13.926Z|7139bac6-057a-4b3d-9c6f-b853a7ef63cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:13.927Z|7139bac6-057a-4b3d-9c6f-b853a7ef63cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:14.517Z|29e1e05d-0478-43a7-be8c-c711403057e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:14.518Z|29e1e05d-0478-43a7-be8c-c711403057e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:16.449Z|0c4c980e-440b-4ef4-89b6-27cd7e2a76d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:16.449Z|0c4c980e-440b-4ef4-89b6-27cd7e2a76d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:23.948Z|e3939982-2e84-42e9-8b82-d3327edd01f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:23.948Z|e3939982-2e84-42e9-8b82-d3327edd01f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:23.950Z|ee189433-03bf-4eea-9996-e83760d46870|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:23.951Z|ee189433-03bf-4eea-9996-e83760d46870|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:24.540Z|0a84e588-5d33-4baa-9669-8beb323bc442|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:24.541Z|0a84e588-5d33-4baa-9669-8beb323bc442|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:31.449Z|b4e50c46-daf1-44ad-a23b-480b2181e8c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:31.449Z|b4e50c46-daf1-44ad-a23b-480b2181e8c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:32.074Z|ab7e9385-b6d8-4751-9248-7f2cd65c91ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:32.074Z|ab7e9385-b6d8-4751-9248-7f2cd65c91ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:33.973Z|2a4bb92b-1c22-4cb4-b9e9-d5a559eb74d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:33.973Z|3a95fc1f-1d5e-4150-9785-a13ae4415152|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:33.973Z|2a4bb92b-1c22-4cb4-b9e9-d5a559eb74d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:33.973Z|3a95fc1f-1d5e-4150-9785-a13ae4415152|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:34.564Z|7d72a154-b7ed-438d-9fb6-4b841d54d984|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:34.565Z|7d72a154-b7ed-438d-9fb6-4b841d54d984|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:43.998Z|53645d46-dd3d-4b03-ac22-f2be2ee3962a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:43.998Z|facdd7ae-8f88-4d75-b061-df3e6573ebac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:43.998Z|53645d46-dd3d-4b03-ac22-f2be2ee3962a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:43.998Z|facdd7ae-8f88-4d75-b061-df3e6573ebac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:44.604Z|5a9fc2de-ae7a-4fb7-9410-d14229b59af1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:44.605Z|5a9fc2de-ae7a-4fb7-9410-d14229b59af1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:46.448Z|f1ba7db4-fdf0-4bdc-9f67-4a5bd1499adc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:46:46.449Z|f1ba7db4-fdf0-4bdc-9f67-4a5bd1499adc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:46:54.019Z|3c5bd8ad-c187-4227-b450-acca5e23805b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:54.020Z|3c5bd8ad-c187-4227-b450-acca5e23805b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:54.037Z|8a03ae21-7fde-4360-9c94-dc6560f3be2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:54.037Z|8a03ae21-7fde-4360-9c94-dc6560f3be2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:54.626Z|2fd501a2-5259-484a-b109-2ee6c0c5634d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:46:54.627Z|2fd501a2-5259-484a-b109-2ee6c0c5634d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:46:59.845Z|c2b47106-5abc-4cac-b56d-9f6c000af60f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:46:59.846Z|c2b47106-5abc-4cac-b56d-9f6c000af60f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:01.448Z|a3666212-e91f-49a8-b80f-2e0858340bb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:01.449Z|a3666212-e91f-49a8-b80f-2e0858340bb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:02.075Z|83370ddb-2f3f-4bbb-a0a9-c868fdd31aa6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:02.076Z|83370ddb-2f3f-4bbb-a0a9-c868fdd31aa6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:04.042Z|b5d8444e-6a6e-4941-9f58-09d88968e9e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:04.043Z|b5d8444e-6a6e-4941-9f58-09d88968e9e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:04.059Z|4d81f9fd-f619-46ab-9be9-4829cc51d8f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:04.060Z|4d81f9fd-f619-46ab-9be9-4829cc51d8f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:04.652Z|f324045e-3d40-4651-bb87-5924978ee7cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:04.652Z|f324045e-3d40-4651-bb87-5924978ee7cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:14.063Z|ae4756a8-315a-47ed-9682-1993b1a5e765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:14.064Z|ae4756a8-315a-47ed-9682-1993b1a5e765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:14.081Z|78a065ed-f8c3-4c32-b3de-c4f56b70da38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:14.082Z|78a065ed-f8c3-4c32-b3de-c4f56b70da38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:14.674Z|f632d08d-cbf6-4dfb-a177-121f83f4aecc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:14.674Z|f632d08d-cbf6-4dfb-a177-121f83f4aecc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:16.449Z|a671da3e-350b-4583-823b-65631171b4eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:16.449Z|a671da3e-350b-4583-823b-65631171b4eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:24.084Z|a26b2974-e70d-4487-873a-226a158d6276|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:24.085Z|a26b2974-e70d-4487-873a-226a158d6276|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:24.102Z|5092a287-0081-4640-838d-0800f27ee0ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:24.102Z|5092a287-0081-4640-838d-0800f27ee0ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:24.699Z|7b19296a-34a8-43a0-99c7-8110795c4903|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:24.699Z|7b19296a-34a8-43a0-99c7-8110795c4903|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:31.448Z|8b887bbb-79df-44b0-95e1-146baa621c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:31.449Z|8b887bbb-79df-44b0-95e1-146baa621c4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:32.077Z|fe093c8b-f936-4d08-8c6a-1621828f6553|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:32.077Z|fe093c8b-f936-4d08-8c6a-1621828f6553|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:34.105Z|7cea08f8-d736-477f-abee-d9187f3d1c90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:34.106Z|7cea08f8-d736-477f-abee-d9187f3d1c90|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:34.124Z|73af31b5-964e-4623-80ec-913a0c533cfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:34.125Z|73af31b5-964e-4623-80ec-913a0c533cfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:34.720Z|894f812d-4496-4e43-beaf-a5143b1b38dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:34.721Z|894f812d-4496-4e43-beaf-a5143b1b38dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:44.126Z|2697b249-34f5-43dd-8628-d9448e03fbdc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:44.126Z|2697b249-34f5-43dd-8628-d9448e03fbdc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:44.149Z|f55952bf-bc80-4f65-a0da-7548519509dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:44.150Z|f55952bf-bc80-4f65-a0da-7548519509dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:44.743Z|59c35e5d-c0f7-4879-93bf-4d9032863b22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:44.743Z|59c35e5d-c0f7-4879-93bf-4d9032863b22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:46.449Z|5d9738f5-b786-4c14-8630-b09db291aad4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:47:46.449Z|5d9738f5-b786-4c14-8630-b09db291aad4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:47:54.150Z|9ea5e20e-f2aa-43dd-a794-ef8ba5257a9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:54.151Z|9ea5e20e-f2aa-43dd-a794-ef8ba5257a9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:54.169Z|7173f620-fec8-40b1-9b0d-df753e6ef9b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:54.170Z|7173f620-fec8-40b1-9b0d-df753e6ef9b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:54.763Z|37b33b07-731a-48fe-a6b3-af8315d9f76e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:47:54.764Z|37b33b07-731a-48fe-a6b3-af8315d9f76e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:47:59.842Z|38f2df4f-6605-4390-93c1-04367fdfdef7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:47:59.843Z|38f2df4f-6605-4390-93c1-04367fdfdef7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:01.449Z|73a37afa-ddbb-41ed-90cc-3d7491e201c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:01.449Z|73a37afa-ddbb-41ed-90cc-3d7491e201c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:02.078Z|451151ee-cf2f-4bd0-afc5-f6e107b9973c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:02.078Z|451151ee-cf2f-4bd0-afc5-f6e107b9973c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:04.172Z|d4830dcf-4c63-4910-97bd-f08584be67e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:04.172Z|d4830dcf-4c63-4910-97bd-f08584be67e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:04.194Z|d34a9a69-bc8f-4fc7-a45f-82bb4846bd24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:04.195Z|d34a9a69-bc8f-4fc7-a45f-82bb4846bd24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:04.784Z|1eb3615e-c0d6-49bf-8e1c-40500d0f08cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:04.785Z|1eb3615e-c0d6-49bf-8e1c-40500d0f08cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:14.199Z|857d972f-26a5-4262-8901-e04ffec9e6c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:14.200Z|857d972f-26a5-4262-8901-e04ffec9e6c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:14.218Z|dbcbbab9-8e77-413e-8927-a3b0aa0ba042|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:14.219Z|dbcbbab9-8e77-413e-8927-a3b0aa0ba042|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:14.805Z|5f7e56d9-d20e-4bf2-9834-e8154824951c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:14.806Z|5f7e56d9-d20e-4bf2-9834-e8154824951c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:16.449Z|dd62e63a-c8e3-489f-8f6d-46ee748a290b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:16.450Z|dd62e63a-c8e3-489f-8f6d-46ee748a290b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:24.222Z|e68e9ba1-4e85-48f2-b298-c0df7ef61aa3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:24.223Z|e68e9ba1-4e85-48f2-b298-c0df7ef61aa3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:24.239Z|8f0cd1dc-9260-40ee-9f43-ff637267c3a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:24.239Z|8f0cd1dc-9260-40ee-9f43-ff637267c3a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:24.826Z|63fbeccf-c532-4f6e-94b0-033de2cf499b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:24.827Z|63fbeccf-c532-4f6e-94b0-033de2cf499b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:31.449Z|9716d988-08b0-436f-9cc2-9ecf9829fdfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:31.449Z|9716d988-08b0-436f-9cc2-9ecf9829fdfd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:32.079Z|543a3d1f-f8c2-4b88-83b6-7db0f9d649fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:32.079Z|543a3d1f-f8c2-4b88-83b6-7db0f9d649fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:34.246Z|7c299410-68b6-4545-95eb-1de467735d3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:34.247Z|7c299410-68b6-4545-95eb-1de467735d3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:34.268Z|37832d28-2dcf-4e62-90c0-c4d3d10238bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:34.268Z|37832d28-2dcf-4e62-90c0-c4d3d10238bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:34.849Z|b46a3055-7de0-459e-828b-05870061907f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:34.849Z|b46a3055-7de0-459e-828b-05870061907f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:44.278Z|5ae3c0e1-9bad-4392-a754-cc63e44c2a3e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:44.280Z|5ae3c0e1-9bad-4392-a754-cc63e44c2a3e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:44.318Z|2c29e3a8-6d45-43b5-b1de-bc137ed22178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:44.319Z|2c29e3a8-6d45-43b5-b1de-bc137ed22178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:44.870Z|79ea2f95-735e-4abc-b5cd-80ed8110cbec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:44.871Z|79ea2f95-735e-4abc-b5cd-80ed8110cbec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:46.449Z|2fb54609-6ff4-4337-8c4a-124261ab5c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:48:46.450Z|2fb54609-6ff4-4337-8c4a-124261ab5c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:48:54.307Z|2359ba8a-abe2-42f5-bebc-5b7828801baa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:54.307Z|2359ba8a-abe2-42f5-bebc-5b7828801baa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:54.344Z|ba12d482-add4-4f44-a65d-d45cf72fe0a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:54.344Z|ba12d482-add4-4f44-a65d-d45cf72fe0a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:54.897Z|912266df-77a4-4628-98e5-425af5a2a4d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:48:54.898Z|912266df-77a4-4628-98e5-425af5a2a4d5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:48:59.841Z|3d0b0637-82b8-4ff7-b41f-a785a5801bd0|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:48:59.842Z|3d0b0637-82b8-4ff7-b41f-a785a5801bd0|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:01.449Z|989d8d72-a949-42da-a5e8-f841782933c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:01.451Z|989d8d72-a949-42da-a5e8-f841782933c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:02.080Z|2eca258a-34fd-43d8-9b50-2fcf8f79f35b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:02.080Z|2eca258a-34fd-43d8-9b50-2fcf8f79f35b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:04.328Z|c8cf1360-f975-41ba-a0bc-7b0e99ff22a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:04.329Z|c8cf1360-f975-41ba-a0bc-7b0e99ff22a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:04.366Z|89025164-67de-4391-a234-5fac8e36fae9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:04.367Z|89025164-67de-4391-a234-5fac8e36fae9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:04.919Z|ccf97448-b7b0-42f4-b182-5db0a5e3e533|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:04.920Z|ccf97448-b7b0-42f4-b182-5db0a5e3e533|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:14.351Z|88298112-b098-4b4f-b70a-ecb3e695f5ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:14.352Z|88298112-b098-4b4f-b70a-ecb3e695f5ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:14.387Z|decc4e74-aa30-49d2-a796-cd2a38e0ffa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:14.388Z|decc4e74-aa30-49d2-a796-cd2a38e0ffa4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:14.941Z|ac1d5ae6-1c58-4222-b79a-4360a77f168c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:14.941Z|ac1d5ae6-1c58-4222-b79a-4360a77f168c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:16.449Z|0b35a2d4-955b-436e-87dd-29a9b35a102c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:16.449Z|0b35a2d4-955b-436e-87dd-29a9b35a102c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:24.375Z|1d709aba-c3b7-4dad-9e76-fd0f1fd4f451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:24.376Z|1d709aba-c3b7-4dad-9e76-fd0f1fd4f451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:24.412Z|84316bd9-b2b2-4c30-a705-3eaa555b032a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:24.413Z|84316bd9-b2b2-4c30-a705-3eaa555b032a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:24.966Z|ce8bf8ea-3821-4d54-9e1b-9bc40ffde857|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:24.966Z|ce8bf8ea-3821-4d54-9e1b-9bc40ffde857|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:31.449Z|067a247d-b3c3-49af-993e-9a6d4b4044f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:31.449Z|067a247d-b3c3-49af-993e-9a6d4b4044f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:32.081Z|a1015e23-975a-4464-bd60-a32e926a55ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:32.081Z|a1015e23-975a-4464-bd60-a32e926a55ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:34.399Z|3024c35b-adc8-495f-baab-727927d376a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:34.400Z|3024c35b-adc8-495f-baab-727927d376a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:34.436Z|086be7ae-49e1-4b98-817f-f795493178c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:34.436Z|086be7ae-49e1-4b98-817f-f795493178c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:34.987Z|65dbc639-fff5-445f-b405-c2ce707bf140|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:34.987Z|65dbc639-fff5-445f-b405-c2ce707bf140|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:44.423Z|5bf6437f-6984-4efc-a98d-da43251b8699|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:44.424Z|5bf6437f-6984-4efc-a98d-da43251b8699|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:44.460Z|6ac6e9ce-aa58-4002-aba8-ceed4e223e93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:44.461Z|6ac6e9ce-aa58-4002-aba8-ceed4e223e93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:45.008Z|1e65f505-3704-40a1-8557-a018d729a7ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:45.009Z|1e65f505-3704-40a1-8557-a018d729a7ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:46.448Z|7266446e-470e-4b0e-8da8-d1ab49aa91e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:49:46.450Z|7266446e-470e-4b0e-8da8-d1ab49aa91e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:49:54.445Z|857ecfc4-d136-4ace-9e44-ef2ac3610e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:54.446Z|857ecfc4-d136-4ace-9e44-ef2ac3610e56|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:54.483Z|369bb488-d58d-4418-b067-67aa25732921|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:54.484Z|369bb488-d58d-4418-b067-67aa25732921|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:55.030Z|6192c8ee-0ea4-4030-9d04-526a9c651611|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:49:55.031Z|6192c8ee-0ea4-4030-9d04-526a9c651611|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:49:59.841Z|00fb0dd0-bf8c-428d-9d1a-3e9ffde5328b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:49:59.842Z|00fb0dd0-bf8c-428d-9d1a-3e9ffde5328b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:01.449Z|183cd6a0-62f5-4eee-ac5b-a5bc58243b8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:01.449Z|183cd6a0-62f5-4eee-ac5b-a5bc58243b8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:02.082Z|207f462d-3898-4de7-84c8-570abc22bed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:02.083Z|207f462d-3898-4de7-84c8-570abc22bed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:04.470Z|a8844630-99f4-48d1-925d-cf850ac79eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:04.471Z|a8844630-99f4-48d1-925d-cf850ac79eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:04.505Z|cef855fc-71f3-4388-891c-32816c231844|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:04.505Z|cef855fc-71f3-4388-891c-32816c231844|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:05.049Z|c4bf347c-b569-4eb0-8e20-7ae7713e56e0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:05.050Z|c4bf347c-b569-4eb0-8e20-7ae7713e56e0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:14.492Z|5eca954e-e85f-4832-b826-709c19c0bf5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:14.493Z|5eca954e-e85f-4832-b826-709c19c0bf5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:14.528Z|dad4c213-8281-4132-8828-0f93b641b0bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:14.529Z|dad4c213-8281-4132-8828-0f93b641b0bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:15.073Z|e5399bf3-543a-47f6-a7bd-870bce0f9f14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:15.074Z|e5399bf3-543a-47f6-a7bd-870bce0f9f14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:16.449Z|76f09685-ef97-44a3-bd19-6b47f03d5b7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:16.449Z|76f09685-ef97-44a3-bd19-6b47f03d5b7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:24.514Z|d906161e-237b-48e2-b26e-ec41ca03c4d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:24.514Z|d906161e-237b-48e2-b26e-ec41ca03c4d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:24.561Z|09828f50-0984-4419-9444-663cd42ec4dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:24.561Z|09828f50-0984-4419-9444-663cd42ec4dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:25.096Z|c1c5cd91-c601-4951-972b-d1a3d4d75e80|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:25.097Z|c1c5cd91-c601-4951-972b-d1a3d4d75e80|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:31.449Z|d2517926-d952-46b4-9ce4-6a7ad0862e0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:31.450Z|d2517926-d952-46b4-9ce4-6a7ad0862e0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:32.084Z|60b52120-bed0-4767-be5e-330afbed763c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:32.084Z|60b52120-bed0-4767-be5e-330afbed763c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:34.536Z|f62e880c-73f3-4c67-96b9-6ca9dc5c15cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:34.537Z|f62e880c-73f3-4c67-96b9-6ca9dc5c15cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:34.585Z|03a27856-3f26-4971-a29c-9877b76338c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:34.585Z|03a27856-3f26-4971-a29c-9877b76338c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:35.120Z|2bfac2c8-3dec-49e7-a394-48053e44565a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:35.121Z|2bfac2c8-3dec-49e7-a394-48053e44565a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:44.559Z|dc0fabc2-8b6b-4c62-b542-c7639306998d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:44.560Z|dc0fabc2-8b6b-4c62-b542-c7639306998d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:44.610Z|2fea2715-5fd2-4cd1-8e21-a3b322a74c39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:44.610Z|2fea2715-5fd2-4cd1-8e21-a3b322a74c39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:45.143Z|200cb12e-09d3-4306-8554-2e5765dbfab0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:45.144Z|200cb12e-09d3-4306-8554-2e5765dbfab0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:46.449Z|f1a51b0a-518c-496e-ae85-4560275bfab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:50:46.449Z|f1a51b0a-518c-496e-ae85-4560275bfab6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:50:54.587Z|36cc797f-eb76-47cb-a93b-de09b4ec8837|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:54.588Z|36cc797f-eb76-47cb-a93b-de09b4ec8837|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:54.631Z|f6ca4812-3f69-497d-829a-bbda83a9ae97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:54.632Z|f6ca4812-3f69-497d-829a-bbda83a9ae97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:55.166Z|d0295590-9982-4754-8208-d72bee1cfec4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:50:55.167Z|d0295590-9982-4754-8208-d72bee1cfec4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:50:59.842Z|4e01d2e7-01d1-475d-9bbc-46d8cc21f7a9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:50:59.842Z|4e01d2e7-01d1-475d-9bbc-46d8cc21f7a9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:01.448Z|ae31f48c-a04c-4309-86c2-b673fdf19f6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:01.449Z|ae31f48c-a04c-4309-86c2-b673fdf19f6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:02.085Z|0f659b5f-f403-46f9-97e6-4b2628a081d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:02.086Z|0f659b5f-f403-46f9-97e6-4b2628a081d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:04.609Z|88f54c9f-6f13-4d78-9788-4ff6286a7bd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:04.611Z|88f54c9f-6f13-4d78-9788-4ff6286a7bd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:04.653Z|af31f701-3d09-49ac-96a9-9ab2c12138b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:04.654Z|af31f701-3d09-49ac-96a9-9ab2c12138b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:05.188Z|9cd0539c-f1ba-4dd2-ad52-3b3070b8af5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:05.188Z|9cd0539c-f1ba-4dd2-ad52-3b3070b8af5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:14.636Z|e930f66d-be6c-470d-ae41-e19ac43c5ca3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:14.637Z|e930f66d-be6c-470d-ae41-e19ac43c5ca3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:14.679Z|b3822ce2-fe72-4604-921a-290886cb8b2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:14.680Z|b3822ce2-fe72-4604-921a-290886cb8b2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:15.211Z|58989a7c-3e13-4385-8993-ece2eb46cbce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:15.212Z|58989a7c-3e13-4385-8993-ece2eb46cbce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:16.449Z|d30823ed-ebb5-4dfe-ab41-31168db9b9de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:16.450Z|d30823ed-ebb5-4dfe-ab41-31168db9b9de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:24.658Z|d4a9ea1f-a866-4caa-ac1a-40fa8245a832|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:24.659Z|d4a9ea1f-a866-4caa-ac1a-40fa8245a832|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:24.703Z|95e6ca66-392b-42ba-b457-114f8af26785|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:24.704Z|95e6ca66-392b-42ba-b457-114f8af26785|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:25.234Z|f8fc7b78-c9e9-4093-878c-00f58fc2d7e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:25.235Z|f8fc7b78-c9e9-4093-878c-00f58fc2d7e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:31.449Z|e91c5811-f7cb-4b4d-ac4b-574d05c972ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:31.449Z|e91c5811-f7cb-4b4d-ac4b-574d05c972ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:32.087Z|c9c18305-3290-4cd6-8e22-567fded4237d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:32.087Z|c9c18305-3290-4cd6-8e22-567fded4237d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:34.697Z|0ed5c7c0-75de-4071-ba49-6efd74aa93b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:34.697Z|0ed5c7c0-75de-4071-ba49-6efd74aa93b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:34.729Z|eac0a7a1-1e7f-432d-8d0f-0a8c7ec8380a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:34.731Z|eac0a7a1-1e7f-432d-8d0f-0a8c7ec8380a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:35.254Z|89cbc259-af71-42cb-9ddc-7bbd9b17dbff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:35.255Z|89cbc259-af71-42cb-9ddc-7bbd9b17dbff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:44.722Z|9a6c61d7-839c-463e-b20a-f19258a4b959|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:44.723Z|9a6c61d7-839c-463e-b20a-f19258a4b959|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:44.774Z|9d32a4d6-e8af-4733-9ea1-6168f3400fa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:44.775Z|9d32a4d6-e8af-4733-9ea1-6168f3400fa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:45.282Z|ed1a5fb2-3a88-448d-a4f1-0658c5d89dbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:45.283Z|ed1a5fb2-3a88-448d-a4f1-0658c5d89dbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:46.449Z|c9d6de56-bb97-4c02-bde0-7b618a8e2115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:51:46.453Z|c9d6de56-bb97-4c02-bde0-7b618a8e2115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:51:54.746Z|e60b4d89-4e05-4343-9cb1-37002b8a0a78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:54.747Z|e60b4d89-4e05-4343-9cb1-37002b8a0a78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:54.796Z|068ec9c6-b1e8-412b-a4b8-865391d5c66f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:54.797Z|068ec9c6-b1e8-412b-a4b8-865391d5c66f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:55.303Z|04da9761-3468-4cf0-b374-47137725d4a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:51:55.303Z|04da9761-3468-4cf0-b374-47137725d4a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:51:59.844Z|aa620671-3f34-4fc5-ba3b-b65c5ef618c5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:51:59.845Z|aa620671-3f34-4fc5-ba3b-b65c5ef618c5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:01.449Z|6930979d-dbb0-48ad-b2cf-44254f4cd1f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:01.449Z|6930979d-dbb0-48ad-b2cf-44254f4cd1f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:02.088Z|42819e5c-019e-4b32-9a85-616f4f4c74d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:02.089Z|42819e5c-019e-4b32-9a85-616f4f4c74d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:04.785Z|db4beedd-ac0d-4e47-94d4-4395e1e344c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:04.786Z|db4beedd-ac0d-4e47-94d4-4395e1e344c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:04.818Z|bd96cc51-03ed-4999-98e1-f2411f75e9e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:04.819Z|bd96cc51-03ed-4999-98e1-f2411f75e9e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:05.324Z|191b821c-3ee8-4545-9d7a-fc3dac406534|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:05.325Z|191b821c-3ee8-4545-9d7a-fc3dac406534|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:14.809Z|e0664361-fb43-4372-8bb3-37a46bfcb57d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:14.810Z|e0664361-fb43-4372-8bb3-37a46bfcb57d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:14.840Z|10db0fe8-693b-424d-bd19-abaafbc0c878|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:14.841Z|10db0fe8-693b-424d-bd19-abaafbc0c878|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:15.347Z|ec49457c-be44-4d49-9614-eed67d22fdec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:15.347Z|ec49457c-be44-4d49-9614-eed67d22fdec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:16.449Z|8a1932fd-8185-44d0-bb4e-e8c657e2d555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:16.450Z|8a1932fd-8185-44d0-bb4e-e8c657e2d555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:24.833Z|3e11cde0-2286-4d32-8e32-459fed7f7c0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:24.834Z|3e11cde0-2286-4d32-8e32-459fed7f7c0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:24.861Z|815eee05-99ba-4bec-9203-5c2552ce66fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:24.862Z|815eee05-99ba-4bec-9203-5c2552ce66fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:25.369Z|20b3d966-ce2e-4087-b879-eb7726fd5cd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:25.370Z|20b3d966-ce2e-4087-b879-eb7726fd5cd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:31.449Z|91bd4cc2-90ed-46dc-86fc-05bd0c791fbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:31.452Z|91bd4cc2-90ed-46dc-86fc-05bd0c791fbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:32.089Z|f031cc17-7014-417a-8138-05b748e171d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:32.090Z|f031cc17-7014-417a-8138-05b748e171d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:34.856Z|63ed463e-680c-4098-95ae-73889ecc0729|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:34.857Z|63ed463e-680c-4098-95ae-73889ecc0729|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:34.882Z|3859b750-bf01-4672-8efd-74e5e6fe514c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:34.883Z|3859b750-bf01-4672-8efd-74e5e6fe514c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:35.391Z|9da40bb5-5d7e-4a8b-8529-514d32783ce7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:35.391Z|9da40bb5-5d7e-4a8b-8529-514d32783ce7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:44.889Z|75a87c4c-5cd5-44cd-9b89-a4a1bfa12d48|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:44.889Z|75a87c4c-5cd5-44cd-9b89-a4a1bfa12d48|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:44.906Z|620b329c-4dd7-4208-9050-d5a71beabcfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:44.907Z|620b329c-4dd7-4208-9050-d5a71beabcfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:45.422Z|6e15da4e-245a-4aad-a5d5-f8b4dd07b08f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:45.423Z|6e15da4e-245a-4aad-a5d5-f8b4dd07b08f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:46.449Z|4aa870ce-d609-41eb-a6f7-ccbd61d2b6b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:52:46.449Z|4aa870ce-d609-41eb-a6f7-ccbd61d2b6b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:52:54.925Z|5ca46700-fcbd-4455-bd52-b3fdee67b0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:54.926Z|5ca46700-fcbd-4455-bd52-b3fdee67b0ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:54.930Z|04957381-8cb9-47fa-b38f-3dad6b66ed73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:54.931Z|04957381-8cb9-47fa-b38f-3dad6b66ed73|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:55.445Z|34d0619a-9203-4599-98ba-ca62a98df331|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:52:55.445Z|34d0619a-9203-4599-98ba-ca62a98df331|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:52:59.846Z|4d43e42b-9b6d-4f0f-b64d-389152933e3e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:52:59.847Z|4d43e42b-9b6d-4f0f-b64d-389152933e3e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:01.449Z|5faca036-34e6-49d4-b319-ee3f0930966f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:01.449Z|5faca036-34e6-49d4-b319-ee3f0930966f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:02.091Z|510f9527-4737-4573-87e5-3b1e9b4a121c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:02.092Z|510f9527-4737-4573-87e5-3b1e9b4a121c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:04.951Z|87f672a1-be62-470b-92b4-2003407197a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:04.952Z|87f672a1-be62-470b-92b4-2003407197a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:04.956Z|9b87bfd9-535e-4c3e-8878-8b9f5e412cd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:04.957Z|9b87bfd9-535e-4c3e-8878-8b9f5e412cd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:05.469Z|d20348fa-6e02-4e38-ab1f-fd07dbe05a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:05.471Z|d20348fa-6e02-4e38-ab1f-fd07dbe05a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:14.981Z|d6928a24-e4c7-4d5d-b6d0-e8c48798f216|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:14.982Z|d6928a24-e4c7-4d5d-b6d0-e8c48798f216|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:14.984Z|3f4156df-cdb6-4b6f-9384-5e397f2dace2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:14.984Z|3f4156df-cdb6-4b6f-9384-5e397f2dace2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:15.534Z|51b2d383-cbe6-4221-a552-b15f4ffe3496|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:15.534Z|51b2d383-cbe6-4221-a552-b15f4ffe3496|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:16.449Z|ac77d765-9b8c-4640-9f27-91b08dd61310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:16.452Z|ac77d765-9b8c-4640-9f27-91b08dd61310|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:25.007Z|d76556e4-e364-4dd6-81a1-47e20f7d4f2e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:25.007Z|d76556e4-e364-4dd6-81a1-47e20f7d4f2e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:25.013Z|46145f22-c233-46ac-a58e-fea3dda6f6b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:25.014Z|46145f22-c233-46ac-a58e-fea3dda6f6b6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:25.559Z|3c78a5e7-01e1-483b-9f41-72c2fab0c3a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:25.560Z|3c78a5e7-01e1-483b-9f41-72c2fab0c3a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:31.449Z|c9a0a8e7-dfea-4ea4-ac46-affc95840080|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:31.449Z|c9a0a8e7-dfea-4ea4-ac46-affc95840080|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:32.092Z|09cec62a-5ad5-4769-a711-9bc5cfbcfe3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:32.093Z|09cec62a-5ad5-4769-a711-9bc5cfbcfe3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:35.030Z|85ba02b2-c6fa-44f3-a550-25bd7340ac6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:35.030Z|85ba02b2-c6fa-44f3-a550-25bd7340ac6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:35.036Z|1793478a-1278-4608-b48d-3d86a3fd1a68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:35.037Z|1793478a-1278-4608-b48d-3d86a3fd1a68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:35.605Z|5e810081-e4f2-4353-9410-4da35ffe5659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:35.608Z|5e810081-e4f2-4353-9410-4da35ffe5659|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:45.050Z|2c5e5781-4ad3-49c0-a74f-fb1e959dd766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:45.051Z|2c5e5781-4ad3-49c0-a74f-fb1e959dd766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:45.056Z|2c2946cc-775b-40cb-a642-a39019da4813|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:45.057Z|2c2946cc-775b-40cb-a642-a39019da4813|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:45.630Z|9d48c492-ac73-4526-8c74-8e664983a649|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:45.631Z|9d48c492-ac73-4526-8c74-8e664983a649|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:46.449Z|e8ee946e-3d07-4cdf-b3fd-5533be3e3075|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:53:46.449Z|e8ee946e-3d07-4cdf-b3fd-5533be3e3075|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:53:55.082Z|df2c6a30-17ed-4959-b0c1-c34f96292ce1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:55.088Z|df2c6a30-17ed-4959-b0c1-c34f96292ce1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:55.096Z|72185b38-8428-4580-a71b-4cebb227f09d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:55.097Z|72185b38-8428-4580-a71b-4cebb227f09d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:55.654Z|ee6be962-ead5-4b9a-9db5-dd4e6636e11e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:53:55.655Z|ee6be962-ead5-4b9a-9db5-dd4e6636e11e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:53:59.842Z|c65cec1d-a3ce-4a28-be63-a74ae9163895|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:53:59.843Z|c65cec1d-a3ce-4a28-be63-a74ae9163895|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:01.448Z|b0bae99e-e1d3-4e79-9793-e97cdd0f282f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:01.451Z|b0bae99e-e1d3-4e79-9793-e97cdd0f282f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:02.094Z|f7e5ca6f-8dfc-4584-98ba-bb59aecc616e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:02.094Z|f7e5ca6f-8dfc-4584-98ba-bb59aecc616e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:05.111Z|7be8c4b2-b5bc-4514-9400-7d71506f27c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:05.111Z|7be8c4b2-b5bc-4514-9400-7d71506f27c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:05.118Z|997dad08-986f-4440-9465-ea6e6cf6730f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:05.119Z|997dad08-986f-4440-9465-ea6e6cf6730f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:05.676Z|8a6e3e57-fe21-4bd2-9758-d34168d22fd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:05.677Z|8a6e3e57-fe21-4bd2-9758-d34168d22fd9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:15.132Z|0a9a2a1a-5e4e-4c2d-9a19-25603b1ffde8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:15.132Z|0a9a2a1a-5e4e-4c2d-9a19-25603b1ffde8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:15.137Z|4ede24a9-eb54-44ed-a08f-7bd36305352f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:15.138Z|4ede24a9-eb54-44ed-a08f-7bd36305352f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:15.698Z|9096fba9-6c01-4669-a40e-d2f2977b45a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:15.699Z|9096fba9-6c01-4669-a40e-d2f2977b45a0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:16.449Z|f366636b-5ca8-40c0-8336-199f4507f1c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:16.449Z|f366636b-5ca8-40c0-8336-199f4507f1c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:25.156Z|a1d082fd-6407-43ce-b995-1d59b942e68e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:25.157Z|a1d082fd-6407-43ce-b995-1d59b942e68e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:25.157Z|e0b89205-5fb6-4d3e-b21b-e655291359d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:25.157Z|e0b89205-5fb6-4d3e-b21b-e655291359d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:25.721Z|42559d14-4a62-4949-9ed7-87046fcb9a4e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:25.722Z|42559d14-4a62-4949-9ed7-87046fcb9a4e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:31.448Z|730752bb-ca95-4de8-a1b2-ebb4b82b238b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:31.449Z|730752bb-ca95-4de8-a1b2-ebb4b82b238b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:32.095Z|86430e0b-0b3e-4ba4-9ee9-b5224f8fc19c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:32.096Z|86430e0b-0b3e-4ba4-9ee9-b5224f8fc19c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:35.177Z|9f92d22f-7732-499a-9eb9-83d42c3b90b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:35.178Z|dc79abc9-0a4b-4430-9b44-ee42a8249fad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:35.178Z|9f92d22f-7732-499a-9eb9-83d42c3b90b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:35.178Z|dc79abc9-0a4b-4430-9b44-ee42a8249fad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:35.741Z|438d6049-26e7-44a7-80c6-fac34ab3240e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:35.742Z|438d6049-26e7-44a7-80c6-fac34ab3240e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:45.209Z|0a97dca9-6f4b-4421-898a-6c84421086cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:45.209Z|323a19cd-2aa6-4153-9389-07d92007fa50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:45.209Z|0a97dca9-6f4b-4421-898a-6c84421086cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:45.209Z|323a19cd-2aa6-4153-9389-07d92007fa50|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:45.766Z|596ea3ce-1056-4469-8376-8de1f3a604c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:45.767Z|596ea3ce-1056-4469-8376-8de1f3a604c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:46.449Z|fa4fb9e5-7fbc-4b02-9400-76366a037ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:54:46.451Z|fa4fb9e5-7fbc-4b02-9400-76366a037ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:54:55.232Z|b0f4f333-8369-4506-9016-4fda28f6d73b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:55.232Z|f25497d5-8518-4d92-97d8-a9e05cfb7d74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:55.233Z|f25497d5-8518-4d92-97d8-a9e05cfb7d74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:55.233Z|b0f4f333-8369-4506-9016-4fda28f6d73b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:55.792Z|f46465d7-47f8-4b36-b6e2-85c64349340c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:54:55.793Z|f46465d7-47f8-4b36-b6e2-85c64349340c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:54:59.841Z|04b73c9d-6008-43d8-9d77-2b5c33646465|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:54:59.842Z|04b73c9d-6008-43d8-9d77-2b5c33646465|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:01.449Z|e09f175f-e7ed-44ab-b102-fce30117fec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:01.449Z|e09f175f-e7ed-44ab-b102-fce30117fec5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:02.096Z|cc39197e-16d1-4b45-97aa-a820e6985c90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:02.097Z|cc39197e-16d1-4b45-97aa-a820e6985c90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:05.256Z|be5d54b7-8f06-47ce-8310-124157986a28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:05.256Z|c59bd60f-0f2d-43bd-a9ff-b63b5cdfe78a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:05.257Z|be5d54b7-8f06-47ce-8310-124157986a28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:05.257Z|c59bd60f-0f2d-43bd-a9ff-b63b5cdfe78a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:05.818Z|cdfa02fd-e484-49dd-bb10-9872e33e2e2a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:05.820Z|cdfa02fd-e484-49dd-bb10-9872e33e2e2a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:15.280Z|4dabfdef-2b9e-4c80-af3c-24edf4600eb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:15.280Z|c787a108-9c39-418b-9ec6-7d3e51a1f895|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:15.281Z|4dabfdef-2b9e-4c80-af3c-24edf4600eb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:15.280Z|c787a108-9c39-418b-9ec6-7d3e51a1f895|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:15.843Z|67a48926-e215-44bb-adf4-1812db2057d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:15.844Z|67a48926-e215-44bb-adf4-1812db2057d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:16.449Z|cf4ec94b-b636-4341-ad53-957f6e7be961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:16.450Z|cf4ec94b-b636-4341-ad53-957f6e7be961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:25.300Z|175f2962-453b-4095-81f8-b7e445e19901|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:25.301Z|175f2962-453b-4095-81f8-b7e445e19901|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:25.300Z|fcd5a9fc-a155-4b15-9bf3-3a20b5f054a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:25.301Z|fcd5a9fc-a155-4b15-9bf3-3a20b5f054a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:25.865Z|03fe4410-c4f2-4c61-badd-07902c9a5f11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:25.866Z|03fe4410-c4f2-4c61-badd-07902c9a5f11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:31.449Z|8c084b7f-a717-42c9-8d05-3fbccce67d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:31.451Z|8c084b7f-a717-42c9-8d05-3fbccce67d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:32.098Z|87de1b88-f430-4092-b972-ed765acda7cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:32.098Z|87de1b88-f430-4092-b972-ed765acda7cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:35.323Z|5b09789b-1448-4a2e-8200-7196b15491bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:35.324Z|5b09789b-1448-4a2e-8200-7196b15491bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:35.325Z|904e5aea-72e9-49fa-b9b3-5c78dc00a14e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:35.325Z|904e5aea-72e9-49fa-b9b3-5c78dc00a14e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:35.890Z|8c445ab9-3030-4e5f-bf9e-94c6c2208231|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:35.890Z|8c445ab9-3030-4e5f-bf9e-94c6c2208231|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:45.345Z|6b53b9b2-4986-4f22-acb7-ebbadb9cde65|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:45.346Z|6b53b9b2-4986-4f22-acb7-ebbadb9cde65|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:45.351Z|cfbbb28c-9430-459d-a8ce-70bfc963e293|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:45.352Z|cfbbb28c-9430-459d-a8ce-70bfc963e293|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:45.911Z|b9aa7041-5f4b-4201-88a5-9bef65a576b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:45.912Z|b9aa7041-5f4b-4201-88a5-9bef65a576b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:46.449Z|ddff6254-51ab-4bff-8958-13f65fb48b42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:55:46.449Z|ddff6254-51ab-4bff-8958-13f65fb48b42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:55:55.366Z|7281244d-2d50-41be-bd76-338ac017328b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:55.367Z|7281244d-2d50-41be-bd76-338ac017328b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:55.372Z|f71b772a-a496-44c1-9863-bf8060d0dd85|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:55.372Z|f71b772a-a496-44c1-9863-bf8060d0dd85|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:55.933Z|a4402770-44dd-469a-97af-9f0bcb1b9c41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:55:55.934Z|a4402770-44dd-469a-97af-9f0bcb1b9c41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:55:59.841Z|b6203234-8388-4b96-9bbf-2a4e1fb18bd5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:55:59.843Z|b6203234-8388-4b96-9bbf-2a4e1fb18bd5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:01.449Z|cf847f2d-2836-4bb1-b25d-c486eeee8066|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:01.449Z|cf847f2d-2836-4bb1-b25d-c486eeee8066|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:02.099Z|4defab4a-1d84-4bc8-800a-488ee42e5acb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:02.100Z|4defab4a-1d84-4bc8-800a-488ee42e5acb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:05.389Z|ef21c89a-ed11-4452-9b08-3d36ac78b6fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:05.389Z|81d12854-e0d1-402e-9b26-b90bccf325e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:05.390Z|ef21c89a-ed11-4452-9b08-3d36ac78b6fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:05.390Z|81d12854-e0d1-402e-9b26-b90bccf325e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:05.954Z|f58efad5-5ff7-492a-86db-8c0d8a8e8272|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:05.955Z|f58efad5-5ff7-492a-86db-8c0d8a8e8272|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:15.411Z|ef3b2fb7-1f7a-4eb0-a80d-01d642dc5f1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:15.411Z|ef3b2fb7-1f7a-4eb0-a80d-01d642dc5f1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:15.413Z|1f698041-5426-4829-b676-3b45b18fc2a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:15.413Z|1f698041-5426-4829-b676-3b45b18fc2a4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:15.977Z|67311973-86ed-4536-9705-8017ad4bc70e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:15.978Z|67311973-86ed-4536-9705-8017ad4bc70e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:16.449Z|184f1f79-b8fe-4ca7-996e-dd522525e57a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:16.451Z|184f1f79-b8fe-4ca7-996e-dd522525e57a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:25.432Z|eb3f95eb-19f8-4abd-98d7-0fcd20126e73|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:25.433Z|5b694595-6a66-4970-ad2e-3fd5effd5298|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:25.433Z|eb3f95eb-19f8-4abd-98d7-0fcd20126e73|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:25.433Z|5b694595-6a66-4970-ad2e-3fd5effd5298|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:25.998Z|50c1d604-7171-45ee-b88e-91f505977089|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:25.999Z|50c1d604-7171-45ee-b88e-91f505977089|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:31.449Z|988843ef-c8ff-4366-aa26-5c652f2dbc69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:31.449Z|988843ef-c8ff-4366-aa26-5c652f2dbc69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:32.100Z|6455efa4-5e0e-4815-b3c9-97a19cf48860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:32.101Z|6455efa4-5e0e-4815-b3c9-97a19cf48860|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:35.454Z|930c0d24-7c97-40b0-a3a4-c99fad0a58ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:35.455Z|930c0d24-7c97-40b0-a3a4-c99fad0a58ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:35.456Z|12d01686-d041-43d2-9366-9dcb257aaf3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:35.456Z|12d01686-d041-43d2-9366-9dcb257aaf3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:36.021Z|9ddcc6b1-365d-44b8-8639-7b17d897a8fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:36.022Z|9ddcc6b1-365d-44b8-8639-7b17d897a8fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:45.510Z|37976246-3513-418b-9e62-0ad174ef7e38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:45.511Z|37976246-3513-418b-9e62-0ad174ef7e38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:45.536Z|d32f5058-7aa0-420b-896f-d59b36232e33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:45.537Z|d32f5058-7aa0-420b-896f-d59b36232e33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:46.042Z|13b353f1-96bd-4ef9-868e-56031dd81709|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:46.042Z|13b353f1-96bd-4ef9-868e-56031dd81709|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:46.449Z|3424be2e-8d33-4b7f-a8f6-abac6db34ddd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:56:46.449Z|3424be2e-8d33-4b7f-a8f6-abac6db34ddd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:56:55.557Z|89327b92-e53c-49a5-9cff-027eb5f731e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:55.558Z|89327b92-e53c-49a5-9cff-027eb5f731e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:55.561Z|c1fb78fe-1232-46f6-aabb-615b6cdc3ca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:55.562Z|c1fb78fe-1232-46f6-aabb-615b6cdc3ca0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:56.063Z|c8142dbf-a37e-444b-8eca-236e1aab9a2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:56:56.064Z|c8142dbf-a37e-444b-8eca-236e1aab9a2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:56:59.841Z|5fedfb37-79a8-4b7c-9996-4392547fac41|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:56:59.842Z|5fedfb37-79a8-4b7c-9996-4392547fac41|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:01.449Z|26545c8b-62b6-49fb-ab7c-7c3e2786f1d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:01.452Z|26545c8b-62b6-49fb-ab7c-7c3e2786f1d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:02.101Z|8b06cc76-14c9-4080-924f-7ee757d028f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:02.102Z|8b06cc76-14c9-4080-924f-7ee757d028f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:05.580Z|5dddcb33-448f-412d-8e93-60c081938bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:05.581Z|5dddcb33-448f-412d-8e93-60c081938bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:05.584Z|36881bb5-9609-4e44-96a5-e6ef888bc591|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:05.585Z|36881bb5-9609-4e44-96a5-e6ef888bc591|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:06.086Z|3355759e-dced-432c-b86f-0a41857ec38f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:06.086Z|3355759e-dced-432c-b86f-0a41857ec38f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:15.602Z|67276cc8-5f69-49db-840f-3589c978649b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:15.603Z|67276cc8-5f69-49db-840f-3589c978649b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:15.610Z|82db3acd-c4bd-4c75-afcd-3b4d2e492702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:15.611Z|82db3acd-c4bd-4c75-afcd-3b4d2e492702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:16.108Z|164a4455-33ec-4071-859e-892e8c3be24e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:16.108Z|164a4455-33ec-4071-859e-892e8c3be24e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:16.449Z|90a0bbec-c30e-4684-9070-82c1d5c0f838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:16.449Z|90a0bbec-c30e-4684-9070-82c1d5c0f838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:25.626Z|034e6169-7d69-4abc-88d4-de7c4fde2934|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:25.627Z|034e6169-7d69-4abc-88d4-de7c4fde2934|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:25.660Z|9d3c24fe-c996-4198-967f-80be19c73227|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:25.661Z|9d3c24fe-c996-4198-967f-80be19c73227|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:26.133Z|3560668d-1655-4b93-9042-0c7b653c4b79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:26.134Z|3560668d-1655-4b93-9042-0c7b653c4b79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:31.449Z|1921d725-fcf8-4490-9584-90606d70a240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:31.449Z|1921d725-fcf8-4490-9584-90606d70a240|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:32.102Z|6bb0789d-f572-4d38-a1e5-4efeb6705464|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:32.103Z|6bb0789d-f572-4d38-a1e5-4efeb6705464|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:35.683Z|316042dd-d608-4fde-ab28-3d48d5e01149|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:35.684Z|316042dd-d608-4fde-ab28-3d48d5e01149|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:35.704Z|2c5e95ba-1fb9-4261-9136-5877f6a04754|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:35.705Z|2c5e95ba-1fb9-4261-9136-5877f6a04754|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:36.155Z|6356e72c-2385-4227-9faa-8bb58dc53d41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:36.156Z|6356e72c-2385-4227-9faa-8bb58dc53d41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:45.704Z|50ee1e63-ef11-4ed3-8f50-1a60bb8470a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:45.705Z|50ee1e63-ef11-4ed3-8f50-1a60bb8470a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:45.725Z|1b149b05-bac5-4217-83c3-035598af5487|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:45.726Z|1b149b05-bac5-4217-83c3-035598af5487|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:46.180Z|018d01ce-506e-4e17-958e-e75f1e67e2c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:46.181Z|018d01ce-506e-4e17-958e-e75f1e67e2c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:46.448Z|fa64f9dd-6c10-42f9-9a26-5a7c7050ed9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:57:46.451Z|fa64f9dd-6c10-42f9-9a26-5a7c7050ed9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:57:55.727Z|2e9c6e10-5e64-4298-9701-07f3f389ba34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:55.727Z|2e9c6e10-5e64-4298-9701-07f3f389ba34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:55.748Z|babb0ffa-888e-40c9-aae8-64782a7800a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:55.749Z|babb0ffa-888e-40c9-aae8-64782a7800a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:56.202Z|39012163-4547-41cd-a5f8-f1081a216791|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:57:56.203Z|39012163-4547-41cd-a5f8-f1081a216791|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:57:59.842Z|86f5dbc1-3fc4-492a-856c-acb118c36644|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:57:59.843Z|86f5dbc1-3fc4-492a-856c-acb118c36644|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:01.449Z|00c333c7-7b96-4f65-9d57-4a80dc9f4a90|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:01.449Z|00c333c7-7b96-4f65-9d57-4a80dc9f4a90|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:02.104Z|7491c2d2-87f5-4b7f-bc1e-544eb205bd0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:02.104Z|7491c2d2-87f5-4b7f-bc1e-544eb205bd0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:05.751Z|94b0c71a-2262-4976-a3e8-a32cac1f8ecd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:05.752Z|94b0c71a-2262-4976-a3e8-a32cac1f8ecd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:05.776Z|2603cf89-ce18-4aff-b6a4-304f8af57fba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:05.776Z|2603cf89-ce18-4aff-b6a4-304f8af57fba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:06.223Z|74156f00-87c4-4b23-98b3-bea90963cab7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:06.224Z|74156f00-87c4-4b23-98b3-bea90963cab7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:15.773Z|d73ee5b6-0ff1-4b8d-b26d-b2033b529558|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:15.774Z|d73ee5b6-0ff1-4b8d-b26d-b2033b529558|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:15.797Z|c3651770-dfb4-4e33-8636-044d8965197a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:15.798Z|c3651770-dfb4-4e33-8636-044d8965197a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:16.245Z|ef0e5e24-2090-4e22-8a95-b6729559ed5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:16.246Z|ef0e5e24-2090-4e22-8a95-b6729559ed5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:16.449Z|8bdf3570-8183-4f7c-bf9c-37d2d7ec3cbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:16.449Z|8bdf3570-8183-4f7c-bf9c-37d2d7ec3cbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:25.804Z|c30a766e-df56-46dd-a4ec-030389e08629|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:25.805Z|c30a766e-df56-46dd-a4ec-030389e08629|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:25.819Z|ffdc3199-909d-4537-a4b6-8ec4f72e4b95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:25.820Z|ffdc3199-909d-4537-a4b6-8ec4f72e4b95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:26.272Z|a65e5a58-fefa-4f7c-a51e-39e8b430ec25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:26.273Z|a65e5a58-fefa-4f7c-a51e-39e8b430ec25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:31.449Z|becafb7b-5769-4a69-95d9-3c9b59d2a78f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:31.452Z|becafb7b-5769-4a69-95d9-3c9b59d2a78f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:32.105Z|82e67ccd-e6e5-4052-b622-f081befcba1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:32.106Z|82e67ccd-e6e5-4052-b622-f081befcba1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:35.827Z|c19e0534-b97d-4dbc-a47d-a184c7221d2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:35.827Z|c19e0534-b97d-4dbc-a47d-a184c7221d2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:35.841Z|1c41827e-d7fa-4de3-82db-6370a8482a48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:35.842Z|1c41827e-d7fa-4de3-82db-6370a8482a48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:36.296Z|81d62765-3a5b-4a27-85bd-b8f22a32219b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:36.297Z|81d62765-3a5b-4a27-85bd-b8f22a32219b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:45.850Z|fea07aff-0b4d-4856-a0e6-fa32d0da97b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:45.851Z|fea07aff-0b4d-4856-a0e6-fa32d0da97b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:45.862Z|fd0fd605-38bc-4a69-9f7a-7911c0e87b93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:45.863Z|fd0fd605-38bc-4a69-9f7a-7911c0e87b93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:46.319Z|cdf60449-46a7-430d-81a7-9989014b3fc3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:46.320Z|cdf60449-46a7-430d-81a7-9989014b3fc3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:46.449Z|c80ffa8b-6654-4f64-83b7-648e2dd45226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:58:46.449Z|c80ffa8b-6654-4f64-83b7-648e2dd45226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:58:55.872Z|07f50cb6-4f0c-4b25-ad8a-f949b0bda64c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:55.872Z|07f50cb6-4f0c-4b25-ad8a-f949b0bda64c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:55.889Z|2b2e4a7c-85fc-4f5e-836a-7279d9971617|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:55.889Z|2b2e4a7c-85fc-4f5e-836a-7279d9971617|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:56.342Z|5f88e3ee-c0b9-4a65-b55e-3cb4b55f5b1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:58:56.343Z|5f88e3ee-c0b9-4a65-b55e-3cb4b55f5b1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:58:59.842Z|69565783-fb33-4e20-8c49-e0c8845aad9c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:58:59.843Z|69565783-fb33-4e20-8c49-e0c8845aad9c|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:01.449Z|ea1a1d1d-a2e6-45b4-891b-70699d3a376a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:01.449Z|ea1a1d1d-a2e6-45b4-891b-70699d3a376a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:02.106Z|9bf5a705-9e1a-4557-b627-e0116536f670|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:02.107Z|9bf5a705-9e1a-4557-b627-e0116536f670|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:05.895Z|1b6d8daa-f273-4cc0-a069-521e39583915|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:05.896Z|1b6d8daa-f273-4cc0-a069-521e39583915|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:05.924Z|a3f9b15e-3078-4a5c-9253-61a67a09a000|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:05.926Z|a3f9b15e-3078-4a5c-9253-61a67a09a000|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:06.367Z|7d078627-7769-4aec-a200-5221a52ccc61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:06.367Z|7d078627-7769-4aec-a200-5221a52ccc61|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:15.918Z|52593750-08bf-457a-8660-71beb1cbfd42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:15.919Z|52593750-08bf-457a-8660-71beb1cbfd42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:15.950Z|c153839d-6e59-4d54-9610-98bd16972b2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:15.951Z|c153839d-6e59-4d54-9610-98bd16972b2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:16.389Z|050b50ce-fbcb-47ea-9922-82f6b45e6b37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:16.390Z|050b50ce-fbcb-47ea-9922-82f6b45e6b37|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:16.449Z|340bf48c-6bcd-48df-b270-ce2a7d9ab1d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:16.452Z|340bf48c-6bcd-48df-b270-ce2a7d9ab1d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:25.941Z|0cdb06b9-6af2-4a18-9582-34e79eacadbf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:25.942Z|0cdb06b9-6af2-4a18-9582-34e79eacadbf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:25.972Z|4150ee1b-4cb6-4378-bd20-1488dc57880a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:25.973Z|4150ee1b-4cb6-4378-bd20-1488dc57880a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:26.416Z|51eb101d-7f56-4501-9ab1-2de72f62b897|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:26.417Z|51eb101d-7f56-4501-9ab1-2de72f62b897|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:31.448Z|bb89bd17-c040-4294-bc53-0f96a0dda58a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:31.449Z|bb89bd17-c040-4294-bc53-0f96a0dda58a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:32.108Z|697e91bb-8690-4d16-a5bd-fe331530c7bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:32.109Z|697e91bb-8690-4d16-a5bd-fe331530c7bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:35.963Z|7055d794-80ef-4c09-a627-febd361eb5ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:35.964Z|7055d794-80ef-4c09-a627-febd361eb5ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:35.995Z|9a7a8d0b-1862-419c-aa7d-df598d4bf653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:35.996Z|9a7a8d0b-1862-419c-aa7d-df598d4bf653|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:36.439Z|e6ff9321-0534-4153-b18e-258122440967|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:36.439Z|e6ff9321-0534-4153-b18e-258122440967|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:45.986Z|40f436ef-1d2f-4a19-96c5-34972e01a8de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:45.986Z|40f436ef-1d2f-4a19-96c5-34972e01a8de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:46.017Z|d26df5b9-c63f-4442-88f2-e58ccd85c896|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:46.018Z|d26df5b9-c63f-4442-88f2-e58ccd85c896|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:46.450Z|2f1c2454-f957-46c7-a501-e34e0c7b2284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T07:59:46.450Z|2f1c2454-f957-46c7-a501-e34e0c7b2284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T07:59:46.460Z|30d756b9-5d81-48b2-9b6b-27fcc8f0bfeb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:46.460Z|30d756b9-5d81-48b2-9b6b-27fcc8f0bfeb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:56.006Z|2d3bce25-1139-4d1c-af73-f586e8b03772|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:56.007Z|2d3bce25-1139-4d1c-af73-f586e8b03772|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:56.040Z|a212b976-e410-4b02-9c0d-64bea3c47b1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:56.041Z|a212b976-e410-4b02-9c0d-64bea3c47b1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:56.481Z|b9432fcb-4ffe-48b3-b4f8-a77bbff77b3e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T07:59:56.482Z|b9432fcb-4ffe-48b3-b4f8-a77bbff77b3e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T07:59:59.842Z|fe3e6f7b-b2b6-4a39-98ba-eb82adb8e0e1|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T07:59:59.843Z|fe3e6f7b-b2b6-4a39-98ba-eb82adb8e0e1|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:01.449Z|7c44ccbb-ecb6-4f0b-9d6c-1e25bbe6ad8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:01.451Z|7c44ccbb-ecb6-4f0b-9d6c-1e25bbe6ad8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:02.109Z|2db11cd3-d174-4952-8036-6ee0bc4b1c19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:02.110Z|2db11cd3-d174-4952-8036-6ee0bc4b1c19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:06.029Z|7ec79e36-b483-4030-8e5c-5f2c4962e5de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:06.030Z|7ec79e36-b483-4030-8e5c-5f2c4962e5de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:06.064Z|4b9756ca-7e67-4934-bc49-63b2f8ab5ebc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:06.065Z|4b9756ca-7e67-4934-bc49-63b2f8ab5ebc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:06.502Z|e5628b60-192d-4fab-8733-2873a6125a41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:06.503Z|e5628b60-192d-4fab-8733-2873a6125a41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:16.050Z|ebf40c6a-3f1e-431c-be04-5b60fa58af7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:16.051Z|ebf40c6a-3f1e-431c-be04-5b60fa58af7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:16.089Z|735a648a-fe7f-4aab-9c39-e7385d257b0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:16.089Z|735a648a-fe7f-4aab-9c39-e7385d257b0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:16.449Z|9a5827db-ba5e-4448-ab70-fc1cbabd22ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:16.449Z|9a5827db-ba5e-4448-ab70-fc1cbabd22ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:16.525Z|c7ffcd6a-9024-435c-8157-c126c4b2b3d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:16.526Z|c7ffcd6a-9024-435c-8157-c126c4b2b3d0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:26.072Z|0955ea9d-2a48-47b7-bb3b-1048836c7eea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:26.072Z|0955ea9d-2a48-47b7-bb3b-1048836c7eea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:26.112Z|7edb902a-acca-4269-b594-3c8b0454ce7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:26.113Z|7edb902a-acca-4269-b594-3c8b0454ce7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:26.548Z|68a6e38e-d4c7-4b69-b8b5-a686b8a70242|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:26.548Z|68a6e38e-d4c7-4b69-b8b5-a686b8a70242|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:31.448Z|4c73113c-f461-4358-930d-84dfa6a0b3ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:31.449Z|4c73113c-f461-4358-930d-84dfa6a0b3ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:32.111Z|4b017533-8021-4f29-8679-8a6ee3ccc5a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:32.111Z|4b017533-8021-4f29-8679-8a6ee3ccc5a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:36.095Z|4736a0db-3583-4fcc-8f19-b00f1db291fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:36.096Z|4736a0db-3583-4fcc-8f19-b00f1db291fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:36.138Z|b5b7f7a2-6907-494a-b35e-bd0470e05d23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:36.139Z|b5b7f7a2-6907-494a-b35e-bd0470e05d23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:36.569Z|72d749e3-fa8d-4a75-a1ec-478f5189fafc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:36.570Z|72d749e3-fa8d-4a75-a1ec-478f5189fafc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:46.119Z|13651037-1df9-45f3-be85-33e8ce8a4a92|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:46.120Z|13651037-1df9-45f3-be85-33e8ce8a4a92|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:46.159Z|6afd433d-1de5-4618-8f06-614dfbbce200|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:46.161Z|6afd433d-1de5-4618-8f06-614dfbbce200|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:46.449Z|2ff4f6b5-598a-4e46-9121-ea966f58dcbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:00:46.451Z|2ff4f6b5-598a-4e46-9121-ea966f58dcbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:00:46.590Z|74f45968-6e3c-43f5-8c68-cbad8effe7e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:46.591Z|74f45968-6e3c-43f5-8c68-cbad8effe7e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:56.140Z|ff589a07-b059-45f0-a530-379f1bf9ecc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:56.141Z|ff589a07-b059-45f0-a530-379f1bf9ecc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:56.183Z|d3619233-8b3f-43cc-828e-b2c537e9e87f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:56.184Z|d3619233-8b3f-43cc-828e-b2c537e9e87f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:56.611Z|486c7143-1b10-4d89-9811-1081832eab7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:00:56.612Z|486c7143-1b10-4d89-9811-1081832eab7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:00:59.842Z|3617ce3b-9d82-4436-9f71-47fa7e71e3f6|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:00:59.843Z|3617ce3b-9d82-4436-9f71-47fa7e71e3f6|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:01.448Z|c74cda48-c600-4745-a903-91a22ad5b75a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:01.449Z|c74cda48-c600-4745-a903-91a22ad5b75a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:02.112Z|0350a0fa-1720-4d99-aeee-948621f13e35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:02.113Z|0350a0fa-1720-4d99-aeee-948621f13e35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:06.162Z|7f204a85-7730-4131-93f7-41065c13640b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:06.163Z|7f204a85-7730-4131-93f7-41065c13640b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:06.204Z|ab0a7e1e-b404-4026-a076-988f78508c6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:06.205Z|ab0a7e1e-b404-4026-a076-988f78508c6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:06.633Z|b3634ff9-b94b-4952-ac4c-e0d8d4ec6f90|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:06.633Z|b3634ff9-b94b-4952-ac4c-e0d8d4ec6f90|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:16.182Z|00adffbb-835f-4772-8904-000dc6a7963e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:16.183Z|00adffbb-835f-4772-8904-000dc6a7963e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:16.224Z|82c9896d-d492-4451-85ec-b1fa24e6e69c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:16.225Z|82c9896d-d492-4451-85ec-b1fa24e6e69c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:16.448Z|4f414356-e40f-40ea-a9e1-8a331c8c4c07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:16.449Z|4f414356-e40f-40ea-a9e1-8a331c8c4c07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:16.655Z|e3fe6ffd-e52a-413b-97d1-d71631abff6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:16.656Z|e3fe6ffd-e52a-413b-97d1-d71631abff6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:26.204Z|8a512692-673b-48e4-aa14-d2ff71fb40ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:26.205Z|8a512692-673b-48e4-aa14-d2ff71fb40ac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:26.245Z|312c1a7f-505f-4c15-b380-162c0bc95581|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:26.246Z|312c1a7f-505f-4c15-b380-162c0bc95581|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:26.681Z|dca295e6-8fe8-492f-af3f-0e4e8f1f472b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:26.682Z|dca295e6-8fe8-492f-af3f-0e4e8f1f472b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:31.449Z|80cefb09-3f5d-426a-b5b7-bf7aae934b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:31.452Z|80cefb09-3f5d-426a-b5b7-bf7aae934b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:32.114Z|f2b5c2d6-3338-4a50-8776-358dde79be4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:32.115Z|f2b5c2d6-3338-4a50-8776-358dde79be4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:36.226Z|a7d9c74a-d34c-4948-8097-3dd95f214cfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:36.226Z|a7d9c74a-d34c-4948-8097-3dd95f214cfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:36.267Z|0addce99-2c91-4c13-a11c-13c3970edbc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:36.267Z|0addce99-2c91-4c13-a11c-13c3970edbc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:36.704Z|b47b404e-4198-4e2d-9ba9-f4b3c8e147f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:36.706Z|b47b404e-4198-4e2d-9ba9-f4b3c8e147f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:46.247Z|27fa5d2d-fc05-45a5-8dc8-05344a098148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:46.247Z|27fa5d2d-fc05-45a5-8dc8-05344a098148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:46.288Z|e2e4011c-5d02-43e6-bf6a-e231855f6652|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:46.288Z|e2e4011c-5d02-43e6-bf6a-e231855f6652|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:46.449Z|375e3654-9d05-412e-bd19-706e3f8116af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:01:46.449Z|375e3654-9d05-412e-bd19-706e3f8116af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:01:46.727Z|0e34468f-94e7-4279-8c8e-5c95e41753c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:46.728Z|0e34468f-94e7-4279-8c8e-5c95e41753c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:56.272Z|082546cb-1c2f-4a9f-8830-0a662193153b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:56.273Z|082546cb-1c2f-4a9f-8830-0a662193153b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:56.310Z|8fc145e7-5718-4433-94db-193e0bebc31e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:56.311Z|8fc145e7-5718-4433-94db-193e0bebc31e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:56.748Z|db3fc4cd-d153-4b3e-811e-25bbd3148b07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:01:56.748Z|db3fc4cd-d153-4b3e-811e-25bbd3148b07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:01:59.842Z|eb9fc6fa-b53a-4d79-a4e9-63e2be8894fa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:01:59.843Z|eb9fc6fa-b53a-4d79-a4e9-63e2be8894fa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:01.449Z|01c3af8d-40d1-431e-b276-ad68967a8e08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:01.449Z|01c3af8d-40d1-431e-b276-ad68967a8e08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:02.115Z|7ef2da17-4943-4480-bd2d-0325ef1bfb91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:02.116Z|7ef2da17-4943-4480-bd2d-0325ef1bfb91|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:06.296Z|3d2321df-7ba8-419f-8cca-2b53f9fe20f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:06.296Z|3d2321df-7ba8-419f-8cca-2b53f9fe20f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:06.332Z|fa88a05b-57dc-4064-9ebf-46080c9f2a5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:06.333Z|fa88a05b-57dc-4064-9ebf-46080c9f2a5a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:06.769Z|83682409-02e0-431f-a0ce-55ad1cc5270f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:06.770Z|83682409-02e0-431f-a0ce-55ad1cc5270f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:16.316Z|81500684-a352-4fd4-9658-33043786803f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:16.317Z|81500684-a352-4fd4-9658-33043786803f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:16.353Z|877ad96b-97b2-4e4a-8e43-3e6803d61a4d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:16.354Z|877ad96b-97b2-4e4a-8e43-3e6803d61a4d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:16.449Z|f1ab5da3-2e79-478c-8120-c6b071ec02b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:16.452Z|f1ab5da3-2e79-478c-8120-c6b071ec02b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:16.792Z|0a03e449-91ae-46e3-947d-4ab4381a7928|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:16.793Z|0a03e449-91ae-46e3-947d-4ab4381a7928|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:26.336Z|b8c36847-42a1-4da7-a944-acf8abc8b6ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:26.337Z|b8c36847-42a1-4da7-a944-acf8abc8b6ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:26.374Z|327515d7-c493-4179-8d80-f068fac483fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:26.375Z|327515d7-c493-4179-8d80-f068fac483fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:26.816Z|961d74e0-2620-4c3a-8e83-dc878a4b29ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:26.817Z|961d74e0-2620-4c3a-8e83-dc878a4b29ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:31.449Z|f4dc9216-e079-45cd-935e-6008e24bc748|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:31.449Z|f4dc9216-e079-45cd-935e-6008e24bc748|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:32.117Z|5c0f522d-c904-4c73-99ed-80f1dda52f2e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:32.117Z|5c0f522d-c904-4c73-99ed-80f1dda52f2e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:36.362Z|2a864bfa-384d-44d3-9687-e81e88617154|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:36.363Z|2a864bfa-384d-44d3-9687-e81e88617154|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:36.395Z|d741e761-9650-4d0d-907d-0388a2311da7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:36.396Z|d741e761-9650-4d0d-907d-0388a2311da7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:36.841Z|efe7337f-5a0a-4ed8-8385-063b0e8cfe56|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:36.842Z|efe7337f-5a0a-4ed8-8385-063b0e8cfe56|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:46.387Z|e2229927-c6f6-4c4c-8586-30e42bf578c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:46.388Z|e2229927-c6f6-4c4c-8586-30e42bf578c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:46.415Z|6f40455c-ce78-48f9-b68d-18e6e8133b66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:46.416Z|6f40455c-ce78-48f9-b68d-18e6e8133b66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:46.449Z|9df7d3e9-2753-43b1-b470-15825d8bb7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:02:46.450Z|9df7d3e9-2753-43b1-b470-15825d8bb7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:02:46.862Z|65332045-becf-43ad-b4a1-da66e1e09eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:46.863Z|65332045-becf-43ad-b4a1-da66e1e09eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:56.411Z|3da38fa2-0275-48ab-a5a0-61cee764ce66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:56.412Z|3da38fa2-0275-48ab-a5a0-61cee764ce66|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:56.435Z|8b0234bc-78fa-446a-8b97-a60512a8280d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:56.436Z|8b0234bc-78fa-446a-8b97-a60512a8280d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:56.884Z|b25b47f6-69f6-4c1f-a8cb-a0c02bab6aa2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:02:56.885Z|b25b47f6-69f6-4c1f-a8cb-a0c02bab6aa2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:02:59.843Z|a849b554-3e6b-462f-9acc-6ec19a0925d9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:02:59.844Z|a849b554-3e6b-462f-9acc-6ec19a0925d9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:01.449Z|eab73021-31f1-46ea-913b-0ceb18ce601c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:01.452Z|eab73021-31f1-46ea-913b-0ceb18ce601c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:02.118Z|0566a3dc-8100-4e0b-90bf-5199fda9bd3a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:02.118Z|0566a3dc-8100-4e0b-90bf-5199fda9bd3a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:06.433Z|c417ff09-5f67-4b42-9abc-bcede43b95d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:06.434Z|c417ff09-5f67-4b42-9abc-bcede43b95d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:06.458Z|58d8bda4-f33a-4723-ac66-2697f6595b47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:06.459Z|58d8bda4-f33a-4723-ac66-2697f6595b47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:06.905Z|2fd00fb2-fd1f-459d-9644-8dd0eccb07e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:06.906Z|2fd00fb2-fd1f-459d-9644-8dd0eccb07e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:16.449Z|e39ce723-bf58-4a2f-bda6-f3e903371dd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:16.451Z|e39ce723-bf58-4a2f-bda6-f3e903371dd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:16.456Z|1b28b496-5a6f-4150-ad72-ec439976a83b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:16.457Z|1b28b496-5a6f-4150-ad72-ec439976a83b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:16.481Z|abde9ea4-86e5-47f8-b9b0-10843263bc5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:16.482Z|abde9ea4-86e5-47f8-b9b0-10843263bc5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:16.930Z|4c3e5aa4-6af7-4066-b07d-564f6322bb5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:16.931Z|4c3e5aa4-6af7-4066-b07d-564f6322bb5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:26.480Z|063a2e26-dacc-4b47-8f7e-2a37ea53e112|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:26.481Z|063a2e26-dacc-4b47-8f7e-2a37ea53e112|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:26.503Z|1a29ac13-c378-4ab5-97a1-0ae5cbb91723|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:26.504Z|1a29ac13-c378-4ab5-97a1-0ae5cbb91723|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:26.950Z|982e789f-7cd1-48a0-9295-ccbe495425f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:26.951Z|982e789f-7cd1-48a0-9295-ccbe495425f3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:31.449Z|6fe72b4a-eca4-4c4a-abe3-3941237f9069|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:31.449Z|6fe72b4a-eca4-4c4a-abe3-3941237f9069|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:32.119Z|7a6fc39c-c94c-4ebe-a81f-69504a119cc2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:32.120Z|7a6fc39c-c94c-4ebe-a81f-69504a119cc2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:36.503Z|079cf66a-abe1-44d8-8c0f-c21297f87632|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:36.504Z|079cf66a-abe1-44d8-8c0f-c21297f87632|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:36.524Z|93e5f094-085a-4122-9592-e64d25f6ac71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:36.524Z|93e5f094-085a-4122-9592-e64d25f6ac71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:36.976Z|8fb29de3-1829-427c-8d70-10bd9f4c7216|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:36.977Z|8fb29de3-1829-427c-8d70-10bd9f4c7216|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:46.450Z|e0c03de0-34c7-4853-8084-29aa3abbb4a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:03:46.453Z|e0c03de0-34c7-4853-8084-29aa3abbb4a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:03:46.526Z|6e03e636-1730-47f9-b07e-2cd036a7955a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:46.527Z|6e03e636-1730-47f9-b07e-2cd036a7955a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:46.544Z|f481cfd4-8349-4d7a-8b99-b196d0a215b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:46.545Z|f481cfd4-8349-4d7a-8b99-b196d0a215b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:47.000Z|2bfdeb19-9016-444b-bd10-2f8a005177c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:47.001Z|2bfdeb19-9016-444b-bd10-2f8a005177c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:56.551Z|b54a50ac-bf7b-43d6-ac76-51313f2fa7d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:56.552Z|b54a50ac-bf7b-43d6-ac76-51313f2fa7d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:56.567Z|a72d108a-3f59-4c02-b3cb-0e9af077e0ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:56.567Z|a72d108a-3f59-4c02-b3cb-0e9af077e0ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:57.024Z|1551bac9-da27-4a1a-8635-46806376dee6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:03:57.025Z|1551bac9-da27-4a1a-8635-46806376dee6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:03:59.842Z|9df978df-b62c-4001-97ca-8660c0b50a01|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:03:59.842Z|9df978df-b62c-4001-97ca-8660c0b50a01|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:01.449Z|48cbde6a-4a78-4b12-b773-84499d6e53e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:01.449Z|48cbde6a-4a78-4b12-b773-84499d6e53e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:02.120Z|1940f0ff-d7a1-410f-afc8-3924c2a0a50c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:02.121Z|1940f0ff-d7a1-410f-afc8-3924c2a0a50c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:06.583Z|4deeef2f-e0be-402e-bd34-ed59548348be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:06.584Z|4deeef2f-e0be-402e-bd34-ed59548348be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:06.592Z|ff5af67e-527d-47bc-b8d0-f3a5eccac0da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:06.592Z|ff5af67e-527d-47bc-b8d0-f3a5eccac0da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:07.050Z|6c1c2e01-f49c-45b1-ad95-649ff2455f3a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:07.051Z|6c1c2e01-f49c-45b1-ad95-649ff2455f3a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:16.449Z|43d189d6-bfae-4d94-b684-d47849217369|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:16.449Z|43d189d6-bfae-4d94-b684-d47849217369|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:16.607Z|b0b63663-2f07-40f7-99e5-cf8f2bd230f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:16.608Z|b0b63663-2f07-40f7-99e5-cf8f2bd230f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:16.613Z|056b9b8a-ae6f-4f5f-b409-c6497b3b3eef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:16.614Z|056b9b8a-ae6f-4f5f-b409-c6497b3b3eef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:17.074Z|3720bce1-556b-4466-aa30-04500d0b03f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:17.075Z|3720bce1-556b-4466-aa30-04500d0b03f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:26.630Z|a7a95169-3079-4e19-bcac-14312cf8a86b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:26.630Z|a7a95169-3079-4e19-bcac-14312cf8a86b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:26.631Z|acaa84c7-8ccf-4774-bd3b-b01c59579fa8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:26.631Z|acaa84c7-8ccf-4774-bd3b-b01c59579fa8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:27.097Z|c3471aec-ed46-461d-a311-a3f1696fa955|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:27.098Z|c3471aec-ed46-461d-a311-a3f1696fa955|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:31.448Z|78d978fe-f384-4b60-a9a5-8c7b02bba6a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:31.451Z|78d978fe-f384-4b60-a9a5-8c7b02bba6a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:32.122Z|30475af5-1c7e-4edb-8b53-8272bf7b1ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:32.123Z|30475af5-1c7e-4edb-8b53-8272bf7b1ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:36.651Z|8719a269-d506-43fb-a750-b3aa39317aa8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:36.651Z|ba7518b5-4017-485a-aecb-e79ad4281d1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:36.652Z|8719a269-d506-43fb-a750-b3aa39317aa8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:36.652Z|ba7518b5-4017-485a-aecb-e79ad4281d1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:37.118Z|4fb0b3a8-f189-4bd6-a8c2-86b84d6dd1e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:37.119Z|4fb0b3a8-f189-4bd6-a8c2-86b84d6dd1e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:46.449Z|ee09eceb-fbb2-4bdb-8a69-81e98ebddea5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:04:46.449Z|ee09eceb-fbb2-4bdb-8a69-81e98ebddea5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:04:46.671Z|e5c76722-0629-429c-aaa2-516cede78a71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:46.671Z|e032292d-a383-4014-8944-d0f6a266b0ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:46.672Z|e5c76722-0629-429c-aaa2-516cede78a71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:46.672Z|e032292d-a383-4014-8944-d0f6a266b0ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:47.140Z|9e3bc879-9a1d-4635-aa08-4e32698a8037|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:47.141Z|9e3bc879-9a1d-4635-aa08-4e32698a8037|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:56.693Z|fd88a3b2-8647-4c2a-aeb2-8db72c28ec55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:56.694Z|d578c461-e38b-45c0-bad0-ce3b7ad1f4ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:56.694Z|fd88a3b2-8647-4c2a-aeb2-8db72c28ec55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:56.694Z|d578c461-e38b-45c0-bad0-ce3b7ad1f4ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:57.160Z|6bc36c41-1233-4256-ab89-401f8445297e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:04:57.161Z|6bc36c41-1233-4256-ab89-401f8445297e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:04:59.841Z|b6efc692-84fe-4534-a229-3af2f66d38bb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:04:59.842Z|b6efc692-84fe-4534-a229-3af2f66d38bb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:01.449Z|11cf7d38-24d8-47ca-a872-486a7e0040e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:01.449Z|11cf7d38-24d8-47ca-a872-486a7e0040e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:02.124Z|b4ba3428-9c93-4117-9ed8-b5098d01340d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:02.124Z|b4ba3428-9c93-4117-9ed8-b5098d01340d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:06.716Z|4818dc6e-eefe-4373-8b15-19177b089323|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:06.716Z|692eb154-02cb-48c1-adf8-34251691eea9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:06.717Z|692eb154-02cb-48c1-adf8-34251691eea9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:06.717Z|4818dc6e-eefe-4373-8b15-19177b089323|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:07.182Z|9c88fa33-bd9e-4ff5-ba8a-05f28f420f6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:07.183Z|9c88fa33-bd9e-4ff5-ba8a-05f28f420f6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:16.449Z|4e3485e1-9577-4843-af4c-11115d738441|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:16.452Z|4e3485e1-9577-4843-af4c-11115d738441|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:16.737Z|b44a12fd-d8af-481d-b9da-39f45a421acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:16.737Z|92e58a2d-6184-48f9-85e4-5118cbd388ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:16.737Z|b44a12fd-d8af-481d-b9da-39f45a421acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:16.738Z|92e58a2d-6184-48f9-85e4-5118cbd388ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:17.203Z|9a233850-712b-48e2-adde-574fc894674c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:17.204Z|9a233850-712b-48e2-adde-574fc894674c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:26.758Z|3aa086bc-91f8-4ac9-a1e0-3edc61927aa2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:26.758Z|5f50fb7c-9a9b-426a-b975-e94801b50eeb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:26.759Z|3aa086bc-91f8-4ac9-a1e0-3edc61927aa2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:26.759Z|5f50fb7c-9a9b-426a-b975-e94801b50eeb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:27.226Z|5262e7dd-eaf5-431f-bc0e-8579a91b9b05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:27.226Z|5262e7dd-eaf5-431f-bc0e-8579a91b9b05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:31.448Z|9fee0233-a6a5-4c6d-9702-8044d8f36628|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:31.449Z|9fee0233-a6a5-4c6d-9702-8044d8f36628|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:32.125Z|a040af04-57a4-4ee1-9102-48b59e3b1dfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:32.125Z|a040af04-57a4-4ee1-9102-48b59e3b1dfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:36.779Z|a68e8235-c948-400f-ba27-984f15e91d44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:36.779Z|c356c37b-b1fb-4e1f-b8cd-d2c8d65ccb5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:36.780Z|a68e8235-c948-400f-ba27-984f15e91d44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:36.780Z|c356c37b-b1fb-4e1f-b8cd-d2c8d65ccb5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:37.248Z|3a3663fe-65c0-487f-a533-299014c2af90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:37.248Z|3a3663fe-65c0-487f-a533-299014c2af90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:46.449Z|f819736a-d0f2-4b89-861c-8bbaa8f0fd52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:05:46.449Z|f819736a-d0f2-4b89-861c-8bbaa8f0fd52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:05:46.799Z|3d02b327-e8be-4355-92a1-58f328bdeac2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:46.800Z|3d02b327-e8be-4355-92a1-58f328bdeac2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:46.801Z|30e9f215-7f3f-4c59-9d24-cacf9423f52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:46.802Z|30e9f215-7f3f-4c59-9d24-cacf9423f52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:47.270Z|34d18166-302d-423f-8477-c5e78dc901b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:47.271Z|34d18166-302d-423f-8477-c5e78dc901b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:56.822Z|d30fe54e-0178-449d-a2f9-e5aaeda96ee4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:56.822Z|c4e2ffcd-8838-4d4e-8724-f08e66f37d77|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:56.823Z|d30fe54e-0178-449d-a2f9-e5aaeda96ee4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:56.823Z|c4e2ffcd-8838-4d4e-8724-f08e66f37d77|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:57.293Z|220af272-abfa-4cd2-b5d5-4fd14ec5fb7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:05:57.294Z|220af272-abfa-4cd2-b5d5-4fd14ec5fb7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:05:59.842Z|82dc1e00-cfba-46ea-8ceb-f331267bd096|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:05:59.842Z|82dc1e00-cfba-46ea-8ceb-f331267bd096|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:01.448Z|0ffbc13b-8242-4c34-bdb4-d2be0d590498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:01.451Z|0ffbc13b-8242-4c34-bdb4-d2be0d590498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:02.126Z|4a477cc1-61a9-4430-bf99-261e050c7a73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:02.126Z|4a477cc1-61a9-4430-bf99-261e050c7a73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:06.843Z|0c867183-9adf-446b-8a26-a0b0dd1d9b5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:06.844Z|0c867183-9adf-446b-8a26-a0b0dd1d9b5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:06.844Z|4fbf3c27-242d-4ea7-91c7-492dc95e4fb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:06.845Z|4fbf3c27-242d-4ea7-91c7-492dc95e4fb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:07.318Z|233a8ce7-589a-49ac-93da-e72110b7e3cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:07.319Z|233a8ce7-589a-49ac-93da-e72110b7e3cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:16.448Z|5ac6e0bd-10d9-4eb5-a59d-1676457568e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:16.449Z|5ac6e0bd-10d9-4eb5-a59d-1676457568e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:16.864Z|6eea8e50-78df-4e0d-b735-df5eb2eb3ff7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:16.864Z|41bb40a4-402b-478a-9c64-acc650451dd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:16.864Z|41bb40a4-402b-478a-9c64-acc650451dd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:16.864Z|6eea8e50-78df-4e0d-b735-df5eb2eb3ff7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:17.337Z|efaa9e4e-3388-4af5-b0c8-4a134250a918|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:17.337Z|efaa9e4e-3388-4af5-b0c8-4a134250a918|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:26.885Z|ba082121-8d23-44a5-990b-ed4a26ce8eec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:26.885Z|c328edf5-83de-4f8a-a709-337bd02c9651|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:26.886Z|c328edf5-83de-4f8a-a709-337bd02c9651|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:26.886Z|ba082121-8d23-44a5-990b-ed4a26ce8eec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:27.356Z|932a0391-ff3a-4850-a125-e0643630747d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:27.357Z|932a0391-ff3a-4850-a125-e0643630747d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:31.448Z|23c03a63-ac57-41f0-aa33-4aaa8e79d2fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:31.449Z|23c03a63-ac57-41f0-aa33-4aaa8e79d2fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:32.127Z|4f507b9a-bc37-4623-b11e-1798a8fd2acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:32.128Z|4f507b9a-bc37-4623-b11e-1798a8fd2acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:36.906Z|fef76f06-a76b-4682-9408-9e4614d40871|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:36.906Z|fef76f06-a76b-4682-9408-9e4614d40871|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:36.906Z|ec4a77cf-8bef-4486-9222-7dc8676ee1d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:36.907Z|ec4a77cf-8bef-4486-9222-7dc8676ee1d8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:37.379Z|648e1546-7ae4-45e2-a283-6b3a4338b379|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:37.379Z|648e1546-7ae4-45e2-a283-6b3a4338b379|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:46.448Z|7e33f56c-551a-44fb-b5da-2a9d5efcfa78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:06:46.451Z|7e33f56c-551a-44fb-b5da-2a9d5efcfa78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:06:46.926Z|106d5a57-9348-4776-bd5c-b445f1a7d666|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:46.926Z|fc1d1d9e-8f41-4abc-99a2-f042a28a046c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:46.927Z|fc1d1d9e-8f41-4abc-99a2-f042a28a046c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:46.927Z|106d5a57-9348-4776-bd5c-b445f1a7d666|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:47.401Z|6d5359c1-43fe-4035-9b94-58f387ecd76f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:47.401Z|6d5359c1-43fe-4035-9b94-58f387ecd76f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:56.950Z|c23f65b5-8cb1-4baf-8748-6757e8ea62a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:56.950Z|174606ae-dee6-4ddf-94f5-6feb84684547|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:56.951Z|c23f65b5-8cb1-4baf-8748-6757e8ea62a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:56.952Z|174606ae-dee6-4ddf-94f5-6feb84684547|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:57.421Z|8ce0e41f-56f6-4197-8b4c-427ae342ad57|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:06:57.421Z|8ce0e41f-56f6-4197-8b4c-427ae342ad57|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:06:59.842Z|4d61e6b8-1905-433e-b10a-bd5b9423d1ce|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:06:59.844Z|4d61e6b8-1905-433e-b10a-bd5b9423d1ce|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:01.449Z|c6717cbd-e0c5-40f5-8828-08465397ca87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:01.449Z|c6717cbd-e0c5-40f5-8828-08465397ca87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:02.128Z|5c97a4e9-cb3e-4acd-8182-05d9eb4cbd75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:02.129Z|5c97a4e9-cb3e-4acd-8182-05d9eb4cbd75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:06.973Z|7b330b2c-1a17-4ffd-a426-bd76a0030a13|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:06.974Z|7b330b2c-1a17-4ffd-a426-bd76a0030a13|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:06.975Z|9d7433a1-ebb1-449a-9ebb-0adc27e4fecb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:06.976Z|9d7433a1-ebb1-449a-9ebb-0adc27e4fecb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:07.443Z|332564c6-eb95-4bde-8e81-3c17ae27dc06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:07.444Z|332564c6-eb95-4bde-8e81-3c17ae27dc06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:11.250Z||http-nio-8080-exec-4|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xed0x990x930xec0x8a0xa70xe7*0xe0(0x870x7f0xc2RrVa0xae'y0x0f0xf40xe90xe4XH0xf2e0xd2v0xc80xcf]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-22T08:07:16.448Z|a5176a53-9316-4c38-9fc4-29d34bfb97a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:16.449Z|a5176a53-9316-4c38-9fc4-29d34bfb97a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:16.996Z|39ae91e0-7e7e-401a-93b1-87c51583eb01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:16.997Z|39ae91e0-7e7e-401a-93b1-87c51583eb01|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:17.000Z|495156e5-354c-41b7-bcab-094a53ae7202|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:17.000Z|495156e5-354c-41b7-bcab-094a53ae7202|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:17.463Z|24343baf-12a4-40cf-b8b8-743f8a66141f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:17.464Z|24343baf-12a4-40cf-b8b8-743f8a66141f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:27.019Z|1e0565af-1e22-4e49-a2d5-933e442eade2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:27.019Z|1e0565af-1e22-4e49-a2d5-933e442eade2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:27.020Z|b84f2d6e-a6ed-45eb-b170-d7a2c26554b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:27.020Z|b84f2d6e-a6ed-45eb-b170-d7a2c26554b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:27.494Z|67fa807c-790f-4fe6-aacd-73254440a2cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:27.494Z|67fa807c-790f-4fe6-aacd-73254440a2cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:31.448Z|72d4aba9-c1de-47f5-a41b-48190d2b9e8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:31.451Z|72d4aba9-c1de-47f5-a41b-48190d2b9e8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:32.130Z|62d6a87c-f0ed-4e77-9a07-697dab2a23f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:32.130Z|62d6a87c-f0ed-4e77-9a07-697dab2a23f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:37.039Z|b2361e9a-7e38-4405-b7d9-449368c5a9c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:37.039Z|b2361e9a-7e38-4405-b7d9-449368c5a9c9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:37.039Z|be576b50-10f3-4bf8-8454-9fd47d360e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:37.040Z|be576b50-10f3-4bf8-8454-9fd47d360e4e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:37.514Z|a46710ac-4631-4c33-8acf-ff4268ce20c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:37.515Z|a46710ac-4631-4c33-8acf-ff4268ce20c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:46.448Z|351c7e15-9b9d-4975-b104-fbca379b60db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:07:46.449Z|351c7e15-9b9d-4975-b104-fbca379b60db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:07:47.062Z|e5d10f7f-ff86-4066-a7ae-4142dac3b1a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:47.062Z|baeec7b1-af92-4090-ab2a-30fa57f2d336|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:47.063Z|e5d10f7f-ff86-4066-a7ae-4142dac3b1a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:47.063Z|baeec7b1-af92-4090-ab2a-30fa57f2d336|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:47.538Z|8d258bd9-4f67-4df2-8c3f-4351b2af7382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:47.539Z|8d258bd9-4f67-4df2-8c3f-4351b2af7382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:57.084Z|01553a2d-e747-4d95-aae7-f3c0b1ae4731|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:57.084Z|981188e0-3c4c-4e49-aa8e-4859df8c36f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:57.085Z|01553a2d-e747-4d95-aae7-f3c0b1ae4731|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:57.085Z|981188e0-3c4c-4e49-aa8e-4859df8c36f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:57.558Z|38d523fb-8ff1-4b02-b52c-d383e6fb746d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:07:57.559Z|38d523fb-8ff1-4b02-b52c-d383e6fb746d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:07:59.841Z|573b4f77-bc1f-4b8b-9a23-934f67a3c9c2|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:07:59.842Z|573b4f77-bc1f-4b8b-9a23-934f67a3c9c2|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:01.449Z|7b335bba-3dd4-431c-b64e-87b70a042a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:01.449Z|7b335bba-3dd4-431c-b64e-87b70a042a1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:02.131Z|94306702-fdab-4319-91be-4a511cf206c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:02.132Z|94306702-fdab-4319-91be-4a511cf206c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:07.106Z|503ee67a-3e40-49d7-acd8-f982b1903ff5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:07.106Z|6437ddc5-e58e-4e81-9999-8dc4565a3f61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:07.106Z|503ee67a-3e40-49d7-acd8-f982b1903ff5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:07.106Z|6437ddc5-e58e-4e81-9999-8dc4565a3f61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:07.579Z|800fa256-c44f-40ed-b116-d7306d20dfe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:07.580Z|800fa256-c44f-40ed-b116-d7306d20dfe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:16.448Z|470c0ee6-6d63-42da-829a-68e0ea08cd99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:16.451Z|470c0ee6-6d63-42da-829a-68e0ea08cd99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:17.126Z|198bc670-1439-40de-821f-e19edada310b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:17.127Z|198bc670-1439-40de-821f-e19edada310b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:17.128Z|9af24192-4604-4bef-a910-f15fb913337b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:17.129Z|9af24192-4604-4bef-a910-f15fb913337b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:17.602Z|03567d98-bd83-4781-b971-c7d786824bb1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:17.602Z|03567d98-bd83-4781-b971-c7d786824bb1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:27.152Z|a708de8a-fcca-4959-b170-cc5fafd99075|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:27.153Z|a708de8a-fcca-4959-b170-cc5fafd99075|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:27.156Z|1b667362-e1ab-454d-aabc-40e40d12f887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:27.157Z|1b667362-e1ab-454d-aabc-40e40d12f887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:27.622Z|50374673-fcfc-456f-841b-1c31eba1c1ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:27.623Z|50374673-fcfc-456f-841b-1c31eba1c1ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:31.448Z|65ccbc5d-d28b-4510-a5ea-3759e89cc9fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:31.449Z|65ccbc5d-d28b-4510-a5ea-3759e89cc9fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:32.132Z|1be08187-efd0-4377-8665-5e5ec3e4840d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:32.134Z|1be08187-efd0-4377-8665-5e5ec3e4840d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:37.176Z|0f2d3abe-9968-40e1-84c2-3d96bc8110cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:37.177Z|6b8a34d4-2236-44a6-baa5-86448b0a8162|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:37.177Z|0f2d3abe-9968-40e1-84c2-3d96bc8110cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:37.177Z|6b8a34d4-2236-44a6-baa5-86448b0a8162|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:37.644Z|b97045f6-8da0-4345-9bba-4b14258baa55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:37.645Z|b97045f6-8da0-4345-9bba-4b14258baa55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:46.449Z|49e6c0e4-c3a5-41f6-8f9b-c7c67bf6e285|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:08:46.449Z|49e6c0e4-c3a5-41f6-8f9b-c7c67bf6e285|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:08:47.199Z|7e9275a3-f07a-4ef0-8b76-10e98110ae71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:47.199Z|ea54ec85-3d51-4a16-9459-763e938caaa7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:47.200Z|7e9275a3-f07a-4ef0-8b76-10e98110ae71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:47.200Z|ea54ec85-3d51-4a16-9459-763e938caaa7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:47.670Z|aa13e394-f40b-474a-8240-cf9b57c0256a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:47.671Z|aa13e394-f40b-474a-8240-cf9b57c0256a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:57.221Z|826dbae8-ba85-4f15-b6fc-2480672d60c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:57.222Z|826dbae8-ba85-4f15-b6fc-2480672d60c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:57.223Z|8be6347b-076c-4571-a06a-af694a0ee6b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:57.223Z|8be6347b-076c-4571-a06a-af694a0ee6b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:57.692Z|200e1265-2c82-4818-ba92-3d60f2b57764|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:08:57.693Z|200e1265-2c82-4818-ba92-3d60f2b57764|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:08:59.841Z|7038607d-2f26-4775-b051-e31cf650a798|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:08:59.842Z|7038607d-2f26-4775-b051-e31cf650a798|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:01.449Z|44f87ea3-50ee-4501-84ce-58a8d12e92dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:01.451Z|44f87ea3-50ee-4501-84ce-58a8d12e92dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:02.134Z|e2ca4224-2957-44bc-838f-7df1c39dc759|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:02.135Z|e2ca4224-2957-44bc-838f-7df1c39dc759|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:07.244Z|6a27f66b-1eea-4ac7-8889-6ddfa5c2d4c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:07.244Z|d6eae527-e639-456a-a8c0-e07e0d8d2fd7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:07.244Z|d6eae527-e639-456a-a8c0-e07e0d8d2fd7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:07.244Z|6a27f66b-1eea-4ac7-8889-6ddfa5c2d4c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:07.714Z|04b0b1f6-067b-4948-a3ff-50c333582393|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:07.715Z|04b0b1f6-067b-4948-a3ff-50c333582393|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:16.448Z|43721f66-986d-4f1d-aa70-cb0e4ad68f5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:16.449Z|43721f66-986d-4f1d-aa70-cb0e4ad68f5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:17.266Z|83b7cadf-041e-4077-b6e5-ad53576c9065|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:17.266Z|7cdb67a0-514d-48f9-9719-9125d206a17d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:17.266Z|7cdb67a0-514d-48f9-9719-9125d206a17d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:17.266Z|83b7cadf-041e-4077-b6e5-ad53576c9065|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:17.737Z|726163d4-245b-45e2-8421-2e6bce02960a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:17.738Z|726163d4-245b-45e2-8421-2e6bce02960a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:27.288Z|70f17100-4b26-40fd-abd3-3753def1fc1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:27.288Z|fcb2db51-94a7-41ab-a09b-171cb2c2f97b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:27.289Z|70f17100-4b26-40fd-abd3-3753def1fc1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:27.289Z|fcb2db51-94a7-41ab-a09b-171cb2c2f97b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:27.760Z|78e73892-3776-4c19-a8f6-ff02daf73358|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:27.760Z|78e73892-3776-4c19-a8f6-ff02daf73358|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:31.449Z|ecb84aa0-bde5-43d1-9a29-3d7413644e94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:31.449Z|ecb84aa0-bde5-43d1-9a29-3d7413644e94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:32.136Z|a27b3fcc-1df0-4d22-90af-b07c74520859|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:32.136Z|a27b3fcc-1df0-4d22-90af-b07c74520859|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:37.309Z|d5ee9273-7b99-460c-8894-c1f0f7d0cb49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:37.310Z|d5ee9273-7b99-460c-8894-c1f0f7d0cb49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:37.312Z|4d8227b3-d297-472f-ac72-c181e19a3de8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:37.312Z|4d8227b3-d297-472f-ac72-c181e19a3de8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:37.781Z|71d90ab4-4723-48d7-891d-93e31c0ab40d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:37.781Z|71d90ab4-4723-48d7-891d-93e31c0ab40d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:46.449Z|1b128df9-e0f5-45a1-a615-6d0591498eba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:09:46.451Z|1b128df9-e0f5-45a1-a615-6d0591498eba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:09:47.331Z|544bedd4-c1aa-44c6-ad32-a800fda5c1cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:47.331Z|ca1f855e-c1f9-45d3-ae1f-a55278080f83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:47.331Z|544bedd4-c1aa-44c6-ad32-a800fda5c1cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:47.331Z|ca1f855e-c1f9-45d3-ae1f-a55278080f83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:47.803Z|73feeabd-00e9-4643-85ff-2fe68d90657b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:47.804Z|73feeabd-00e9-4643-85ff-2fe68d90657b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:57.354Z|c26d3b63-980a-45a1-aa40-993d2d1fb4c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:57.355Z|e62a86b8-1cd4-4f71-b7eb-80e1617b26b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:57.355Z|c26d3b63-980a-45a1-aa40-993d2d1fb4c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:57.356Z|e62a86b8-1cd4-4f71-b7eb-80e1617b26b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:57.825Z|1b38558e-b527-4348-b4d1-01ac7175852f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:09:57.825Z|1b38558e-b527-4348-b4d1-01ac7175852f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:09:59.842Z|3d28a75f-120c-4c35-bb19-8f12bc71ac0f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:09:59.843Z|3d28a75f-120c-4c35-bb19-8f12bc71ac0f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:01.448Z|c15c1c2a-ba05-4404-81d3-aa3dfd57eb9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:01.449Z|c15c1c2a-ba05-4404-81d3-aa3dfd57eb9d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:02.137Z|237a4e45-5bbd-4c05-9d4a-f2cd2eacde38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:02.138Z|237a4e45-5bbd-4c05-9d4a-f2cd2eacde38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:07.382Z|d6e8778f-6ba0-4589-a307-0bd41d39980f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:07.383Z|d6e8778f-6ba0-4589-a307-0bd41d39980f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:07.382Z|1bfcb241-02dd-4c46-ab6b-9dd6627ca308|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:07.387Z|1bfcb241-02dd-4c46-ab6b-9dd6627ca308|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:07.848Z|325ddb98-78c9-4e0a-8ef2-b01085490971|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:07.849Z|325ddb98-78c9-4e0a-8ef2-b01085490971|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:16.449Z|6e7fcade-a8e8-4237-bd6b-fec9b76412e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:16.449Z|6e7fcade-a8e8-4237-bd6b-fec9b76412e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:17.408Z|31cad0ca-c991-4f26-9d72-6de7105a4e87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:17.409Z|31cad0ca-c991-4f26-9d72-6de7105a4e87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:17.409Z|ff306971-61a0-4f12-a643-cd895ccf45ff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:17.410Z|ff306971-61a0-4f12-a643-cd895ccf45ff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:17.869Z|892506b6-e07a-402a-94e3-c85919c1ef24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:17.870Z|892506b6-e07a-402a-94e3-c85919c1ef24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:27.431Z|fc1ac173-9560-496c-835e-dd300a1f304c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:27.432Z|e0446f94-d98a-4a1b-986b-b86b85a5a4d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:27.433Z|e0446f94-d98a-4a1b-986b-b86b85a5a4d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:27.433Z|fc1ac173-9560-496c-835e-dd300a1f304c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:27.893Z|04ba60fa-b0cc-44a4-8d16-83c6f19a3cd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:27.894Z|04ba60fa-b0cc-44a4-8d16-83c6f19a3cd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:31.449Z|f90d2b71-c453-498b-abfe-901cedd15ceb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:31.451Z|f90d2b71-c453-498b-abfe-901cedd15ceb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:32.138Z|1180ddc0-2ee1-4ecf-a2fe-0020a6c2ae42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:32.139Z|1180ddc0-2ee1-4ecf-a2fe-0020a6c2ae42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:37.457Z|70a0e3b8-d9b9-4586-9608-c36b57f2f5d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:37.457Z|70a0e3b8-d9b9-4586-9608-c36b57f2f5d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:37.460Z|8cc6b875-1ae7-4a43-81a5-8b0c58686827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:37.461Z|8cc6b875-1ae7-4a43-81a5-8b0c58686827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:37.917Z|b66a4703-59ab-4dc6-bd77-dad9265a6de4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:37.918Z|b66a4703-59ab-4dc6-bd77-dad9265a6de4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:46.449Z|4213f001-6962-4ce1-a0d0-a13f49745ae4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:10:46.449Z|4213f001-6962-4ce1-a0d0-a13f49745ae4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:10:47.484Z|224a9b9b-efe2-4c18-9243-a1ce8a618908|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:47.485Z|224a9b9b-efe2-4c18-9243-a1ce8a618908|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:47.487Z|e708c856-81dc-4996-84d8-f61e11441ec9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:47.488Z|e708c856-81dc-4996-84d8-f61e11441ec9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:47.939Z|ceaf477b-6c8c-479b-a68c-737f2abde99d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:47.940Z|ceaf477b-6c8c-479b-a68c-737f2abde99d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:57.510Z|cfbbe2da-6263-428a-b77b-a3b9a86c96d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:57.511Z|cfbbe2da-6263-428a-b77b-a3b9a86c96d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:57.512Z|7bf6724f-9623-4d54-913f-10248b7eb614|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:57.512Z|7bf6724f-9623-4d54-913f-10248b7eb614|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:57.960Z|e80086c5-cae3-4245-8d71-56057f7065f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:10:57.960Z|e80086c5-cae3-4245-8d71-56057f7065f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:10:59.842Z|32c5c72d-caca-4711-98c0-85e649d5f298|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:10:59.842Z|32c5c72d-caca-4711-98c0-85e649d5f298|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:01.448Z|3b03e15c-1504-4dff-a7ec-06f976c195e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:01.449Z|3b03e15c-1504-4dff-a7ec-06f976c195e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:02.139Z|35a30eae-405d-4a2c-8396-7e2c9c724627|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:02.140Z|35a30eae-405d-4a2c-8396-7e2c9c724627|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:07.533Z|28b7479b-dece-4c1d-9f20-4ac68d6bb902|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:07.533Z|baa24486-d65b-451a-b8dc-4905e33c1dd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:07.534Z|28b7479b-dece-4c1d-9f20-4ac68d6bb902|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:07.534Z|baa24486-d65b-451a-b8dc-4905e33c1dd3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:07.981Z|2d66adb9-e03e-4f3d-a830-7cd4abf59e59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:07.982Z|2d66adb9-e03e-4f3d-a830-7cd4abf59e59|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:16.449Z|419df94f-2cfe-4e9f-a6d6-914f421c3725|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:16.451Z|419df94f-2cfe-4e9f-a6d6-914f421c3725|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:17.557Z|5ca3e9f9-b59c-46d1-a277-96a88ec7ec1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:17.557Z|5ca3e9f9-b59c-46d1-a277-96a88ec7ec1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:17.564Z|f726ea1f-1d64-4dd6-9e7c-41ed5639cf62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:17.565Z|f726ea1f-1d64-4dd6-9e7c-41ed5639cf62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:18.002Z|321aaf09-2d2b-459e-8911-25e9f5f03e31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:18.002Z|321aaf09-2d2b-459e-8911-25e9f5f03e31|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:27.578Z|7fa04344-ab02-448e-a1fa-22376c2014af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:27.579Z|7fa04344-ab02-448e-a1fa-22376c2014af|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:27.586Z|b02efcad-6c09-4bff-af6b-e1b8e9c5d0b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:27.587Z|b02efcad-6c09-4bff-af6b-e1b8e9c5d0b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:28.024Z|535a4375-a7f4-4f00-a97f-6dd5bb558f2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:28.025Z|535a4375-a7f4-4f00-a97f-6dd5bb558f2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:31.448Z|abd4c241-539d-4cf1-8a41-03180d16b0dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:31.449Z|abd4c241-539d-4cf1-8a41-03180d16b0dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:32.141Z|cd953345-d312-43aa-8121-23ec36ead872|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:32.142Z|cd953345-d312-43aa-8121-23ec36ead872|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:37.602Z|c5b8a245-990e-4977-bc76-974cdbaaad49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:37.603Z|c5b8a245-990e-4977-bc76-974cdbaaad49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:37.606Z|83c1eb14-098f-4a47-8756-73041833c040|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:37.607Z|83c1eb14-098f-4a47-8756-73041833c040|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:38.046Z|d941c3f3-6ca7-4345-84b1-ddfcc8e19796|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:38.047Z|d941c3f3-6ca7-4345-84b1-ddfcc8e19796|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:46.448Z|7cc25f5a-85c2-40f4-8667-4ef26484e037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:11:46.449Z|7cc25f5a-85c2-40f4-8667-4ef26484e037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:11:47.624Z|eaff54f8-98f1-43bb-a462-5bb3282f2595|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:47.625Z|eaff54f8-98f1-43bb-a462-5bb3282f2595|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:47.626Z|8ebf4c80-2edf-46ad-b804-7cd8f4436912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:47.626Z|8ebf4c80-2edf-46ad-b804-7cd8f4436912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:48.067Z|90e2e72f-57ab-42a4-b9c1-e94a35d53144|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:48.068Z|90e2e72f-57ab-42a4-b9c1-e94a35d53144|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:57.647Z|fcf07a8e-38dc-4daa-a382-8f7326875a4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:57.647Z|1cc7c53a-c79e-4253-b734-a02e3a86024b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:57.648Z|fcf07a8e-38dc-4daa-a382-8f7326875a4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:57.648Z|1cc7c53a-c79e-4253-b734-a02e3a86024b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:58.090Z|4e4309e2-a3f5-4018-88f4-7da20ebb1845|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:11:58.090Z|4e4309e2-a3f5-4018-88f4-7da20ebb1845|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:11:59.842Z|e58aabc6-a02b-4189-a95f-d7c547c0af1a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:11:59.843Z|e58aabc6-a02b-4189-a95f-d7c547c0af1a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:01.449Z|6f070762-5fa9-45c6-a1e9-e07fc72824e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:01.451Z|6f070762-5fa9-45c6-a1e9-e07fc72824e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:02.142Z|b3000049-f2cc-437f-b059-cdeee426d5a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:02.143Z|b3000049-f2cc-437f-b059-cdeee426d5a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:07.671Z|8e7c2a9d-de50-4837-8c0e-7ffb15557213|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:07.672Z|8e7c2a9d-de50-4837-8c0e-7ffb15557213|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:07.674Z|c0931794-31e9-46e3-a2c6-2278561a08a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:07.674Z|c0931794-31e9-46e3-a2c6-2278561a08a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:08.122Z|776d06dd-a546-45ce-8403-9c45ab410b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:08.123Z|776d06dd-a546-45ce-8403-9c45ab410b69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:16.448Z|5d12a759-abd4-4606-9653-4ccb881470db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:16.449Z|5d12a759-abd4-4606-9653-4ccb881470db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:17.692Z|60c62c32-7c5a-490b-bcec-3de0cf428b20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:17.693Z|60c62c32-7c5a-490b-bcec-3de0cf428b20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:17.700Z|0f086a23-f9a9-4171-a5cc-8a7f08a6d5cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:17.701Z|0f086a23-f9a9-4171-a5cc-8a7f08a6d5cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:18.147Z|d6139719-6901-4175-add6-3e550c1e07a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:18.147Z|d6139719-6901-4175-add6-3e550c1e07a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:27.714Z|364321af-b5f3-4b5f-8df2-c8a65f30e785|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:27.715Z|364321af-b5f3-4b5f-8df2-c8a65f30e785|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:27.721Z|05d8e1fd-a349-4e88-8690-bbf508a6aaa0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:27.722Z|05d8e1fd-a349-4e88-8690-bbf508a6aaa0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:28.172Z|81b94e28-2527-4315-b1dd-7855fe5d4837|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:28.173Z|81b94e28-2527-4315-b1dd-7855fe5d4837|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:31.449Z|83015f7c-f6e3-4bc8-afde-99f9c6324abd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:31.449Z|83015f7c-f6e3-4bc8-afde-99f9c6324abd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:32.144Z|f84a81cd-230c-4a34-abe8-08154e92f33d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:32.144Z|f84a81cd-230c-4a34-abe8-08154e92f33d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:37.740Z|6a190d0f-d218-4ce0-ab37-75d10bbbae2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:37.740Z|e8e1ed63-ca93-42b2-89d6-2a24c50404f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:37.741Z|e8e1ed63-ca93-42b2-89d6-2a24c50404f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:37.741Z|6a190d0f-d218-4ce0-ab37-75d10bbbae2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:38.195Z|7311a827-a10d-4c12-8f3c-b74e12f3d36f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:38.196Z|7311a827-a10d-4c12-8f3c-b74e12f3d36f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:46.449Z|9e08fba1-f98d-4149-a063-1024b498b55b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:12:46.451Z|9e08fba1-f98d-4149-a063-1024b498b55b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:12:47.761Z|1f44afdc-e5c4-4e07-87f1-364cf51d5608|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:47.762Z|1f44afdc-e5c4-4e07-87f1-364cf51d5608|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:47.762Z|f6760dbb-e06d-419e-a320-806b071e5cf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:47.762Z|f6760dbb-e06d-419e-a320-806b071e5cf6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:48.218Z|ce8d806a-5d37-423e-a963-3bcc31b4ac2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:48.218Z|ce8d806a-5d37-423e-a963-3bcc31b4ac2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:57.782Z|22e39ec7-c69d-4567-b473-1881363f8bdb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:57.783Z|22e39ec7-c69d-4567-b473-1881363f8bdb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:57.784Z|6fe2dc8a-390e-4882-8f68-4075b76c2de6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:57.784Z|6fe2dc8a-390e-4882-8f68-4075b76c2de6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:58.241Z|2cd69c31-bdfc-417d-9a38-3b5fa2d42c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:12:58.242Z|2cd69c31-bdfc-417d-9a38-3b5fa2d42c4c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:12:59.843Z|68a779a7-49af-49db-8b75-e9ca19414970|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:12:59.844Z|68a779a7-49af-49db-8b75-e9ca19414970|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:01.449Z|cfe4e303-035f-4188-8110-52f56b7d29dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:01.449Z|cfe4e303-035f-4188-8110-52f56b7d29dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:02.145Z|8bd93836-f2ec-440a-8fbb-bc7e0b6ac242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:02.145Z|8bd93836-f2ec-440a-8fbb-bc7e0b6ac242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:07.807Z|e4c877ad-adf3-41a6-a519-5f6eec3f0bf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:07.808Z|e4c877ad-adf3-41a6-a519-5f6eec3f0bf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:07.811Z|49b84ba4-d7dc-47a6-980a-f3084ae4012e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:07.812Z|49b84ba4-d7dc-47a6-980a-f3084ae4012e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:08.265Z|bff86087-0d0f-48a6-9ee7-e6d8087c07b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:08.266Z|bff86087-0d0f-48a6-9ee7-e6d8087c07b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:16.449Z|f70628d6-07da-462e-9f99-bbfe73ac1226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:16.449Z|f70628d6-07da-462e-9f99-bbfe73ac1226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:17.833Z|bc2f7ce5-22d5-40b0-9cfd-967f481f7250|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:17.834Z|bc2f7ce5-22d5-40b0-9cfd-967f481f7250|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:17.836Z|0343899c-2ed9-4d3d-ad82-260f5a384228|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:17.837Z|0343899c-2ed9-4d3d-ad82-260f5a384228|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:18.288Z|7a099e68-683e-4d8a-8f5e-57b6a5919f28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:18.289Z|7a099e68-683e-4d8a-8f5e-57b6a5919f28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:27.855Z|38278b95-78fe-4c0c-ab3d-e107f80d198f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:27.856Z|38278b95-78fe-4c0c-ab3d-e107f80d198f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:27.856Z|0df28cde-c87e-48ca-bcfd-ee70c0ffbcb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:27.857Z|0df28cde-c87e-48ca-bcfd-ee70c0ffbcb5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:28.319Z|ba69b5c6-7246-48a7-ba25-198f5bd3c8ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:28.320Z|ba69b5c6-7246-48a7-ba25-198f5bd3c8ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:31.448Z|b08b37e1-a233-417b-8bbf-3928009000a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:31.451Z|b08b37e1-a233-417b-8bbf-3928009000a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:32.146Z|a346d648-b766-4d8c-960f-415d73d904cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:32.147Z|a346d648-b766-4d8c-960f-415d73d904cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:37.876Z|dcb3527a-d3b0-4f60-af75-2f3c9ceff4bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:37.876Z|2caa91c7-b4eb-4fdb-9ecc-6531cfb473cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:37.877Z|2caa91c7-b4eb-4fdb-9ecc-6531cfb473cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:37.877Z|dcb3527a-d3b0-4f60-af75-2f3c9ceff4bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:38.346Z|38e54417-f2bc-48dd-91bf-60a089bc6b26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:38.347Z|38e54417-f2bc-48dd-91bf-60a089bc6b26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:46.449Z|b17f378c-37a0-4be0-b231-358934cd2bca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:13:46.449Z|b17f378c-37a0-4be0-b231-358934cd2bca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:13:47.896Z|40163fd9-f00e-46eb-a6c4-d689bbe08ea8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:47.896Z|c864fbae-a896-4dc7-bdf2-c5a3fd0e393a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:47.897Z|40163fd9-f00e-46eb-a6c4-d689bbe08ea8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:47.897Z|c864fbae-a896-4dc7-bdf2-c5a3fd0e393a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:48.372Z|15ce5e3f-7868-4e92-9a50-1a43bdf3808f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:48.372Z|15ce5e3f-7868-4e92-9a50-1a43bdf3808f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:57.917Z|3f1cf727-92c4-4305-897d-e9bc98caeaf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:57.918Z|627899b5-af20-487b-9d0a-577af5baee7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:57.918Z|3f1cf727-92c4-4305-897d-e9bc98caeaf2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:57.918Z|627899b5-af20-487b-9d0a-577af5baee7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:58.393Z|4327debc-d7d6-44a9-b8e4-c2e58e566848|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:13:58.394Z|4327debc-d7d6-44a9-b8e4-c2e58e566848|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:13:59.844Z|ccd51186-7438-4c44-af79-836465664ae5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:13:59.845Z|ccd51186-7438-4c44-af79-836465664ae5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:01.449Z|8d5f3034-11dd-4ab8-8849-eb905c5c19db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:01.449Z|8d5f3034-11dd-4ab8-8849-eb905c5c19db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:02.147Z|70d55160-c956-4b3b-87c3-6a14deb75174|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:02.148Z|70d55160-c956-4b3b-87c3-6a14deb75174|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:07.938Z|45ded07d-a71a-4993-b8ac-afaba0eb3686|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:07.939Z|45ded07d-a71a-4993-b8ac-afaba0eb3686|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:07.939Z|4174d908-cd8f-401c-b3fe-7ddd1d2422fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:07.939Z|4174d908-cd8f-401c-b3fe-7ddd1d2422fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:08.419Z|4e6d66b6-5b3b-474a-b653-feecaa379cda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:08.420Z|4e6d66b6-5b3b-474a-b653-feecaa379cda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:16.449Z|19ad65b5-2359-4f3e-9d6b-77d1e2826e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:16.451Z|19ad65b5-2359-4f3e-9d6b-77d1e2826e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:17.959Z|b102a1a2-6809-48ff-b5bc-1e854531389d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:17.959Z|5b22cb27-37ec-42a0-a9fe-219fac3843e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:17.960Z|5b22cb27-37ec-42a0-a9fe-219fac3843e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:17.960Z|b102a1a2-6809-48ff-b5bc-1e854531389d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:18.445Z|e840b248-8f56-4abc-ba5a-acd115dcab2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:18.446Z|e840b248-8f56-4abc-ba5a-acd115dcab2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:27.981Z|336b33b9-a77e-4831-b91c-04bfc41582e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:27.982Z|336b33b9-a77e-4831-b91c-04bfc41582e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:27.983Z|cc9f089f-7482-4eb4-aaf8-90c31599fe00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:27.983Z|cc9f089f-7482-4eb4-aaf8-90c31599fe00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:28.471Z|399d5269-81cf-47d0-ab26-e6dfcd246fa1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:28.472Z|399d5269-81cf-47d0-ab26-e6dfcd246fa1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:31.448Z|09c0dafe-b4fc-4eca-ab61-c4a8b4030e78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:31.449Z|09c0dafe-b4fc-4eca-ab61-c4a8b4030e78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:32.149Z|2a349d86-417a-4ac6-9918-df6d7e1604d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:32.149Z|2a349d86-417a-4ac6-9918-df6d7e1604d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:38.003Z|3446670d-c9e3-4c92-aeb0-4654b036aeb4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:38.004Z|3446670d-c9e3-4c92-aeb0-4654b036aeb4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:38.003Z|ed4b7d5c-c65e-4f4d-87a3-026b25faedf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:38.004Z|ed4b7d5c-c65e-4f4d-87a3-026b25faedf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:38.492Z|2a2a24c2-460f-4ba4-8084-cdc3dc35a70e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:38.493Z|2a2a24c2-460f-4ba4-8084-cdc3dc35a70e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:46.449Z|f2698e17-edec-4285-abad-49d3f30e29e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:14:46.449Z|f2698e17-edec-4285-abad-49d3f30e29e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:14:48.023Z|eb470ac5-2da0-4762-b9ef-a766c74db3e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:48.023Z|ff54fdac-0db2-4891-bb7b-07a05271ee08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:48.023Z|eb470ac5-2da0-4762-b9ef-a766c74db3e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:48.023Z|ff54fdac-0db2-4891-bb7b-07a05271ee08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:48.513Z|d944d8d6-2184-4b51-aad0-63836bc0c222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:48.514Z|d944d8d6-2184-4b51-aad0-63836bc0c222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:58.045Z|34dee831-b333-4700-8395-71907d4baed6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:58.045Z|34dee831-b333-4700-8395-71907d4baed6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:58.046Z|1776cf56-f99d-44da-910e-33fad31b8de0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:58.047Z|1776cf56-f99d-44da-910e-33fad31b8de0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:58.535Z|e5e3400e-df4d-4f09-9ba1-1b1fbb1dbab8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:14:58.536Z|e5e3400e-df4d-4f09-9ba1-1b1fbb1dbab8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:14:59.842Z|3acb5b9f-1f2c-47eb-b92b-8a8ebbfb0619|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:14:59.843Z|3acb5b9f-1f2c-47eb-b92b-8a8ebbfb0619|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:01.449Z|62c8d8fa-35fa-4cdf-a69d-ab06739c69f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:01.451Z|62c8d8fa-35fa-4cdf-a69d-ab06739c69f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:02.150Z|fc24750f-da88-4888-b4b7-e31311a84392|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:02.151Z|fc24750f-da88-4888-b4b7-e31311a84392|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:08.071Z|a3b296f8-2a2b-45e4-9598-a60e5135e1e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:08.071Z|04de7bff-6716-4539-8d84-2a2df4bd75aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:08.072Z|04de7bff-6716-4539-8d84-2a2df4bd75aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:08.072Z|a3b296f8-2a2b-45e4-9598-a60e5135e1e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:08.557Z|3a339718-6304-4d5c-aa9e-a12a6cbf95a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:08.558Z|3a339718-6304-4d5c-aa9e-a12a6cbf95a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:16.449Z|e8db188c-108f-413f-9792-fff50613a874|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:16.449Z|e8db188c-108f-413f-9792-fff50613a874|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:18.095Z|b03c3d27-de37-4399-a8c6-ad1bd1eb1bda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:18.095Z|d721ac05-55ee-4cf8-b60a-a59a8df11a29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:18.096Z|d721ac05-55ee-4cf8-b60a-a59a8df11a29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:18.096Z|b03c3d27-de37-4399-a8c6-ad1bd1eb1bda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:18.582Z|9d439fdd-74fd-4fcc-b728-724493634df3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:18.582Z|9d439fdd-74fd-4fcc-b728-724493634df3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:28.118Z|348c2b9e-476b-4047-8eb3-1ef36be379c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:28.119Z|348c2b9e-476b-4047-8eb3-1ef36be379c7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:28.121Z|6ac80095-40b8-4cde-b6ae-b0f94971940a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:28.121Z|6ac80095-40b8-4cde-b6ae-b0f94971940a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:28.603Z|0f912a21-6255-4fe8-a196-8e997c7e7dcd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:28.604Z|0f912a21-6255-4fe8-a196-8e997c7e7dcd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:31.449Z|ea038fd8-8df0-4993-8e7e-959a09a8a5a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:31.449Z|ea038fd8-8df0-4993-8e7e-959a09a8a5a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:32.152Z|85c3264a-c9d9-46e1-97b3-acd78ceae9fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:32.153Z|85c3264a-c9d9-46e1-97b3-acd78ceae9fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:38.145Z|5c2a89b1-832e-41e8-81af-88daec0ae1ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:38.145Z|9960b775-19da-45b3-b8fc-02b836a35902|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:38.146Z|5c2a89b1-832e-41e8-81af-88daec0ae1ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:38.146Z|9960b775-19da-45b3-b8fc-02b836a35902|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:38.626Z|904da81c-e4f5-4363-a25c-e6103f82f9a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:38.626Z|904da81c-e4f5-4363-a25c-e6103f82f9a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:46.449Z|28e00dbe-3bb1-4bf1-8fc0-bef9d3d5799f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:15:46.451Z|28e00dbe-3bb1-4bf1-8fc0-bef9d3d5799f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:15:48.183Z|5ac80928-085a-44e7-8ed5-5ec5c31214e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:48.184Z|2016f677-c9c1-432a-b671-852ed9599686|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:48.185Z|2016f677-c9c1-432a-b671-852ed9599686|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:48.185Z|5ac80928-085a-44e7-8ed5-5ec5c31214e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:48.650Z|202bc678-c709-4152-a6c9-0e2268fe6993|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:48.651Z|202bc678-c709-4152-a6c9-0e2268fe6993|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:58.215Z|0325d4ad-4c4d-4063-9ebb-34ec887701a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:58.215Z|e9156e98-84f7-4a05-a5d1-4c8d14301f83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:58.216Z|0325d4ad-4c4d-4063-9ebb-34ec887701a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:58.216Z|e9156e98-84f7-4a05-a5d1-4c8d14301f83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:58.674Z|c19062a5-1454-446d-a32e-3a6c2e0f6bb4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:15:58.675Z|c19062a5-1454-446d-a32e-3a6c2e0f6bb4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:15:59.842Z|dd0b757a-a756-4fd8-9b6f-744028b2c46b|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:15:59.843Z|dd0b757a-a756-4fd8-9b6f-744028b2c46b|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:01.449Z|0053aff2-ea10-4730-a846-c7b00ffb22ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:01.449Z|0053aff2-ea10-4730-a846-c7b00ffb22ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:02.153Z|47b1c402-a29f-4ddb-8ad1-5418d0ba0d9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:02.154Z|47b1c402-a29f-4ddb-8ad1-5418d0ba0d9b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:08.242Z|0a9cdd34-73aa-4727-a4dc-9c7532c46df2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:08.242Z|7e9ca97f-3454-47d8-b77d-9d9788cdb017|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:08.243Z|0a9cdd34-73aa-4727-a4dc-9c7532c46df2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:08.243Z|7e9ca97f-3454-47d8-b77d-9d9788cdb017|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:08.696Z|fba33ea6-27ae-431f-aa88-dce7e5ed1f1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:08.696Z|fba33ea6-27ae-431f-aa88-dce7e5ed1f1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:16.449Z|1a685646-b76d-454f-a4a2-bff26436e09a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:16.449Z|1a685646-b76d-454f-a4a2-bff26436e09a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:18.269Z|3dcff6d1-07b4-4d9f-af79-def50f6ca88c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:18.270Z|3dcff6d1-07b4-4d9f-af79-def50f6ca88c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:18.270Z|3ee37ffe-0391-4fb7-98da-2b40d2b50631|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:18.271Z|3ee37ffe-0391-4fb7-98da-2b40d2b50631|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:18.717Z|44a95c8c-32db-4f6a-8bfd-d6ecdad0a343|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:18.717Z|44a95c8c-32db-4f6a-8bfd-d6ecdad0a343|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:28.294Z|71a133a9-3d62-43b4-96be-d8d83be17e87|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:28.294Z|cadcd951-4ca0-411b-b8b4-bdf5fd754968|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:28.295Z|cadcd951-4ca0-411b-b8b4-bdf5fd754968|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:28.295Z|71a133a9-3d62-43b4-96be-d8d83be17e87|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:28.738Z|41d65776-81ca-4e12-ac5c-e90a66aea198|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:28.739Z|41d65776-81ca-4e12-ac5c-e90a66aea198|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:31.448Z|43de7818-4259-4abb-ab8f-f221598d2d76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:31.449Z|43de7818-4259-4abb-ab8f-f221598d2d76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:32.154Z|0d40904f-00c3-4c8a-a743-62cf8febee87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:32.155Z|0d40904f-00c3-4c8a-a743-62cf8febee87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:38.317Z|11f628c5-91ff-4b74-b59b-99240fce9b1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:38.318Z|11f628c5-91ff-4b74-b59b-99240fce9b1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:38.322Z|38116d68-5231-4f94-9040-98e8e9502471|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:38.323Z|38116d68-5231-4f94-9040-98e8e9502471|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:38.760Z|7cd664ae-edd7-4f88-bd42-f3d80a9d266e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:38.761Z|7cd664ae-edd7-4f88-bd42-f3d80a9d266e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:46.449Z|0df92ffe-4ac1-4251-9610-36853f5ea6d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:16:46.449Z|0df92ffe-4ac1-4251-9610-36853f5ea6d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:16:48.343Z|80708048-95d1-4714-8e4e-e237179f1e6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:48.343Z|d0e72860-4a61-4111-8d19-9471f4115bd3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:48.344Z|80708048-95d1-4714-8e4e-e237179f1e6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:48.344Z|d0e72860-4a61-4111-8d19-9471f4115bd3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:48.781Z|f12638c5-cfc3-4c30-8db8-1584377af5ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:48.782Z|f12638c5-cfc3-4c30-8db8-1584377af5ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:58.365Z|5dfb8148-3067-4d20-b5a2-0268ec5fdb4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:58.366Z|5dfb8148-3067-4d20-b5a2-0268ec5fdb4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:58.366Z|65b0f014-34d6-4fb8-85ee-b60a32719fb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:58.366Z|65b0f014-34d6-4fb8-85ee-b60a32719fb6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:58.810Z|2cd513e1-dbc5-45d1-8322-4c5fd29f1b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:16:58.811Z|2cd513e1-dbc5-45d1-8322-4c5fd29f1b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:16:59.841Z|527e2f81-8f85-45f9-be5c-76a8cbf971c2|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:16:59.842Z|527e2f81-8f85-45f9-be5c-76a8cbf971c2|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:01.449Z|8be5297f-c6f6-45cf-9ec5-c6acfcd02e58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:01.449Z|8be5297f-c6f6-45cf-9ec5-c6acfcd02e58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:02.156Z|b265a2d4-4bd2-4b29-8639-096442c9ae52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:02.156Z|b265a2d4-4bd2-4b29-8639-096442c9ae52|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:08.386Z|3d1a72df-6cb4-4700-a2de-45ed084c376d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:08.386Z|ee23743c-97d3-4f4c-a44b-35aed13a2dcf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:08.387Z|3d1a72df-6cb4-4700-a2de-45ed084c376d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:08.387Z|ee23743c-97d3-4f4c-a44b-35aed13a2dcf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:08.834Z|84997989-35f9-4e7b-aa31-3ca6269c0bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:08.835Z|84997989-35f9-4e7b-aa31-3ca6269c0bcd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:16.449Z|3b80ba1a-bd92-4941-b308-6ccebea1dbdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:16.449Z|3b80ba1a-bd92-4941-b308-6ccebea1dbdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:18.407Z|55a67f83-ed65-4f8d-b8ff-9fda71e2fcf7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:18.408Z|55a67f83-ed65-4f8d-b8ff-9fda71e2fcf7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:18.409Z|b703219a-0400-4f24-979e-666ad772b4b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:18.409Z|b703219a-0400-4f24-979e-666ad772b4b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:18.858Z|6351e8f3-6a5c-4575-919e-2e34c10a1442|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:18.859Z|6351e8f3-6a5c-4575-919e-2e34c10a1442|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:28.430Z|ec539992-56b2-4267-9c32-d9dcf1f8182b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:28.431Z|ec539992-56b2-4267-9c32-d9dcf1f8182b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:28.430Z|cfcddb25-423d-4802-9a37-0e45158879b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:28.432Z|cfcddb25-423d-4802-9a37-0e45158879b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:28.882Z|ad48d85c-8b89-4d84-a163-fa63ce3b66f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:28.883Z|ad48d85c-8b89-4d84-a163-fa63ce3b66f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:31.449Z|7b9cb874-ee0e-4ae9-9ce3-e8bc0d8f1a0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:31.451Z|7b9cb874-ee0e-4ae9-9ce3-e8bc0d8f1a0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:32.157Z|ae7c8b1f-a5d3-4f70-b2a4-91e93d202308|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:32.157Z|ae7c8b1f-a5d3-4f70-b2a4-91e93d202308|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:38.452Z|e1545898-63e8-48da-a66f-cf464cda2f1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:38.452Z|c36bd699-b279-423b-9b61-379b4988f28b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:38.453Z|c36bd699-b279-423b-9b61-379b4988f28b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:38.453Z|e1545898-63e8-48da-a66f-cf464cda2f1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:38.907Z|27755200-3948-4476-a497-218fed78ee1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:38.907Z|27755200-3948-4476-a497-218fed78ee1e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:46.449Z|4de5c296-1e36-4883-91c9-f9d88f14ce87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:17:46.449Z|4de5c296-1e36-4883-91c9-f9d88f14ce87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:17:48.472Z|c1ea93e3-3958-440f-91ab-ece97e60ed99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:48.473Z|c1ea93e3-3958-440f-91ab-ece97e60ed99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:48.473Z|6d6a7d4e-611e-4946-a7de-57fa37c28c3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:48.474Z|6d6a7d4e-611e-4946-a7de-57fa37c28c3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:48.934Z|bb7a7edb-c8fe-4cc2-8013-d271ef3e1528|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:48.935Z|bb7a7edb-c8fe-4cc2-8013-d271ef3e1528|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:58.495Z|8689dc20-1808-48bc-8efb-26a9724ec9e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:58.494Z|0e9ca696-f172-40da-aa95-f8eb3b5df157|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:58.495Z|8689dc20-1808-48bc-8efb-26a9724ec9e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:58.495Z|0e9ca696-f172-40da-aa95-f8eb3b5df157|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:58.956Z|ab6a9bfa-c4c2-4b9e-b231-69746aca41b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:17:58.957Z|ab6a9bfa-c4c2-4b9e-b231-69746aca41b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:17:59.845Z|609e00cf-a818-42e2-a093-9cd44d57221b|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:17:59.845Z|609e00cf-a818-42e2-a093-9cd44d57221b|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:01.448Z|cef2709e-b545-4c75-8898-e71af83baebd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:01.449Z|cef2709e-b545-4c75-8898-e71af83baebd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:02.158Z|9c24a8d0-79ab-4a11-9221-98ed07c28269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:02.158Z|9c24a8d0-79ab-4a11-9221-98ed07c28269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:08.517Z|61115faa-9ff7-43f4-a34b-675102572a3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:08.516Z|218f038c-f720-482b-912d-2dbb4d836548|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:08.517Z|61115faa-9ff7-43f4-a34b-675102572a3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:08.517Z|218f038c-f720-482b-912d-2dbb4d836548|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:08.976Z|4d2556b2-e99e-4202-8815-f4fc4b67193b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:08.977Z|4d2556b2-e99e-4202-8815-f4fc4b67193b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:16.449Z|f186cff1-7da4-4d5a-9998-85fc6a86ebfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:16.452Z|f186cff1-7da4-4d5a-9998-85fc6a86ebfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:18.537Z|64530268-c817-4988-8db2-4845efe7781e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:18.537Z|d579de78-fd87-4ef2-b55e-70d89a2f22e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:18.538Z|64530268-c817-4988-8db2-4845efe7781e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:18.538Z|d579de78-fd87-4ef2-b55e-70d89a2f22e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:18.998Z|4bd846b4-5226-4999-8298-112df98fc091|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:18.999Z|4bd846b4-5226-4999-8298-112df98fc091|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:28.565Z|a3cb240f-3e9d-4be3-81ba-5922c60d83f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:28.565Z|a8609ec6-5e9e-4611-9401-35ff5d9b5bc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:28.565Z|a8609ec6-5e9e-4611-9401-35ff5d9b5bc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:28.565Z|a3cb240f-3e9d-4be3-81ba-5922c60d83f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:29.019Z|6c20c78b-19e2-4438-ab3f-2b99c80dc689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:29.020Z|6c20c78b-19e2-4438-ab3f-2b99c80dc689|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:31.449Z|5af82fd7-0730-40fa-a9e2-d9699bbf8c1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:31.449Z|5af82fd7-0730-40fa-a9e2-d9699bbf8c1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:32.159Z|be21b78a-59c4-4654-a737-590301f0c8f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:32.160Z|be21b78a-59c4-4654-a737-590301f0c8f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:38.586Z|5fc7ff3a-710d-4f27-90cb-ee5507cb63d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:38.586Z|d23159ba-80c6-41c0-9131-5853dcacd67b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:38.587Z|d23159ba-80c6-41c0-9131-5853dcacd67b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:38.587Z|5fc7ff3a-710d-4f27-90cb-ee5507cb63d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:39.043Z|e75d3107-d88c-4724-8764-abc1ec92987f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:39.044Z|e75d3107-d88c-4724-8764-abc1ec92987f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:46.449Z|a8b56892-d03d-42b1-9169-8047bedb0c28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:18:46.449Z|a8b56892-d03d-42b1-9169-8047bedb0c28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:18:48.611Z|49ec2ebd-58b2-4f42-8579-9b63abc663a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:48.612Z|49ec2ebd-58b2-4f42-8579-9b63abc663a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:48.612Z|7c1ef6a2-5358-43b0-8c1f-7bf537301116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:48.613Z|7c1ef6a2-5358-43b0-8c1f-7bf537301116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:49.068Z|0f8405b4-a18e-4a72-8d32-4c5df7bc94ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:49.068Z|0f8405b4-a18e-4a72-8d32-4c5df7bc94ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:58.631Z|d42e580c-3653-441c-9e4c-124df4011b24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:58.631Z|4c1c7af4-6a62-4962-bc67-957bca319984|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:58.631Z|4c1c7af4-6a62-4962-bc67-957bca319984|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:58.632Z|d42e580c-3653-441c-9e4c-124df4011b24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:59.089Z|d61f4b1e-f076-4196-b228-f26c5b71a8ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:18:59.090Z|d61f4b1e-f076-4196-b228-f26c5b71a8ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:18:59.842Z|91f7b3a9-f6b7-492f-b6c0-764f73067685|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:18:59.842Z|91f7b3a9-f6b7-492f-b6c0-764f73067685|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:01.448Z|c533ceb8-8b24-4046-9c4b-5213e41765f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:01.451Z|c533ceb8-8b24-4046-9c4b-5213e41765f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:02.160Z|37060212-fc30-4650-a991-a1891cecf657|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:02.161Z|37060212-fc30-4650-a991-a1891cecf657|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:08.651Z|0082cb5c-036f-4de2-b82f-3f27c8232593|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:08.651Z|b1866b95-f622-46dc-8fda-863ba3ff479e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:08.652Z|0082cb5c-036f-4de2-b82f-3f27c8232593|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:08.653Z|b1866b95-f622-46dc-8fda-863ba3ff479e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:09.113Z|c67413f7-0613-4645-b171-8f4dd712f996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:09.114Z|c67413f7-0613-4645-b171-8f4dd712f996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:16.448Z|00b030a2-3382-408e-a816-11c4b4ee48ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:16.449Z|00b030a2-3382-408e-a816-11c4b4ee48ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:18.673Z|71cc2fc9-df7b-4c72-939b-6bed35856957|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:18.673Z|83d74a42-ec52-4e81-a89d-dd88a9a598c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:18.673Z|71cc2fc9-df7b-4c72-939b-6bed35856957|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:18.673Z|83d74a42-ec52-4e81-a89d-dd88a9a598c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:19.135Z|68f645e2-10dc-404f-8c00-27e40db4584d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:19.136Z|68f645e2-10dc-404f-8c00-27e40db4584d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:28.695Z|669087dd-22c7-42b1-8a0b-e1faf0988ade|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:28.695Z|4e833763-51b2-4953-9bae-280eef09ea57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:28.696Z|669087dd-22c7-42b1-8a0b-e1faf0988ade|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:28.696Z|4e833763-51b2-4953-9bae-280eef09ea57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:29.157Z|94cb5501-fe32-4550-a583-788f46b3b5e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:29.157Z|94cb5501-fe32-4550-a583-788f46b3b5e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:31.449Z|6fc2c493-8235-4679-8af4-b4c24f8eee09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:31.449Z|6fc2c493-8235-4679-8af4-b4c24f8eee09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:32.162Z|86a5949a-69d4-47a4-9202-bcecdad17257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:32.162Z|86a5949a-69d4-47a4-9202-bcecdad17257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:38.718Z|2fddf3b5-b17f-48bd-9b08-d0996f2f121d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:38.718Z|413d3dd0-078c-4ebd-b89d-dcca037a7ece|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:38.719Z|2fddf3b5-b17f-48bd-9b08-d0996f2f121d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:38.719Z|413d3dd0-078c-4ebd-b89d-dcca037a7ece|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:39.182Z|b492f548-0507-4ad3-bb90-e94040d8debe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:39.183Z|b492f548-0507-4ad3-bb90-e94040d8debe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:46.448Z|af0c17e4-a43e-41fd-a7b3-3471bc7c7373|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:19:46.451Z|af0c17e4-a43e-41fd-a7b3-3471bc7c7373|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:19:48.740Z|bcf654ab-20b9-4f0a-bfb8-c17e51d2fc0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:48.740Z|bcf654ab-20b9-4f0a-bfb8-c17e51d2fc0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:48.740Z|e99db4e3-f9c7-4cf1-a989-97d7e92d10d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:48.741Z|e99db4e3-f9c7-4cf1-a989-97d7e92d10d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:49.207Z|ce40c37b-b8db-43d4-bf8d-ef3733deca48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:49.208Z|ce40c37b-b8db-43d4-bf8d-ef3733deca48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:58.761Z|0ffbc3cc-7b06-4ffc-8f58-ad50b63fa251|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:58.762Z|0ffbc3cc-7b06-4ffc-8f58-ad50b63fa251|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:58.770Z|b83e1cdd-558a-4757-ade6-d8a92054e5bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:58.770Z|b83e1cdd-558a-4757-ade6-d8a92054e5bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:59.256Z|99ecdff7-929e-4207-b83f-3e96fc65e1f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:19:59.257Z|99ecdff7-929e-4207-b83f-3e96fc65e1f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:19:59.842Z|b8ce0d40-8384-422e-bf65-21716f6c9416|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:19:59.844Z|b8ce0d40-8384-422e-bf65-21716f6c9416|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:01.448Z|2600eb29-7bff-43f0-bb99-7b472844f78b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:01.449Z|2600eb29-7bff-43f0-bb99-7b472844f78b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:02.163Z|1ecf1c30-60d3-480e-ab05-e8016ca6b6f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:02.163Z|1ecf1c30-60d3-480e-ab05-e8016ca6b6f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:08.783Z|971bb1e4-8aec-4f32-9a1e-3f4786c3f2f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:08.784Z|971bb1e4-8aec-4f32-9a1e-3f4786c3f2f0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:08.792Z|8cca87d8-f268-4641-bf6a-95ddc42095e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:08.793Z|8cca87d8-f268-4641-bf6a-95ddc42095e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:09.282Z|542c4b55-ec14-4d81-a41f-505a7ae92c32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:09.282Z|542c4b55-ec14-4d81-a41f-505a7ae92c32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:16.449Z|57227ef9-181d-4859-91f7-73f7dabedba9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:16.449Z|57227ef9-181d-4859-91f7-73f7dabedba9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:18.804Z|2888f76a-d159-49b3-95be-0254628107c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:18.805Z|2888f76a-d159-49b3-95be-0254628107c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:18.818Z|680dbd64-e77f-4381-9d26-4753a9807760|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:18.818Z|680dbd64-e77f-4381-9d26-4753a9807760|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:19.306Z|2b0b89cd-35e9-46ce-91ff-eef7ee77d585|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:19.307Z|2b0b89cd-35e9-46ce-91ff-eef7ee77d585|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:28.827Z|7b0b5195-6085-425c-9041-ae336809a0ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:28.828Z|7b0b5195-6085-425c-9041-ae336809a0ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:28.837Z|3382468c-5948-497b-b8a8-b1f3845104ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:28.837Z|3382468c-5948-497b-b8a8-b1f3845104ab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:29.328Z|b7d7e3a2-1a25-451c-a55b-2094154040b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:29.328Z|b7d7e3a2-1a25-451c-a55b-2094154040b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:31.449Z|5dc064ee-c085-4f35-a2eb-bf3ce055efb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:31.452Z|5dc064ee-c085-4f35-a2eb-bf3ce055efb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:32.164Z|5fa17844-149a-4555-840b-af85a8070de4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:32.164Z|5fa17844-149a-4555-840b-af85a8070de4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:38.851Z|c92e3831-7a65-4a69-bab0-51ce9ace9877|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:38.852Z|c92e3831-7a65-4a69-bab0-51ce9ace9877|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:38.859Z|d1a0f318-ad76-4246-88de-ee51166007f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:38.860Z|d1a0f318-ad76-4246-88de-ee51166007f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:39.356Z|99a21681-df67-4c14-90c5-44b54f5e8d05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:39.356Z|99a21681-df67-4c14-90c5-44b54f5e8d05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:46.448Z|21c7c1c9-c8ec-40d2-b894-de9669afdd78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:20:46.449Z|21c7c1c9-c8ec-40d2-b894-de9669afdd78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:20:48.876Z|854100dc-43bd-4709-a69b-d23c9cf05a5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:48.876Z|854100dc-43bd-4709-a69b-d23c9cf05a5c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:48.880Z|ea19f048-5e03-4f55-b929-efc346f9c16f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:48.881Z|ea19f048-5e03-4f55-b929-efc346f9c16f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:49.386Z|0b5f16b0-2a6b-4cec-9727-0440515d3b88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:49.387Z|0b5f16b0-2a6b-4cec-9727-0440515d3b88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:58.897Z|30b91af8-853a-4e1c-8272-b261feed07e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:58.898Z|30b91af8-853a-4e1c-8272-b261feed07e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:58.905Z|394c6903-8e02-44ee-ac8c-1db8241c895b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:58.906Z|394c6903-8e02-44ee-ac8c-1db8241c895b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:59.415Z|0dc5e6a3-7fd3-42f9-bb9f-9a4212b80257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:20:59.416Z|0dc5e6a3-7fd3-42f9-bb9f-9a4212b80257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:20:59.842Z|44f71615-1ad9-49c5-ab83-70b51aca30c7|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:20:59.843Z|44f71615-1ad9-49c5-ab83-70b51aca30c7|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:01.449Z|3c38b5fc-8e7e-4a5a-b625-736b442856a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:01.450Z|3c38b5fc-8e7e-4a5a-b625-736b442856a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:02.165Z|c4d65478-01c4-44d5-a7b4-d69a8e2669c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:02.165Z|c4d65478-01c4-44d5-a7b4-d69a8e2669c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:08.919Z|788ab626-153a-4b6a-8d8b-6d4395cec850|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:08.920Z|788ab626-153a-4b6a-8d8b-6d4395cec850|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:08.928Z|fafe0b26-353b-4b01-a052-3ef2a9fe8dd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:08.929Z|fafe0b26-353b-4b01-a052-3ef2a9fe8dd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:09.440Z|de849683-6474-4e9a-bd03-bb355b433542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:09.441Z|de849683-6474-4e9a-bd03-bb355b433542|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:16.449Z|490381e7-3f4a-4b17-8a66-907b98d891cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:16.452Z|490381e7-3f4a-4b17-8a66-907b98d891cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:18.940Z|95d3bae3-9ac5-4c3d-bbbc-a421a8a203ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:18.941Z|95d3bae3-9ac5-4c3d-bbbc-a421a8a203ef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:18.951Z|288d4632-a1da-400f-bf05-19eed7d3ba09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:18.951Z|288d4632-a1da-400f-bf05-19eed7d3ba09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:19.465Z|48013197-0e48-4f76-a4cf-2bb5db2b7931|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:19.465Z|48013197-0e48-4f76-a4cf-2bb5db2b7931|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:28.963Z|a69fac13-b271-4638-a2ed-f90505d064ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:28.964Z|a69fac13-b271-4638-a2ed-f90505d064ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:28.971Z|7c5ed401-135f-4f17-908e-ba4f0de91a16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:28.972Z|7c5ed401-135f-4f17-908e-ba4f0de91a16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:29.486Z|ecc9c402-0d70-43eb-a689-4abf0f56be92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:29.487Z|ecc9c402-0d70-43eb-a689-4abf0f56be92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:31.448Z|18028696-5103-44a9-bd04-6ade37fb394b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:31.449Z|18028696-5103-44a9-bd04-6ade37fb394b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:32.166Z|a9fab2af-550f-4eb2-9de0-54ff8d8fdc42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:32.166Z|a9fab2af-550f-4eb2-9de0-54ff8d8fdc42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:38.987Z|bf7b5b35-9245-4eba-a27c-8374a84cff71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:38.988Z|bf7b5b35-9245-4eba-a27c-8374a84cff71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:38.996Z|dc1c6468-3631-461b-9422-a1b13bca308c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:38.997Z|dc1c6468-3631-461b-9422-a1b13bca308c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:39.512Z|42adb570-a73e-46fd-92e2-f6843613d8b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:39.513Z|42adb570-a73e-46fd-92e2-f6843613d8b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:46.449Z|8756ad00-d456-46d7-a42d-817371ba210f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:21:46.449Z|8756ad00-d456-46d7-a42d-817371ba210f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:21:49.011Z|31c36790-f9bc-4ad7-9b30-6cec25b43f93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:49.012Z|31c36790-f9bc-4ad7-9b30-6cec25b43f93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:49.017Z|630a1893-970e-44c8-b48a-e823dff15b54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:49.018Z|630a1893-970e-44c8-b48a-e823dff15b54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:49.535Z|5a8fd0ce-978c-412a-9aac-f2ef70038bf7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:49.536Z|5a8fd0ce-978c-412a-9aac-f2ef70038bf7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:59.035Z|9d7e78ff-3a65-4b55-aa85-07961e36b5d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:59.036Z|9d7e78ff-3a65-4b55-aa85-07961e36b5d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:59.039Z|31aa72b0-f43b-4a3d-8a4f-27160a2b1b0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:59.039Z|31aa72b0-f43b-4a3d-8a4f-27160a2b1b0e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:59.562Z|230d35d1-62b8-4726-a836-4887867f6f39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:21:59.563Z|230d35d1-62b8-4726-a836-4887867f6f39|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:21:59.841Z|4c0c011f-23f9-446a-b522-ceaad1701235|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering 2023-01-22T08:21:59.842Z|4c0c011f-23f9-446a-b522-ceaad1701235|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:01.449Z|fdae3279-ba36-4f18-88d4-6b1b4f1fc6e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:01.451Z|fdae3279-ba36-4f18-88d4-6b1b4f1fc6e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:02.167Z|bf817f91-5f7c-4508-98c7-2aa97920e617|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:02.167Z|bf817f91-5f7c-4508-98c7-2aa97920e617|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:09.060Z|d7111149-1868-48e6-a399-d407240f2d00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:09.061Z|4d660941-bbb6-4196-822c-3c2596b83009|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:09.061Z|4d660941-bbb6-4196-822c-3c2596b83009|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:09.061Z|d7111149-1868-48e6-a399-d407240f2d00|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:09.593Z|75b47130-0c91-4576-997a-d69ef72a8b48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:09.594Z|75b47130-0c91-4576-997a-d69ef72a8b48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:16.449Z|1d4b2602-94a8-43eb-bc87-96c5e0cb990f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:16.449Z|1d4b2602-94a8-43eb-bc87-96c5e0cb990f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:19.080Z|52370d0a-ac4c-4b81-8869-159dd37bbd01|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:19.080Z|176c3542-4f59-43fb-94dc-8cbaaed77e4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:19.081Z|52370d0a-ac4c-4b81-8869-159dd37bbd01|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:19.081Z|176c3542-4f59-43fb-94dc-8cbaaed77e4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:19.614Z|c3577488-bd1e-4869-83ae-f8ce3c61979d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:19.615Z|c3577488-bd1e-4869-83ae-f8ce3c61979d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:29.104Z|3cbabc65-6f72-4702-805f-a691cdf5b4f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:29.104Z|1b842910-32c5-4e8d-8477-e387b022ba31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:29.105Z|3cbabc65-6f72-4702-805f-a691cdf5b4f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:29.105Z|1b842910-32c5-4e8d-8477-e387b022ba31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:29.634Z|e8ceefd4-6b00-4d69-9fa9-95d5642cae49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:29.635Z|e8ceefd4-6b00-4d69-9fa9-95d5642cae49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:31.449Z|95e06b1a-ac93-406e-9a92-29d4e70340db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:31.449Z|95e06b1a-ac93-406e-9a92-29d4e70340db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:32.168Z|ec4e1d45-6aa5-4e1a-ab4f-9e8e85a69b9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:32.169Z|ec4e1d45-6aa5-4e1a-ab4f-9e8e85a69b9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:39.129Z|887d2e82-b1c9-4419-85a9-592ef8eda9f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:39.129Z|887d2e82-b1c9-4419-85a9-592ef8eda9f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:39.130Z|e04ba363-fd5e-4fb1-a049-da6ec08a91d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:39.130Z|e04ba363-fd5e-4fb1-a049-da6ec08a91d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:39.655Z|9450bd71-417f-4dd1-9bb5-e0f0ec5a3750|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:39.656Z|9450bd71-417f-4dd1-9bb5-e0f0ec5a3750|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:46.449Z|b4a81715-3191-4448-8da8-b2d307d6fbdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering 2023-01-22T08:22:46.451Z|b4a81715-3191-4448-8da8-b2d307d6fbdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting. 2023-01-22T08:22:49.151Z|dcff1399-7733-4908-8671-70b94b07c11b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:49.151Z|10f6497c-9b88-414f-b7ae-324ca124d52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:49.152Z|10f6497c-9b88-414f-b7ae-324ca124d52d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:49.152Z|dcff1399-7733-4908-8671-70b94b07c11b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting. 2023-01-22T08:22:49.678Z|09a8f0c3-190d-4687-b585-292db22b066c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering 2023-01-22T08:22:49.679Z|09a8f0c3-190d-4687-b585-292db22b066c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.